org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
Interface OCLstdlibCSTFactory

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:
OCLstdlibCSTFactoryImpl

public interface OCLstdlibCSTFactory
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:
OCLstdlibCSTPackage
Generated

Field Summary
static OCLstdlibCSTFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 LibClassCS createLibClassCS()
          Returns a new object of class 'Lib Class CS'.
 LibConstraintCS createLibConstraintCS()
          Returns a new object of class 'Lib Constraint CS'.
 LibIterationCS createLibIterationCS()
          Returns a new object of class 'Lib Iteration CS'.
 LibOperationCS createLibOperationCS()
          Returns a new object of class 'Lib Operation CS'.
 LibPackageCS createLibPackageCS()
          Returns a new object of class 'Lib Package CS'.
 LibPropertyCS createLibPropertyCS()
          Returns a new object of class 'Lib Property CS'.
 LibRootPackageCS createLibRootPackageCS()
          Returns a new object of class 'Lib Root Package CS'.
 MetaTypeName createMetaTypeName()
          Returns a new object of class 'Meta Type Name'.
 PrecedenceCS createPrecedenceCS()
          Returns a new object of class 'Precedence CS'.
 OCLstdlibCSTPackage getOCLstdlibCSTPackage()
          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 OCLstdlibCSTFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createLibClassCS

LibClassCS createLibClassCS()
Returns a new object of class 'Lib Class CS'.

Returns:
a new object of class 'Lib Class CS'.
Generated

createLibConstraintCS

LibConstraintCS createLibConstraintCS()
Returns a new object of class 'Lib Constraint CS'.

Returns:
a new object of class 'Lib Constraint CS'.
Generated

createLibIterationCS

LibIterationCS createLibIterationCS()
Returns a new object of class 'Lib Iteration CS'.

Returns:
a new object of class 'Lib Iteration CS'.
Generated

createLibOperationCS

LibOperationCS createLibOperationCS()
Returns a new object of class 'Lib Operation CS'.

Returns:
a new object of class 'Lib Operation CS'.
Generated

createLibPackageCS

LibPackageCS createLibPackageCS()
Returns a new object of class 'Lib Package CS'.

Returns:
a new object of class 'Lib Package CS'.
Generated

createLibPropertyCS

LibPropertyCS createLibPropertyCS()
Returns a new object of class 'Lib Property CS'.

Returns:
a new object of class 'Lib Property CS'.
Generated

createLibRootPackageCS

LibRootPackageCS createLibRootPackageCS()
Returns a new object of class 'Lib Root Package CS'.

Returns:
a new object of class 'Lib Root Package CS'.
Generated

createMetaTypeName

MetaTypeName createMetaTypeName()
Returns a new object of class 'Meta Type Name'.

Returns:
a new object of class 'Meta Type Name'.
Generated

createPrecedenceCS

PrecedenceCS createPrecedenceCS()
Returns a new object of class 'Precedence CS'.

Returns:
a new object of class 'Precedence CS'.
Generated

getOCLstdlibCSTPackage

OCLstdlibCSTPackage getOCLstdlibCSTPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated