|
||||||||||
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.ShapeImpl
org.eclipse.graphiti.mm.pictograms.impl.ConnectionDecoratorImpl
public class ConnectionDecoratorImpl
An implementation of the model object 'Connection Decorator'.
The following features are implemented:
Field Summary | |
---|---|
protected double |
location
The cached value of the ' Location ' attribute. |
protected static double |
LOCATION_EDEFAULT
The default value of the ' Location ' attribute. |
protected static boolean |
LOCATION_RELATIVE_EDEFAULT
The default value of the ' Location Relative ' attribute. |
protected boolean |
locationRelative
The cached value of the ' Location Relative ' attribute. |
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 |
ConnectionDecoratorImpl()
|
Method Summary | |
---|---|
Connection |
basicGetConnection()
|
NotificationChain |
basicSetConnection(Connection newConnection,
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)
|
Connection |
getConnection()
|
double |
getLocation()
|
boolean |
isLocationRelative()
|
void |
setConnection(Connection newConnection)
|
void |
setLocation(double newLocation)
|
void |
setLocationRelative(boolean newLocationRelative)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.graphiti.mm.pictograms.impl.ShapeImpl |
---|
basicGetContainer, basicSetContainer, getContainer, setContainer |
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 |
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.Shape |
---|
getContainer, setContainer |
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 static final boolean LOCATION_RELATIVE_EDEFAULT
Location Relative
' attribute.
isLocationRelative()
,
Constant Field Valuesprotected boolean locationRelative
Location Relative
' attribute.
isLocationRelative()
protected static final double LOCATION_EDEFAULT
Location
' attribute.
getLocation()
,
Constant Field Valuesprotected double location
Location
' attribute.
getLocation()
Constructor Detail |
---|
protected ConnectionDecoratorImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class ShapeImpl
public boolean isLocationRelative()
isLocationRelative
in interface ConnectionDecorator
ConnectionDecorator.setLocationRelative(boolean)
,
PictogramsPackage.getConnectionDecorator_LocationRelative()
public void setLocationRelative(boolean newLocationRelative)
setLocationRelative
in interface ConnectionDecorator
newLocationRelative
- the new value of the 'Location Relative' attribute.ConnectionDecorator.isLocationRelative()
public double getLocation()
getLocation
in interface ConnectionDecorator
ConnectionDecorator.setLocation(double)
,
PictogramsPackage.getConnectionDecorator_Location()
public void setLocation(double newLocation)
setLocation
in interface ConnectionDecorator
newLocation
- the new value of the 'Location' attribute.ConnectionDecorator.getLocation()
public Connection getConnection()
getConnection
in interface ConnectionDecorator
ConnectionDecorator.setConnection(Connection)
,
PictogramsPackage.getConnectionDecorator_Connection()
,
Connection.getConnectionDecorators()
public Connection basicGetConnection()
public NotificationChain basicSetConnection(Connection newConnection, NotificationChain msgs)
public void setConnection(Connection newConnection)
setConnection
in interface ConnectionDecorator
newConnection
- the new value of the 'Connection' container reference.ConnectionDecorator.getConnection()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class ShapeImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class ShapeImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class ShapeImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class ShapeImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class ShapeImpl
public void eUnset(int featureID)
eUnset
in class ShapeImpl
public boolean eIsSet(int featureID)
eIsSet
in class ShapeImpl
public java.lang.String toString()
toString
in class PictogramElementImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |