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

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

public interface ValidityFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
ValidityPackage
Generated

Field Summary
static ValidityFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 ConstrainingNode createConstrainingNode()
          Returns a new object of class 'Constraining Node'.
 LeafConstrainingNode createLeafConstrainingNode()
          Returns a new object of class 'Leaf Constraining Node'.
 Result createResult()
          Returns a new object of class 'Result'.
 ResultConstrainingNode createResultConstrainingNode()
          Returns a new object of class 'Result Constraining Node'.
 ResultSet createResultSet()
          Returns a new object of class 'Result Set'.
 ResultValidatableNode createResultValidatableNode()
          Returns a new object of class 'Result Validatable Node'.
 RootConstrainingNode createRootConstrainingNode()
          Returns a new object of class 'Root Constraining Node'.
 RootNode createRootNode()
          Returns a new object of class 'Root Node'.
 RootValidatableNode createRootValidatableNode()
          Returns a new object of class 'Root Validatable Node'.
 ValidatableNode createValidatableNode()
          Returns a new object of class 'Validatable Node'.
 ValidityPackage getValidityPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eINSTANCE

static final ValidityFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createConstrainingNode

ConstrainingNode createConstrainingNode()
Returns a new object of class 'Constraining Node'.

Returns:
a new object of class 'Constraining Node'.
Generated

createLeafConstrainingNode

LeafConstrainingNode createLeafConstrainingNode()
Returns a new object of class 'Leaf Constraining Node'.

Returns:
a new object of class 'Leaf Constraining Node'.
Generated

createResult

Result createResult()
Returns a new object of class 'Result'.

Returns:
a new object of class 'Result'.
Generated

createResultConstrainingNode

ResultConstrainingNode createResultConstrainingNode()
Returns a new object of class 'Result Constraining Node'.

Returns:
a new object of class 'Result Constraining Node'.
Generated

createResultSet

ResultSet createResultSet()
Returns a new object of class 'Result Set'.

Returns:
a new object of class 'Result Set'.
Generated

createResultValidatableNode

ResultValidatableNode createResultValidatableNode()
Returns a new object of class 'Result Validatable Node'.

Returns:
a new object of class 'Result Validatable Node'.
Generated

createRootNode

RootNode createRootNode()
Returns a new object of class 'Root Node'.

Returns:
a new object of class 'Root Node'.
Generated

createRootConstrainingNode

RootConstrainingNode createRootConstrainingNode()
Returns a new object of class 'Root Constraining Node'.

Returns:
a new object of class 'Root Constraining Node'.
Generated

createRootValidatableNode

RootValidatableNode createRootValidatableNode()
Returns a new object of class 'Root Validatable Node'.

Returns:
a new object of class 'Root Validatable Node'.
Generated

createValidatableNode

ValidatableNode createValidatableNode()
Returns a new object of class 'Validatable Node'.

Returns:
a new object of class 'Validatable Node'.
Generated

getValidityPackage

ValidityPackage getValidityPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated