|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.impl.PropertyContainerImpl
org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl
org.eclipse.graphiti.mm.pictograms.impl.AnchorContainerImpl
org.eclipse.graphiti.mm.pictograms.impl.ConnectionImpl
public class ConnectionImpl
An implementation of the model object 'Connection'.
The following features are implemented:
Field Summary | |
---|---|
protected |
connectionDecorators
The cached value of the ' Connection Decorators ' containment reference list. |
protected Anchor |
end
The cached value of the ' End ' reference. |
protected Anchor |
start
The cached value of the ' Start ' reference. |
Fields inherited from class org.eclipse.graphiti.mm.pictograms.impl.AnchorContainerImpl |
---|
anchors |
Fields inherited from class org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl |
---|
active, ACTIVE_EDEFAULT, graphicsAlgorithm, link, visible, VISIBLE_EDEFAULT |
Fields inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
---|
properties |
Constructor Summary | |
---|---|
protected |
ConnectionImpl()
|
Method Summary | |
---|---|
Anchor |
basicGetEnd()
|
Diagram |
basicGetParent()
|
Anchor |
basicGetStart()
|
NotificationChain |
basicSetEnd(Anchor newEnd,
NotificationChain msgs)
|
NotificationChain |
basicSetParent(Diagram newParent,
NotificationChain msgs)
|
NotificationChain |
basicSetStart(Anchor newStart,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
|
getConnectionDecorators()
|
Anchor |
getEnd()
|
Diagram |
getParent()
|
Anchor |
getStart()
|
void |
setEnd(Anchor newEnd)
|
void |
setParent(Diagram newParent)
|
void |
setStart(Anchor newStart)
|
Methods inherited from class org.eclipse.graphiti.mm.pictograms.impl.AnchorContainerImpl |
---|
getAnchors |
Methods inherited from class org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl |
---|
basicGetGraphicsAlgorithm, basicGetLink, basicSetGraphicsAlgorithm, basicSetLink, getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible, toString |
Methods inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
---|
getProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.AnchorContainer |
---|
getAnchors |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.PictogramElement |
---|
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible |
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
---|
getProperties |
Field Detail |
---|
protected Anchor start
Start
' reference.
getStart()
protected Anchor end
End
' reference.
getEnd()
protectedconnectionDecorators
Connection Decorators
' containment reference list.
getConnectionDecorators()
Constructor Detail |
---|
protected ConnectionImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class AnchorContainerImpl
public Anchor getStart()
getStart
in interface Connection
Connection.setStart(Anchor)
,
PictogramsPackage.getConnection_Start()
,
Anchor.getOutgoingConnections()
public Anchor basicGetStart()
public NotificationChain basicSetStart(Anchor newStart, NotificationChain msgs)
public void setStart(Anchor newStart)
setStart
in interface Connection
newStart
- the new value of the 'Start' reference.Connection.getStart()
public Anchor getEnd()
getEnd
in interface Connection
Connection.setEnd(Anchor)
,
PictogramsPackage.getConnection_End()
,
Anchor.getIncomingConnections()
public Anchor basicGetEnd()
public NotificationChain basicSetEnd(Anchor newEnd, NotificationChain msgs)
public void setEnd(Anchor newEnd)
setEnd
in interface Connection
newEnd
- the new value of the 'End' reference.Connection.getEnd()
public Diagram getParent()
getParent
in interface Connection
Connection.setParent(Diagram)
,
PictogramsPackage.getConnection_Parent()
,
Diagram.getConnections()
public Diagram basicGetParent()
public NotificationChain basicSetParent(Diagram newParent, NotificationChain msgs)
public void setParent(Diagram newParent)
setParent
in interface Connection
newParent
- the new value of the 'Parent' container reference.Connection.getParent()
publicgetConnectionDecorators()
getConnectionDecorators
in interface Connection
PictogramsPackage.getConnection_ConnectionDecorators()
,
ConnectionDecorator.getConnection()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class AnchorContainerImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class AnchorContainerImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class AnchorContainerImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class AnchorContainerImpl
public void eUnset(int featureID)
eUnset
in class AnchorContainerImpl
public boolean eIsSet(int featureID)
eIsSet
in class AnchorContainerImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |