Uses of Interface
net.ogdf.ogml.EdgeType

Packages that use EdgeType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of EdgeType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return EdgeType
 EdgeType OgmlFactory.createEdgeType()
          Returns a new object of class 'Edge Type'.
 EdgeType DocumentRoot.getEdge()
          Returns the value of the 'Edge' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type EdgeType
 EList<EdgeType> StructureType.getEdge()
          Returns the value of the 'Edge' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type EdgeType
 void DocumentRoot.setEdge(EdgeType value)
          Sets the value of the 'Edge' containment reference.
 

Uses of EdgeType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement EdgeType
 class EdgeTypeImpl
          An implementation of the model object 'Edge Type'.
 

Methods in net.ogdf.ogml.impl that return EdgeType
 EdgeType OgmlFactoryImpl.createEdgeType()
           
 EdgeType DocumentRootImpl.getEdge()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type EdgeType
 EList<EdgeType> StructureTypeImpl.getEdge()
           
 

Methods in net.ogdf.ogml.impl with parameters of type EdgeType
 NotificationChain DocumentRootImpl.basicSetEdge(EdgeType newEdge, NotificationChain msgs)
           
 void DocumentRootImpl.setEdge(EdgeType newEdge)
           
 

Uses of EdgeType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type EdgeType
 T OgmlSwitch.caseEdgeType(EdgeType object)
          Returns the result of interpreting the object as an instance of 'Edge Type'.