- All Superinterfaces:
AbstractEdgeItem
,AbstractEdgeItem
,AbstractItem
,AbstractItem
,AbstractModelItem
,AbstractModelItem
,FluxEdgeItem
,Groupable
,Groupable
,ReadOnlyInterface
,WritableInterface
public interface FluxEdgeItem extends AbstractEdgeItem, FluxEdgeItem
-
Method Summary
Modifier and Type Method Description AbstractBioNodeItem
dst()
FluxEdge
modelComponent()
AbstractBioNodeItem
src()
FluxEdgeItem
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
FluxEdge 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 interfaceFluxEdgeItem
-
src
AbstractBioNodeItem src()- Specified by:
src
in interfaceAbstractEdgeItem
- Specified by:
src
in interfaceAbstractEdgeItem
- Specified by:
src
in interfaceFluxEdgeItem
-
dst
AbstractBioNodeItem dst()- Specified by:
dst
in interfaceAbstractEdgeItem
- Specified by:
dst
in interfaceAbstractEdgeItem
- Specified by:
dst
in interfaceFluxEdgeItem
-
toReadOnly
FluxEdgeItem 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
-