Uses of Interface
org.graphdrawing.graphml.EdgeType

Packages that use EdgeType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.graphdrawing.graphml.util   
 

Uses of EdgeType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return EdgeType
 EdgeType GraphMLFactory.createEdgeType()
          Returns a new object of class 'Edge Type'.
 EdgeType DocumentRoot.getEdge()
          Returns the value of the 'Edge' containment reference.
 

Methods in org.graphdrawing.graphml that return types with arguments of type EdgeType
 EList<EdgeType> GraphType.getEdge()
          Returns the value of the 'Edge' containment reference list.
 

Methods in org.graphdrawing.graphml with parameters of type EdgeType
 void DocumentRoot.setEdge(EdgeType value)
          Sets the value of the 'Edge' containment reference.
 

Uses of EdgeType in org.graphdrawing.graphml.impl
 

Methods in org.graphdrawing.graphml.impl that return EdgeType
 EdgeType GraphMLFactoryImpl.createEdgeType()
           
 EdgeType DocumentRootImpl.getEdge()
           
 

Methods in org.graphdrawing.graphml.impl that return types with arguments of type EdgeType
 EList<EdgeType> GraphTypeImpl.getEdge()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type EdgeType
 NotificationChain DocumentRootImpl.basicSetEdge(EdgeType newEdge, NotificationChain msgs)
           
 void DocumentRootImpl.setEdge(EdgeType newEdge)
           
 

Uses of EdgeType in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type EdgeType
 T GraphMLSwitch.caseEdgeType(EdgeType object)
          Returns the result of interpreting the object as an instance of 'Edge Type'.