org.eclipse.ocl.examples.emf.validation.validity
Interface RootNode

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RootNodeImpl

public interface RootNode
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Root'.

The following features are supported:

See Also:
ValidityPackage.getRootNode()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<RootConstrainingNode> getConstrainingNodes()
          Returns the value of the 'Constraining Nodes' containment reference list.
 org.eclipse.emf.common.util.EList<ResultSet> getResultSets()
          Returns the value of the 'Result Sets' containment reference list.
 org.eclipse.emf.common.util.EList<RootValidatableNode> getValidatableNodes()
          Returns the value of the 'Validatable Nodes' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getResultSets

@NonNull
org.eclipse.emf.common.util.EList<ResultSet> getResultSets()
Returns the value of the 'Result Sets' containment reference list. The list contents are of type ResultSet. It is bidirectional and its opposite is 'Root'.

If the meaning of the 'Result Sets' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Result Sets' containment reference list.
See Also:
ValidityPackage.getRootNode_ResultSets(), ResultSet.getRoot()
Generated
Model
opposite="root" containment="true" ordered="false"

getConstrainingNodes

@NonNull
org.eclipse.emf.common.util.EList<RootConstrainingNode> getConstrainingNodes()
Returns the value of the 'Constraining Nodes' containment reference list. The list contents are of type RootConstrainingNode. It is bidirectional and its opposite is 'Root Node'.

If the meaning of the 'Constraining Nodes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Constraining Nodes' containment reference list.
See Also:
ValidityPackage.getRootNode_ConstrainingNodes(), RootConstrainingNode.getRootNode()
Generated
Model
opposite="rootNode" containment="true" ordered="false"

getValidatableNodes

@NonNull
org.eclipse.emf.common.util.EList<RootValidatableNode> getValidatableNodes()
Returns the value of the 'Validatable Nodes' containment reference list. The list contents are of type RootValidatableNode. It is bidirectional and its opposite is 'Root Node'.

If the meaning of the 'ValidatableNodes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validatable Nodes' containment reference list.
See Also:
ValidityPackage.getRootNode_ValidatableNodes(), RootValidatableNode.getRootNode()
Generated
Model
opposite="rootNode" containment="true" ordered="false"