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

Packages that use ValidatableNode
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 ValidatableNode in org.eclipse.ocl.examples.emf.validation.validity
 

Subinterfaces of ValidatableNode in org.eclipse.ocl.examples.emf.validation.validity
 interface ResultValidatableNode
          A representation of the model object 'Result ValidatableNode'.
 interface RootValidatableNode
          A representation of the model object 'Root ValidatableNode'.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity that return ValidatableNode
 ValidatableNode ValidityFactory.createValidatableNode()
          Returns a new object of class 'Validatable Node'.
 ValidatableNode ValidatableNode.getParent()
          Returns the value of the 'Parent' container reference.
 ValidatableNode Result.getValidatableNode()
          Returns the value of the 'Validatable Node' reference.
 

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

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

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

Classes in org.eclipse.ocl.examples.emf.validation.validity.impl that implement ValidatableNode
 class ResultValidatableNodeImpl
          An implementation of the model object 'Result ValidatableNode'.
 class RootValidatableNodeImpl
          An implementation of the model object 'Root ValidatableNode'.
 class ValidatableNodeImpl
          An implementation of the model object 'ValidatableNode'.
 

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

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return ValidatableNode
 ValidatableNode ValidityFactoryImpl.createValidatableNode()
           
 ValidatableNode ValidatableNodeImpl.getParent()
           
 ValidatableNode ResultImpl.getValidatableNode()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.emf.validation.validity.manager that return ValidatableNode
protected  ValidatableNode ValidityModel.createValidatableNode()
           
protected  ValidatableNode ValidityModel.getValidatableNode(org.eclipse.emf.ecore.EObject eObject)
          Return the ValidatableNode node for EObject creating any ValidatableNodes that are required to ensure that the returned ValidatableNode is installed in the root.
 

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

Method parameters in org.eclipse.ocl.examples.emf.validation.validity.manager with type arguments of type ValidatableNode
protected  boolean ValidityModel.createResults(java.util.List<Result> results, java.util.List<? extends ValidatableNode> validatableNodes, org.eclipse.core.runtime.IProgressMonitor monitor)
          Created Results of all validatableNodes.
 

Uses of ValidatableNode 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 ValidatableNode
protected  java.util.List<ResultValidatableNode> DebugValidityAction.getEnabledResultValidatableNodes(ValidatableNode validatableNode)
          Return all enabled result validatable nodes at and below validatableNode.
 GoToValidatableNodeMarker ShowElementInEditorAction.getValidatableNodeMarker(ValidatableNode validatableNode)
          Return the GoToValidatableNodeMarker of a ValidatableNode.
 

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

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