HEADER

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
CompositeViewDefaultDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, Graphics g)
          
CompositeViewDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, Graphics g)
          
voidNode.addEdge(Edge edge)
          
voidNode.removeEdge(Edge edge)
          
voidNodeInfo.addEdge(Edge e)
          
 

Uses of Edge in biouml.model.dynamics
 

Methods in biouml.model.dynamics with parameters of type Edge
CompositeViewEModelDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions options, Graphics g)
          
 

Uses of Edge in biouml.model.util
 

Methods in biouml.model.util with parameters of type Edge
static voidDiagramXmlReader.readEdgeInfo(Element element, Edge edge, String diagramName)
          
static booleanDiagramXmlWriter.isEdgeInfoInformative(Edge edge)
          
static voidDiagramXmlWriter.writeEdgeInfo(Element element, Edge edge, Document doc)
          
 

Uses of Edge in biouml.plugins.gxl
 

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

Methods in biouml.plugins.gxl with parameters of type Edge
voidGxlParserContext.enterEdgeContext(Edge edge)
          
 

Uses of Edge in biouml.standard.diagram
 

Methods in biouml.standard.diagram with parameters of type Edge
CompositeViewPathwayDiagramViewBuilder.createEdgeView(Edge edge, DiagramViewOptions viewOptions, Graphics g)
          
CompositeViewPathwayDiagramViewBuilder.createSemanticRelationView(Edge edge, PathwayDiagramViewOptions viewOptions, Graphics g)
          
 


FOOTER

BOTTOM