Uses of Interface
omix.plugin.diagram.PathwayItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model |
-
Uses of PathwayItem in omix.plugin.diagram
Methods in omix.plugin.diagram that return PathwayItem Modifier and Type Method Description PathwayItem
ReactionItem. pathway()
Methods in omix.plugin.diagram that return types with arguments of type PathwayItem Modifier and Type Method Description List<? extends PathwayItem>
Diagram. getPathwayItems(String name)
List<? extends PathwayItem>
Diagram. pathways()
Returns an unchangeableList
of all pathway items. -
Uses of PathwayItem in omix.plugin.diagram.writable
Subinterfaces of PathwayItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
PathwayItem
Methods in omix.plugin.diagram.writable with parameters of type PathwayItem Modifier and Type Method Description PathwayItem
Diagram. toWritable(PathwayItem pathway)
-
Uses of PathwayItem in omix.plugin.model
Methods in omix.plugin.model that return types with arguments of type PathwayItem Modifier and Type Method Description List<? extends PathwayItem>
Pathway. getDiagramItems()
List<? extends PathwayItem>
Pathway. getDiagramItems(Diagram diagram)