Uses of Interface
org.eclipse.ocl.examples.emf.validation.validity.ConstrainingNode

Packages that use ConstrainingNode
org.eclipse.ocl.examples.emf.validation.validity   
org.eclipse.ocl.examples.emf.validation.validity.impl   
org.eclipse.ocl.examples.emf.validation.validity.manager   
org.eclipse.ocl.examples.emf.validation.validity.ui.actions   
org.eclipse.ocl.examples.emf.validation.validity.util   
 

Uses of ConstrainingNode in org.eclipse.ocl.examples.emf.validation.validity
 

Subinterfaces of ConstrainingNode in org.eclipse.ocl.examples.emf.validation.validity
 interface LeafConstrainingNode
          A representation of the model object 'Leaf ConstrainingNode'.
 interface ResultConstrainingNode
          A representation of the model object 'Result ConstrainingNode'.
 interface RootConstrainingNode
          A representation of the model object 'Root ConstrainingNode'.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity that return ConstrainingNode
 ConstrainingNode ValidityFactory.createConstrainingNode()
          Returns a new object of class 'Constraining Node'.
 ConstrainingNode ConstrainingNode.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity that return types with arguments of type ConstrainingNode
 org.eclipse.emf.common.util.EList<ConstrainingNode> ConstrainingNode.getChildren()
          Returns the value of the 'Children' containment reference list.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity with parameters of type ConstrainingNode
 void ConstrainingNode.setParent(ConstrainingNode value)
          Sets the value of the 'Parent' container reference.
 

Uses of ConstrainingNode in org.eclipse.ocl.examples.emf.validation.validity.impl
 

Classes in org.eclipse.ocl.examples.emf.validation.validity.impl that implement ConstrainingNode
 class ConstrainingNodeImpl
          An implementation of the model object 'ConstrainingNode'.
 class LeafConstrainingNodeImpl
          An implementation of the model object 'Leaf ConstrainingNode'.
 class ResultConstrainingNodeImpl
          An implementation of the model object 'Result ConstrainingNode'.
 class RootConstrainingNodeImpl
          An implementation of the model object 'Root ConstrainingNode'.
 

Fields in org.eclipse.ocl.examples.emf.validation.validity.impl with type parameters of type ConstrainingNode
protected  org.eclipse.emf.common.util.EList<ConstrainingNode> ConstrainingNodeImpl.children
          The cached value of the 'Children' containment reference list.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return ConstrainingNode
 ConstrainingNode ValidityFactoryImpl.createConstrainingNode()
           
 ConstrainingNode ConstrainingNodeImpl.getParent()
           
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return types with arguments of type ConstrainingNode
 org.eclipse.emf.common.util.EList<ConstrainingNode> ConstrainingNodeImpl.getChildren()
           
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl with parameters of type ConstrainingNode
 org.eclipse.emf.common.notify.NotificationChain ConstrainingNodeImpl.basicSetParent(ConstrainingNode newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ConstrainingNodeImpl.setParent(ConstrainingNode newParent)
           
 

Uses of ConstrainingNode in org.eclipse.ocl.examples.emf.validation.validity.manager
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.manager that return ConstrainingNode
protected  ConstrainingNode ValidityModel.createConstrainingNode()
          Creates a ConstrainingNode.
 ConstrainingNode ValidityManager.getConstrainingNode(org.eclipse.emf.ecore.EObject eObject)
          Return the ConstrainingNode node for EObject creating any ConstrainingNodes that are required to ensure that the returned ConstrainingNode is installed in the root.
 ConstrainingNode ValidityModel.getConstrainingNode(org.eclipse.emf.ecore.EObject constrainingObject)
          Return the ConstrainingNode node for EObject creating any parent ConstrainingNodes that are required to ensure that the returned ConstrainingNode is installed in the root.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.manager with parameters of type ConstrainingNode
protected  void ValidityModel.createResultNodes(ValidatableNode validatable, ConstrainingNode constrainingNode)
           
 java.util.List<Result> ValidityManager.getConstrainingNodeResults(ConstrainingNode element)
           
 java.lang.String ValidityModel.getResultValidatableLabel(ConstrainingNode constrainingNode)
           
 

Uses of ConstrainingNode in org.eclipse.ocl.examples.emf.validation.validity.ui.actions
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.ui.actions with parameters of type ConstrainingNode
protected  java.util.List<ResultConstrainingNode> DebugValidityAction.getEnabledResultConstrainingNodes(ConstrainingNode constrainingNode)
          Return all enabled result constraining nodes at and below constrainingNode.
 

Uses of ConstrainingNode in org.eclipse.ocl.examples.emf.validation.validity.util
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.util with parameters of type ConstrainingNode
 T ValiditySwitch.caseConstrainingNode(ConstrainingNode object)
          Returns the result of interpreting the object as an instance of 'Constraining Node'.