HEADER

Uses of Class
biouml.model.Node

Packages that use Node
biouml.model 
biouml.model.dynamics 
biouml.model.util 
biouml.plugins.gxl 
biouml.plugins.sbml 
biouml.standard.diagram 

Uses of Node in biouml.model
 

Subclasses of Node in biouml.model
class Compartment
          General definition of the compartment as a container for nodes and edges between them.
 

Constructors in biouml.model with parameters of type Node
Edge.Edge(DataCollection parent, Base kernel, Node input, Node output)
          
Edge.Edge(DataCollection parent, String id, Base kernel, Node input, Node output)
          
 

Methods in biouml.model that return Node
NodeCompartment.findNode(String id)
          
NodeEdge.getInput()
          
NodeEdge.getOutput()
          
NodeEquivalentNodeGroup.getRepresentative()
          
 

Methods in biouml.model with parameters of type Node
CompositeViewDefaultDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
voidDefaultDiagramViewBuilder.moveNode(Node node, Point newLocation)
          
DimensionDefaultSemanticController.move(Node node, Compartment newParent, Dimension offset)
          Moves the specified diagram node to the specified position.
voidDefaultSemanticController.moveEdges(Node oldNode, Node newNode)
          
voidDefaultSemanticController.moveNode(Node oldNode, Node newNode)
          
CompositeViewDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
voidDiagramViewBuilder.moveNode(Node node, Point newLocation)
          
NodeInfo[]QueryEngine.addLinked(Diagram diagram, Node start, NodeInfo[] nodeInfoArr)
          
NodeInfo[]QueryEngine.searchLinked(Diagram diagram, Node node, QueryOptions options)
          
NodeInfo[]QueryEngineSupport.addLinked(Diagram diagram, Node start, NodeInfo[] linked)
          Appends linked nodes to the diagram.
CompartmentQueryEngineSupport.getCompartment(Node start, Base kernel)
          Should return the most suitable compartment where new node should be located.
NodeInfo[]QueryEngineSupport.searchLinked(Diagram diagram, Node node, QueryOptions options)
          
DimensionSemanticController.move(Node node, Compartment parent, Dimension offset)
          Moves the specified node to the specified position.
 

Uses of Node in biouml.model.dynamics
 

Methods in biouml.model.dynamics with parameters of type Node
CompositeViewEModelDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          Adds vriable value to node view.
 

Uses of Node in biouml.model.util
 

Methods in biouml.model.util with parameters of type Node
static voidDiagramXmlReader.readNodeInfo(Element element, Node node, String diagramName)
          
static voidDiagramXmlWriter.writeNodeInfo(Element element, Node node, Document doc)
          
 

Uses of Node in biouml.plugins.gxl
 

Methods in biouml.plugins.gxl that return Node
NodeGxlParserContext.getNodeContext()
          
 

Methods in biouml.plugins.gxl with parameters of type Node
voidGxlParserContext.enterNodeContext(Node node)
          
 

Uses of Node in biouml.plugins.sbml
 

Methods in biouml.plugins.sbml that return Node
NodeCreateDiagramElementDialog.getNode()
          
 

Methods in biouml.plugins.sbml with parameters of type Node
StringSbmlSupport.parseFormula(String formula, Node reaction)
          General template to cinvert SBML formula into BioUML formula.
 

Uses of Node in biouml.standard.diagram
 

Methods in biouml.standard.diagram that return Node
NodeCreateDiagramElementDialog.getNode()
          
 

Methods in biouml.standard.diagram with parameters of type Node
CompositeViewPathwayDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
voidPathwayDiagramViewBuilder.locateReaction(Node reactionNode, DiagramViewOptions options, Graphics g)
          Locate reaction.
CompositeViewPathwaySimulationDiagramViewBuilder.createNodeView(Node node, DiagramViewOptions options, Graphics g)
          
 


FOOTER

BOTTOM