Uses of Interface
net.ogdf.ogml.EndpointType

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

Uses of EndpointType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return EndpointType
 EndpointType OgmlFactory.createEndpointType()
          Returns a new object of class 'Endpoint Type'.
 EndpointType DocumentRoot.getEndpoint()
          Returns the value of the 'Endpoint' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type EndpointType
 EList<EndpointType> SegmentType.getEndpoint()
          Returns the value of the 'Endpoint' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type EndpointType
 void DocumentRoot.setEndpoint(EndpointType value)
          Sets the value of the 'Endpoint' containment reference.
 

Uses of EndpointType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement EndpointType
 class EndpointTypeImpl
          An implementation of the model object 'Endpoint Type'.
 

Fields in net.ogdf.ogml.impl with type parameters of type EndpointType
protected  EList<EndpointType> SegmentTypeImpl.endpoint
          The cached value of the 'Endpoint' containment reference list.
 

Methods in net.ogdf.ogml.impl that return EndpointType
 EndpointType OgmlFactoryImpl.createEndpointType()
           
 EndpointType DocumentRootImpl.getEndpoint()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type EndpointType
 EList<EndpointType> SegmentTypeImpl.getEndpoint()
           
 

Methods in net.ogdf.ogml.impl with parameters of type EndpointType
 NotificationChain DocumentRootImpl.basicSetEndpoint(EndpointType newEndpoint, NotificationChain msgs)
           
 void DocumentRootImpl.setEndpoint(EndpointType newEndpoint)
           
 

Uses of EndpointType in net.ogdf.ogml.util
 

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