- All Superinterfaces:
AbstractEdgeItem
,AbstractEdgeItem
,AbstractItem
,AbstractItem
,AbstractModelItem
,AbstractModelItem
,EffectorEdgeItem
,Groupable
,Groupable
,ReadOnlyInterface
,WritableInterface
public interface EffectorEdgeItem extends AbstractEdgeItem, EffectorEdgeItem
-
Method Summary
Modifier and Type Method Description AbstractBioNodeItem
dst()
EffectorEdge
modelComponent()
AbstractBioNodeItem
src()
EffectorEdgeItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.AbstractEdgeItem
accessoryAnchorFloating, accessoryAnchorPlacement, accessoryAnchorX, accessoryAnchorY, accessoryFloating, accessoryOrientation, accessorySpacing, dstDockingPosition, hasInvalidPosition, isHidden, isPlacedOnLayoutPattern, srcDockingPosition
Methods inherited from interface omix.plugin.diagram.writable.AbstractEdgeItem
group, patternObject, points, setAccessoryAnchorFloating, setAccessoryAnchorPlacement, setAccessoryAnchorPosition, setAccessoryFloating, setAccessoryOrientation, setAccessorySpacing, setDockingPositions, setPoints, setPoints
Methods inherited from interface omix.plugin.diagram.AbstractItem
addChangeListener, addPropertyChangeListener, getIdentifier, removeChangeListener, removePropertyChangeListener
Methods inherited from interface omix.plugin.diagram.AbstractModelItem
getAccessoryItem, getAccessoryItem
Methods inherited from interface omix.plugin.diagram.writable.AbstractModelItem
getAccessoryItem, getAccessoryItem, getAccessoryItems, getAccessoryItems, getAllAccessoryItems, getField, getField
-
Method Details
-
modelComponent
EffectorEdge modelComponent()- Specified by:
modelComponent
in interfaceAbstractEdgeItem
- Specified by:
modelComponent
in interfaceAbstractEdgeItem
- Specified by:
modelComponent
in interfaceAbstractModelItem
- Specified by:
modelComponent
in interfaceAbstractModelItem
- Specified by:
modelComponent
in interfaceEffectorEdgeItem
-
src
AbstractBioNodeItem src()- Specified by:
src
in interfaceAbstractEdgeItem
- Specified by:
src
in interfaceAbstractEdgeItem
- Specified by:
src
in interfaceEffectorEdgeItem
-
dst
AbstractBioNodeItem dst()- Specified by:
dst
in interfaceAbstractEdgeItem
- Specified by:
dst
in interfaceAbstractEdgeItem
- Specified by:
dst
in interfaceEffectorEdgeItem
-
toReadOnly
EffectorEdgeItem toReadOnly()- Specified by:
toReadOnly
in interfaceAbstractEdgeItem
- Specified by:
toReadOnly
in interfaceAbstractItem
- Specified by:
toReadOnly
in interfaceAbstractModelItem
- Specified by:
toReadOnly
in interfaceGroupable
- Specified by:
toReadOnly
in interfaceWritableInterface
-