Modelers

org.topcased.modeler.di.model
Interface Reference

All Superinterfaces:
DiagramElement, EModelElement, EObject, Notifier

public interface Reference
extends DiagramElement

A representation of the model object 'Reference'.

The following features are supported:

See Also:
DiagramInterchangePackage.getReference()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DiagramElement getReferenced()
          Returns the value of the 'Referenced' reference.
 boolean isIsIndividualRepresentation()
          Returns the value of the 'Is Individual Representation' attribute
 void setIsIndividualRepresentation(boolean value)
          Sets the value of the 'Is Individual Representation' attribute
 void setReferenced(DiagramElement value)
          Sets the value of the 'Referenced' reference
 
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

isIsIndividualRepresentation

boolean isIsIndividualRepresentation()
Returns the value of the 'Is Individual Representation' attribute.

If the meaning of the 'Is Individual Representation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Individual Representation' attribute.
See Also:
setIsIndividualRepresentation(boolean), DiagramInterchangePackage.getReference_IsIndividualRepresentation()
** Generated **
Model:

setIsIndividualRepresentation

void setIsIndividualRepresentation(boolean value)
Sets the value of the 'Is Individual Representation' attribute.

Parameters:
value - the new value of the 'Is Individual Representation' attribute.
See Also:
isIsIndividualRepresentation()
** Generated **

getReferenced

DiagramElement getReferenced()
Returns the value of the 'Referenced' reference. It is bidirectional and its opposite is 'Reference'.

If the meaning of the 'Referenced' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referenced' reference.
See Also:
setReferenced(DiagramElement), DiagramInterchangePackage.getReference_Referenced(), DiagramElement.getReference()
** Generated **
Model:
opposite="reference" required="true"

setReferenced

void setReferenced(DiagramElement value)
Sets the value of the 'Referenced' reference.

Parameters:
value - the new value of the 'Referenced' reference.
See Also:
getReferenced()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.