Uses of Interface
net.ogdf.ogml.NodeConstraintType

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

Uses of NodeConstraintType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return NodeConstraintType
 NodeConstraintType OgmlFactory.createNodeConstraintType()
          Returns a new object of class 'Node Constraint Type'.
 NodeConstraintType DocumentRoot.getNodeConstraint()
          Returns the value of the 'Node Constraint' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type NodeConstraintType
 EList<NodeConstraintType> ComposedType.getNode()
          Returns the value of the 'Node' containment reference list.
 EList<NodeConstraintType> ConstraintsType.getNodeRef()
          Returns the value of the 'Node Ref' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type NodeConstraintType
 void DocumentRoot.setNodeConstraint(NodeConstraintType value)
          Sets the value of the 'Node Constraint' containment reference.
 

Uses of NodeConstraintType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement NodeConstraintType
 class NodeConstraintTypeImpl
          An implementation of the model object 'Node Constraint Type'.
 

Methods in net.ogdf.ogml.impl that return NodeConstraintType
 NodeConstraintType OgmlFactoryImpl.createNodeConstraintType()
           
 NodeConstraintType DocumentRootImpl.getNodeConstraint()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type NodeConstraintType
 EList<NodeConstraintType> ComposedTypeImpl.getNode()
           
 EList<NodeConstraintType> ConstraintsTypeImpl.getNodeRef()
           
 

Methods in net.ogdf.ogml.impl with parameters of type NodeConstraintType
 NotificationChain DocumentRootImpl.basicSetNodeConstraint(NodeConstraintType newNodeConstraint, NotificationChain msgs)
           
 void DocumentRootImpl.setNodeConstraint(NodeConstraintType newNodeConstraint)
           
 

Uses of NodeConstraintType in net.ogdf.ogml.util
 

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