Uses of Interface
org.graphdrawing.graphml.EndpointType

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

Uses of EndpointType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return EndpointType
 EndpointType GraphMLFactory.createEndpointType()
          Returns a new object of class 'Endpoint Type'.
 EndpointType DocumentRoot.getEndpoint()
          Returns the value of the 'Endpoint' containment reference.
 

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

Methods in org.graphdrawing.graphml with parameters of type EndpointType
 void DocumentRoot.setEndpoint(EndpointType value)
          Sets the value of the 'Endpoint' containment reference.
 

Uses of EndpointType in org.graphdrawing.graphml.impl
 

Methods in org.graphdrawing.graphml.impl that return EndpointType
 EndpointType GraphMLFactoryImpl.createEndpointType()
           
 EndpointType DocumentRootImpl.getEndpoint()
           
 

Methods in org.graphdrawing.graphml.impl that return types with arguments of type EndpointType
 EList<EndpointType> HyperedgeTypeImpl.getEndpoint()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type EndpointType
 NotificationChain DocumentRootImpl.basicSetEndpoint(EndpointType newEndpoint, NotificationChain msgs)
           
 void DocumentRootImpl.setEndpoint(EndpointType newEndpoint)
           
 

Uses of EndpointType in org.graphdrawing.graphml.util
 

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