Uses of Interface
org.graphdrawing.graphml.HyperedgeType

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

Uses of HyperedgeType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return HyperedgeType
 HyperedgeType GraphMLFactory.createHyperedgeType()
          Returns a new object of class 'Hyperedge Type'.
 HyperedgeType DocumentRoot.getHyperedge()
          Returns the value of the 'Hyperedge' containment reference.
 

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

Methods in org.graphdrawing.graphml with parameters of type HyperedgeType
 void DocumentRoot.setHyperedge(HyperedgeType value)
          Sets the value of the 'Hyperedge' containment reference.
 

Uses of HyperedgeType in org.graphdrawing.graphml.impl
 

Classes in org.graphdrawing.graphml.impl that implement HyperedgeType
 class HyperedgeTypeImpl
          An implementation of the model object 'Hyperedge Type'.
 

Methods in org.graphdrawing.graphml.impl that return HyperedgeType
 HyperedgeType GraphMLFactoryImpl.createHyperedgeType()
           
 HyperedgeType DocumentRootImpl.getHyperedge()
           
 

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

Methods in org.graphdrawing.graphml.impl with parameters of type HyperedgeType
 NotificationChain DocumentRootImpl.basicSetHyperedge(HyperedgeType newHyperedge, NotificationChain msgs)
           
 void DocumentRootImpl.setHyperedge(HyperedgeType newHyperedge)
           
 

Uses of HyperedgeType in org.graphdrawing.graphml.util
 

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