Uses of Interface
net.ogdf.ogml.EdgeConstraintType

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

Uses of EdgeConstraintType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return EdgeConstraintType
 EdgeConstraintType OgmlFactory.createEdgeConstraintType()
          Returns a new object of class 'Edge Constraint Type'.
 EdgeConstraintType DocumentRoot.getEdgeConstraint()
          Returns the value of the 'Edge Constraint' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type EdgeConstraintType
 EList<EdgeConstraintType> ComposedType.getEdge()
          Returns the value of the 'Edge' containment reference list.
 EList<EdgeConstraintType> ConstraintsType.getEdgeRef()
          Returns the value of the 'Edge Ref' containment reference list.
 

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

Uses of EdgeConstraintType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement EdgeConstraintType
 class EdgeConstraintTypeImpl
          An implementation of the model object 'Edge Constraint Type'.
 

Methods in net.ogdf.ogml.impl that return EdgeConstraintType
 EdgeConstraintType OgmlFactoryImpl.createEdgeConstraintType()
           
 EdgeConstraintType DocumentRootImpl.getEdgeConstraint()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type EdgeConstraintType
 EList<EdgeConstraintType> ComposedTypeImpl.getEdge()
           
 EList<EdgeConstraintType> ConstraintsTypeImpl.getEdgeRef()
           
 

Methods in net.ogdf.ogml.impl with parameters of type EdgeConstraintType
 NotificationChain DocumentRootImpl.basicSetEdgeConstraint(EdgeConstraintType newEdgeConstraint, NotificationChain msgs)
           
 void DocumentRootImpl.setEdgeConstraint(EdgeConstraintType newEdgeConstraint)
           
 

Uses of EdgeConstraintType in net.ogdf.ogml.util
 

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