Uses of Interface
net.ogdf.ogml.SourceTargetType

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

Uses of SourceTargetType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return SourceTargetType
 SourceTargetType OgmlFactory.createSourceTargetType()
          Returns a new object of class 'Source Target Type'.
 SourceTargetType DocumentRoot.getSourceTarget()
          Returns the value of the 'Source Target' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type SourceTargetType
 EList<SourceTargetType> EdgeType.getSource()
          Returns the value of the 'Source' containment reference list.
 EList<SourceTargetType> EdgeType.getTarget()
          Returns the value of the 'Target' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type SourceTargetType
 void DocumentRoot.setSourceTarget(SourceTargetType value)
          Sets the value of the 'Source Target' containment reference.
 

Uses of SourceTargetType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement SourceTargetType
 class SourceTargetTypeImpl
          An implementation of the model object 'Source Target Type'.
 

Methods in net.ogdf.ogml.impl that return SourceTargetType
 SourceTargetType OgmlFactoryImpl.createSourceTargetType()
           
 SourceTargetType DocumentRootImpl.getSourceTarget()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type SourceTargetType
 EList<SourceTargetType> EdgeTypeImpl.getSource()
           
 EList<SourceTargetType> EdgeTypeImpl.getTarget()
           
 

Methods in net.ogdf.ogml.impl with parameters of type SourceTargetType
 NotificationChain DocumentRootImpl.basicSetSourceTarget(SourceTargetType newSourceTarget, NotificationChain msgs)
           
 void DocumentRootImpl.setSourceTarget(SourceTargetType newSourceTarget)
           
 

Uses of SourceTargetType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type SourceTargetType
 T OgmlSwitch.caseSourceTargetType(SourceTargetType object)
          Returns the result of interpreting the object as an instance of 'Source Target Type'.