Uses of Class
biouml.model.Edge

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

Uses of Edge in biouml.model
 

Methods in biouml.model that return Edge
 Edge[] Node.getEdges()
           
 

Methods in biouml.model with parameters of type Edge
 void NodeInfo.addEdge(Edge e)
           
 void Node.addEdge(Edge edge)
           
 void Node.removeEdge(Edge edge)
           
 CompositeView DiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, java.awt.Graphics g)
           
protected  void DefaultSemanticController.remapEdge(Edge edge, Compartment oldCompartment, Compartment newCompartment, java.lang.String oldCompartmentName)
           
protected  void DefaultSemanticController.moveEdge(Edge oldEdge, Node inNode, Node outNode)
           
 CompositeView DefaultDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, java.awt.Graphics g)
           
protected  void Compartment.remapEdge(DataCollection newParent, Edge edge, Node inNode, Node outNode)
           
 

Uses of Edge in biouml.model.dynamics
 

Methods in biouml.model.dynamics with parameters of type Edge
 CompositeView EModelDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, java.awt.Graphics g)
           
protected  java.lang.String EModel.getEdgeQualifiedName(java.lang.String name, Edge edge)
           
 

Uses of Edge in biouml.model.util
 

Methods in biouml.model.util with parameters of type Edge
static boolean DiagramXmlWriter.isEdgeInfoInformative(Edge edge)
           
static void DiagramXmlWriter.writeEdgeInfo(org.w3c.dom.Element element, Edge edge, org.w3c.dom.Document doc)
           
static void DiagramXmlReader.readEdgeInfo(org.w3c.dom.Element element, Edge edge, java.lang.String diagramName)
           
 

Uses of Edge in biouml.plugins.gxl
 

Fields in biouml.plugins.gxl declared as Edge
protected  Edge GxlParserContext.currentEdge
           
 

Methods in biouml.plugins.gxl that return Edge
 Edge GxlParserContext.getEdgeContext()
           
 

Methods in biouml.plugins.gxl with parameters of type Edge
protected  void GxlReader.GxlHandler.processEdgeExtension(Edge edge, org.xml.sax.Attributes attrs)
          It is stub for further overriding
 void GxlParserContext.enterEdgeContext(Edge edge)
           
 

Uses of Edge in biouml.standard.diagram
 

Methods in biouml.standard.diagram with parameters of type Edge
 CompositeView PathwayDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions viewOptions, java.awt.Graphics g)
           
 CompositeView PathwayDiagramViewBuilder.createSemanticRelationView(Edge edge, PathwayDiagramViewOptions viewOptions, java.awt.Graphics g)
           
protected  Pen PathwayDiagramViewBuilder.getRelationPen(Edge edge, PathwayDiagramViewOptions options)
           
protected  ArrowView.Tip PathwayDiagramViewBuilder.getRelationStartTip(Edge edge, PathwayDiagramViewOptions options)
           
protected  ArrowView.Tip PathwayDiagramViewBuilder.getRelationEndTip(Edge edge, PathwayDiagramViewOptions options)
           
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.