Uses of Interface
omix.plugin.model.EffectorEdge
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.model | |
omix.plugin.model.writable |
-
Uses of EffectorEdge in omix.plugin.diagram
Methods in omix.plugin.diagram that return EffectorEdge Modifier and Type Method Description EffectorEdge
EffectorEdgeItem. modelComponent()
-
Uses of EffectorEdge in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type EffectorEdge Modifier and Type Method Description List<? extends EffectorEdge>
AbstractBioNode. effectorEdges()
Returns an unchangeableList
of all effector edges of this node.List<? extends EffectorEdge>
Model. effectorEdges()
Returns an unchangeableList
of all effector edges. -
Uses of EffectorEdge in omix.plugin.model.writable
Subinterfaces of EffectorEdge in omix.plugin.model.writable Modifier and Type Interface Description interface
EffectorEdge
Methods in omix.plugin.model.writable that return EffectorEdge Modifier and Type Method Description EffectorEdge
EffectorEdge. toReadOnly()
Methods in omix.plugin.model.writable with parameters of type EffectorEdge Modifier and Type Method Description EffectorEdge
Model. toWritable(EffectorEdge edge)