org.eclipse.ocl.ecore
Interface EcoreFactory

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

public interface EcoreFactory
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:
EcorePackage
Generated

Field Summary
static EcoreFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AnyType createAnyType()
          Returns a new object of class 'Any Type'.
 AssociationClassCallExp createAssociationClassCallExp()
          Returns a new object of class 'Association Class Call Exp'.
 BagType createBagType()
          Returns a new object of class 'Bag Type'.
 BooleanLiteralExp createBooleanLiteralExp()
          Returns a new object of class 'Boolean Literal Exp'.
 CallOperationAction createCallOperationAction()
          Returns a new object of class 'Call Operation Action'.
 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'.
 CollectionType createCollectionType()
          Returns a new object of class 'Collection Type'.
 Constraint createConstraint()
          Returns a new object of class 'Constraint'.
 ElementType createElementType()
          Returns a new object of class 'Element Type'.
 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'.
 MessageExp createMessageExp()
          Returns a new object of class 'Message Exp'.
 MessageType createMessageType()
          Returns a new object of class 'Message Type'.
 NullLiteralExp createNullLiteralExp()
          Returns a new object of class 'Null Literal Exp'.
 OperationCallExp createOperationCallExp()
          Returns a new object of class 'Operation Call Exp'.
 OppositePropertyCallExp createOppositePropertyCallExp()
          Returns a new object of class 'Opposite Property Call Exp'.
 OrderedSetType createOrderedSetType()
          Returns a new object of class 'Ordered Set Type'.
 PrimitiveType createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 PropertyCallExp createPropertyCallExp()
          Returns a new object of class 'Property Call Exp'.
 RealLiteralExp createRealLiteralExp()
          Returns a new object of class 'Real Literal Exp'.
 SendSignalAction createSendSignalAction()
          Returns a new object of class 'Send Signal Action'.
 SequenceType createSequenceType()
          Returns a new object of class 'Sequence Type'.
 SetType createSetType()
          Returns a new object of class 'Set Type'.
 StateExp createStateExp()
          Returns a new object of class 'State Exp'.
 StringLiteralExp createStringLiteralExp()
          Returns a new object of class 'String Literal Exp'.
 TemplateParameterType createTemplateParameterType()
          Returns a new object of class 'Template Parameter Type'.
 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'.
 TypeType createTypeType()
          Returns a new object of class 'Type Type'.
 UnlimitedNaturalLiteralExp createUnlimitedNaturalLiteralExp()
          Returns a new object of class 'Unlimited Natural Literal Exp'.
 UnspecifiedValueExp createUnspecifiedValueExp()
          Returns a new object of class 'Unspecified Value 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'.
 EcorePackage getEcorePackage()
          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 EcoreFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createAnyType

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

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

createBagType

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

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

createCollectionType

CollectionType createCollectionType()
Returns a new object of class 'Collection Type'.

Returns:
a new object of class 'Collection Type'.
Generated

createElementType

ElementType createElementType()
Returns a new object of class 'Element Type'.

Returns:
a new object of class 'Element Type'.
Generated

createInvalidType

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

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

createMessageType

MessageType createMessageType()
Returns a new object of class 'Message Type'.

Returns:
a new object of class 'Message Type'.
Generated

createOrderedSetType

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

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

createPrimitiveType

PrimitiveType createPrimitiveType()
Returns a new object of class 'Primitive Type'.

Returns:
a new object of class 'Primitive Type'.
Generated

createSequenceType

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

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

createSetType

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

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

createTemplateParameterType

TemplateParameterType createTemplateParameterType()
Returns a new object of class 'Template Parameter Type'.

Returns:
a new object of class 'Template Parameter Type'.
Since:
3.0
Generated

createTupleType

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

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

createTypeType

TypeType createTypeType()
Returns a new object of class 'Type Type'.

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

createVoidType

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

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

createCallOperationAction

CallOperationAction createCallOperationAction()
Returns a new object of class 'Call Operation Action'.

Returns:
a new object of class 'Call Operation Action'.
Generated

createConstraint

Constraint createConstraint()
Returns a new object of class 'Constraint'.

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

createSendSignalAction

SendSignalAction createSendSignalAction()
Returns a new object of class 'Send Signal Action'.

Returns:
a new object of class 'Send Signal Action'.
Generated

createExpressionInOCL

ExpressionInOCL createExpressionInOCL()
Returns a new object of class 'Expression In OCL'.

Returns:
a new object of class 'Expression In OCL'.
Generated

createAssociationClassCallExp

AssociationClassCallExp createAssociationClassCallExp()
Returns a new object of class 'Association Class Call Exp'.

Returns:
a new object of class 'Association Class Call Exp'.
Generated

createBooleanLiteralExp

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

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

createCollectionItem

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

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

createCollectionLiteralExp

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

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

createCollectionRange

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

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

createEnumLiteralExp

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

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

createIfExp

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

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

createIntegerLiteralExp

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

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

createUnlimitedNaturalLiteralExp

UnlimitedNaturalLiteralExp createUnlimitedNaturalLiteralExp()
Returns a new object of class 'Unlimited Natural Literal Exp'.

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

createInvalidLiteralExp

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

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

createIterateExp

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

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

createIteratorExp

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

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

createLetExp

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

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

createMessageExp

MessageExp createMessageExp()
Returns a new object of class 'Message Exp'.

Returns:
a new object of class 'Message Exp'.
Generated

createNullLiteralExp

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

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

createOperationCallExp

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

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

createPropertyCallExp

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

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

createRealLiteralExp

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

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

createStateExp

StateExp createStateExp()
Returns a new object of class 'State Exp'.

Returns:
a new object of class 'State Exp'.
Generated

createStringLiteralExp

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

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

createTupleLiteralExp

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

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

createTupleLiteralPart

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

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

createTypeExp

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

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

createUnspecifiedValueExp

UnspecifiedValueExp createUnspecifiedValueExp()
Returns a new object of class 'Unspecified Value Exp'.

Returns:
a new object of class 'Unspecified Value Exp'.
Generated

createVariable

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

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

createVariableExp

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

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

createOppositePropertyCallExp

OppositePropertyCallExp createOppositePropertyCallExp()
Returns a new object of class 'Opposite Property Call Exp'.

Returns:
a new object of class 'Opposite Property Call Exp'.
Since:
3.1
Generated

getEcorePackage

EcorePackage getEcorePackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated