- All Superinterfaces:
AbstractEdgeItem
,AbstractItem
,AbstractModelItem
,Groupable
,ReadOnlyInterface
- All Known Subinterfaces:
EffectorEdgeItem
public interface EffectorEdgeItem extends AbstractEdgeItem
-
Method Summary
Modifier and Type Method Description AbstractBioNodeItem
dst()
EffectorEdge
modelComponent()
AbstractBioNodeItem
src()
Methods inherited from interface omix.plugin.diagram.AbstractEdgeItem
accessoryAnchorFloating, accessoryAnchorPlacement, accessoryAnchorX, accessoryAnchorY, accessoryFloating, accessoryOrientation, accessorySpacing, dstDockingPosition, hasInvalidPosition, isHidden, isPlacedOnLayoutPattern, patternObject, points, srcDockingPosition
Methods inherited from interface omix.plugin.diagram.AbstractItem
addChangeListener, addPropertyChangeListener, diagram, getIdentifier, removeChangeListener, removePropertyChangeListener
Methods inherited from interface omix.plugin.diagram.AbstractModelItem
getAccessoryItem, getAccessoryItem, getAccessoryItem, getAccessoryItem, getAccessoryItems, getAccessoryItems, getAllAccessoryItems, getField, getField
-
Method Details
-
modelComponent
EffectorEdge modelComponent()- Specified by:
modelComponent
in interfaceAbstractEdgeItem
- Specified by:
modelComponent
in interfaceAbstractModelItem
-
src
AbstractBioNodeItem src()- Specified by:
src
in interfaceAbstractEdgeItem
-
dst
AbstractBioNodeItem dst()- Specified by:
dst
in interfaceAbstractEdgeItem
-