- All Superinterfaces:
AbstractEdgeItem
,AbstractItem
,AbstractModelItem
,Groupable
,ReadOnlyInterface
- All Known Subinterfaces:
FluxEdgeItem
public interface FluxEdgeItem extends AbstractEdgeItem
-
Method Summary
Modifier and Type Method Description AbstractBioNodeItem
dst()
FluxEdge
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
FluxEdge 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
-