org.eclipse.gmt.umlx.essentialocl
Interface EssentialoclFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface EssentialoclFactory
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:
EssentialoclPackage

Field Summary
static EssentialoclFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AnyType createAnyType()
          Returns a new object of class 'Any Type'.
 BagType createBagType()
          Returns a new object of class 'Bag Type'.
 BooleanLiteralExp createBooleanLiteralExp()
          Returns a new object of class 'Boolean Literal Exp'.
 CollectionItem createCollectionItem()
          Returns a new object of class 'Collection Item'.
 CollectionLiteralExp createCollectionLiteralExp()
          Returns a new object of class 'Collection Literal Exp'.
 CollectionRange createCollectionRange()
          Returns a new object of class 'Collection Range'.
 EnumLiteralExp createEnumLiteralExp()
          Returns a new object of class 'Enum Literal Exp'.
 ExpressionInOcl createExpressionInOcl()
          Returns a new object of class 'Expression In Ocl'.
 IfExp createIfExp()
          Returns a new object of class 'If Exp'.
 IntegerLiteralExp createIntegerLiteralExp()
          Returns a new object of class 'Integer Literal Exp'.
 InvalidLiteralExp createInvalidLiteralExp()
          Returns a new object of class 'Invalid Literal Exp'.
 InvalidType createInvalidType()
          Returns a new object of class 'Invalid Type'.
 IterateExp createIterateExp()
          Returns a new object of class 'Iterate Exp'.
 IteratorExp createIteratorExp()
          Returns a new object of class 'Iterator Exp'.
 LetExp createLetExp()
          Returns a new object of class 'Let Exp'.
 NullLiteralExp createNullLiteralExp()
          Returns a new object of class 'Null Literal Exp'.
 OpaqueExpression createOpaqueExpression()
          Returns a new object of class 'Opaque Expression'.
 OperationCallExp createOperationCallExp()
          Returns a new object of class 'Operation Call Exp'.
 OrderedSetType createOrderedSetType()
          Returns a new object of class 'Ordered Set Type'.
 PropertyCallExp createPropertyCallExp()
          Returns a new object of class 'Property Call Exp'.
 RealLiteralExp createRealLiteralExp()
          Returns a new object of class 'Real Literal Exp'.
 SequenceType createSequenceType()
          Returns a new object of class 'Sequence Type'.
 SetType createSetType()
          Returns a new object of class 'Set Type'.
 StringLiteralExp createStringLiteralExp()
          Returns a new object of class 'String Literal Exp'.
 TupleLiteralExp createTupleLiteralExp()
          Returns a new object of class 'Tuple Literal Exp'.
 TupleLiteralPart createTupleLiteralPart()
          Returns a new object of class 'Tuple Literal Part'.
 TupleType createTupleType()
          Returns a new object of class 'Tuple Type'.
 TypeExp createTypeExp()
          Returns a new object of class 'Type Exp'.
 UnlimitedNaturalExp createUnlimitedNaturalExp()
          Returns a new object of class 'Unlimited Natural Exp'.
 Variable createVariable()
          Returns a new object of class 'Variable'.
 VariableExp createVariableExp()
          Returns a new object of class 'Variable Exp'.
 VoidType createVoidType()
          Returns a new object of class 'Void Type'.
 EssentialoclPackage getEssentialoclPackage()
          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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final EssentialoclFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createBooleanLiteralExp

BooleanLiteralExp createBooleanLiteralExp()
Returns a new object of class 'Boolean Literal Exp'.

Returns:
a new object of class 'Boolean Literal Exp'.

createUnlimitedNaturalExp

UnlimitedNaturalExp createUnlimitedNaturalExp()
Returns a new object of class 'Unlimited Natural Exp'.

Returns:
a new object of class 'Unlimited Natural Exp'.

createIfExp

IfExp createIfExp()
Returns a new object of class 'If Exp'.

Returns:
a new object of class 'If Exp'.

createLetExp

LetExp createLetExp()
Returns a new object of class 'Let Exp'.

Returns:
a new object of class 'Let Exp'.

createVariable

Variable createVariable()
Returns a new object of class 'Variable'.

Returns:
a new object of class 'Variable'.

createPropertyCallExp

PropertyCallExp createPropertyCallExp()
Returns a new object of class 'Property Call Exp'.

Returns:
a new object of class 'Property Call Exp'.

createVariableExp

VariableExp createVariableExp()
Returns a new object of class 'Variable Exp'.

Returns:
a new object of class 'Variable Exp'.

createTypeExp

TypeExp createTypeExp()
Returns a new object of class 'Type Exp'.

Returns:
a new object of class 'Type Exp'.

createIteratorExp

IteratorExp createIteratorExp()
Returns a new object of class 'Iterator Exp'.

Returns:
a new object of class 'Iterator Exp'.

createStringLiteralExp

StringLiteralExp createStringLiteralExp()
Returns a new object of class 'String Literal Exp'.

Returns:
a new object of class 'String Literal Exp'.

createIntegerLiteralExp

IntegerLiteralExp createIntegerLiteralExp()
Returns a new object of class 'Integer Literal Exp'.

Returns:
a new object of class 'Integer Literal Exp'.

createOperationCallExp

OperationCallExp createOperationCallExp()
Returns a new object of class 'Operation Call Exp'.

Returns:
a new object of class 'Operation Call Exp'.

createRealLiteralExp

RealLiteralExp createRealLiteralExp()
Returns a new object of class 'Real Literal Exp'.

Returns:
a new object of class 'Real Literal Exp'.

createIterateExp

IterateExp createIterateExp()
Returns a new object of class 'Iterate Exp'.

Returns:
a new object of class 'Iterate Exp'.

createCollectionLiteralExp

CollectionLiteralExp createCollectionLiteralExp()
Returns a new object of class 'Collection Literal Exp'.

Returns:
a new object of class 'Collection Literal Exp'.

createCollectionItem

CollectionItem createCollectionItem()
Returns a new object of class 'Collection Item'.

Returns:
a new object of class 'Collection Item'.

createCollectionRange

CollectionRange createCollectionRange()
Returns a new object of class 'Collection Range'.

Returns:
a new object of class 'Collection Range'.

createTupleLiteralExp

TupleLiteralExp createTupleLiteralExp()
Returns a new object of class 'Tuple Literal Exp'.

Returns:
a new object of class 'Tuple Literal Exp'.

createNullLiteralExp

NullLiteralExp createNullLiteralExp()
Returns a new object of class 'Null Literal Exp'.

Returns:
a new object of class 'Null Literal Exp'.

createExpressionInOcl

ExpressionInOcl createExpressionInOcl()
Returns a new object of class 'Expression In Ocl'.

Returns:
a new object of class 'Expression In Ocl'.

createOpaqueExpression

OpaqueExpression createOpaqueExpression()
Returns a new object of class 'Opaque Expression'.

Returns:
a new object of class 'Opaque Expression'.

createInvalidLiteralExp

InvalidLiteralExp createInvalidLiteralExp()
Returns a new object of class 'Invalid Literal Exp'.

Returns:
a new object of class 'Invalid Literal Exp'.

createTupleLiteralPart

TupleLiteralPart createTupleLiteralPart()
Returns a new object of class 'Tuple Literal Part'.

Returns:
a new object of class 'Tuple Literal Part'.

createBagType

BagType createBagType()
Returns a new object of class 'Bag Type'.

Returns:
a new object of class 'Bag Type'.

createEnumLiteralExp

EnumLiteralExp createEnumLiteralExp()
Returns a new object of class 'Enum Literal Exp'.

Returns:
a new object of class 'Enum Literal Exp'.

createInvalidType

InvalidType createInvalidType()
Returns a new object of class 'Invalid Type'.

Returns:
a new object of class 'Invalid Type'.

createOrderedSetType

OrderedSetType createOrderedSetType()
Returns a new object of class 'Ordered Set Type'.

Returns:
a new object of class 'Ordered Set Type'.

createSequenceType

SequenceType createSequenceType()
Returns a new object of class 'Sequence Type'.

Returns:
a new object of class 'Sequence Type'.

createSetType

SetType createSetType()
Returns a new object of class 'Set Type'.

Returns:
a new object of class 'Set Type'.

createTupleType

TupleType createTupleType()
Returns a new object of class 'Tuple Type'.

Returns:
a new object of class 'Tuple Type'.

createVoidType

VoidType createVoidType()
Returns a new object of class 'Void Type'.

Returns:
a new object of class 'Void Type'.

createAnyType

AnyType createAnyType()
Returns a new object of class 'Any Type'.

Returns:
a new object of class 'Any Type'.

getEssentialoclPackage

EssentialoclPackage getEssentialoclPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.