Uses of Interface
omix.plugin.model.writable.AbstractNode
Package | Description |
---|---|
omix.plugin.diagram.writable | |
omix.plugin.model.writable |
-
Uses of AbstractNode in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return AbstractNode Modifier and Type Method Description AbstractNode
AbstractNodeItem. modelComponent()
-
Uses of AbstractNode in omix.plugin.model.writable
Subinterfaces of AbstractNode in omix.plugin.model.writable Modifier and Type Interface Description interface
AbstractBioNode
interface
GraphicsNode
interface
Link
interface
Metabolite
interface
Reaction
Methods in omix.plugin.model.writable that return AbstractNode Modifier and Type Method Description AbstractNode
AbstractEdge. dst()
AbstractNode
AbstractEdge. src()
default AbstractNode
Model. toWritable(AbstractNode type)
Methods in omix.plugin.model.writable with parameters of type AbstractNode Modifier and Type Method Description GraphicsEdge
Model. createGraphicsEdge(AbstractNode src, AbstractNode dst)
Creates a new graphics edge between a source and destination node.LinkEdge
Model. createGraphicsEdge(AbstractNode src, Link dst)
Creates a new link edge between a source node and destination link.LinkEdge
Model. createGraphicsEdge(Link src, AbstractNode dst)
Creates a new link edge between a source link and destination node.