|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
EcoreFactory
interface,
instead.
@Deprecated public interface ExpressionsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ExpressionsPackage
Field Summary | |
---|---|
static String |
copyright
Deprecated. |
static ExpressionsFactory |
eINSTANCE
Deprecated. The singleton instance of the factory |
Method Summary | |
---|---|
AssociationClassCallExp |
createAssociationClassCallExp()
Deprecated. Returns a new object of class 'Association Class Call Exp' |
BooleanLiteralExp |
createBooleanLiteralExp()
Deprecated. Returns a new object of class 'Boolean Literal Exp' |
CollectionItem |
createCollectionItem()
Deprecated. Returns a new object of class 'Collection Item' |
CollectionLiteralExp |
createCollectionLiteralExp()
Deprecated. Returns a new object of class 'Collection Literal Exp' |
CollectionLiteralPart |
createCollectionLiteralPart()
Deprecated. Returns a new object of class 'Collection Literal Part' |
CollectionRange |
createCollectionRange()
Deprecated. Returns a new object of class 'Collection Range' |
EnumLiteralExp |
createEnumLiteralExp()
Deprecated. Returns a new object of class 'Enum Literal Exp' |
IfExp |
createIfExp()
Deprecated. Returns a new object of class 'If Exp' |
IntegerLiteralExp |
createIntegerLiteralExp()
Deprecated. Returns a new object of class 'Integer Literal Exp' |
InvalidLiteralExp |
createInvalidLiteralExp()
Deprecated. Returns a new object of class 'Invalid Literal Exp' |
IterateExp |
createIterateExp()
Deprecated. Returns a new object of class 'Iterate Exp' |
IteratorExp |
createIteratorExp()
Deprecated. Returns a new object of class 'Iterator Exp' |
LetExp |
createLetExp()
Deprecated. Returns a new object of class 'Let Exp' |
LoopExp |
createLoopExp()
Deprecated. Returns a new object of class 'Loop Exp' |
MessageExp |
createMessageExp()
Deprecated. Returns a new object of class 'Message Exp' |
NullLiteralExp |
createNullLiteralExp()
Deprecated. Returns a new object of class 'Null Literal Exp' |
OCLExpression |
createOCLExpression(String text)
Deprecated. Parses the specified OCL expression text to create a new
expression instance. |
OperationCallExp |
createOperationCallExp()
Deprecated. Returns a new object of class 'Operation Call Exp' |
PropertyCallExp |
createPropertyCallExp()
Deprecated. Returns a new object of class 'Property Call Exp' |
RealLiteralExp |
createRealLiteralExp()
Deprecated. Returns a new object of class 'Real Literal Exp' |
StateExp |
createStateExp()
Deprecated. Returns a new object of class 'State Exp' |
StringLiteralExp |
createStringLiteralExp()
Deprecated. Returns a new object of class 'String Literal Exp' |
StringLiteralExp |
createStringLiteralExp(String s)
Deprecated. |
TupleLiteralExp |
createTupleLiteralExp()
Deprecated. Returns a new object of class 'Tuple Literal Exp' |
TupleLiteralPart |
createTupleLiteralPart()
Deprecated. Returns a new object of class 'Tuple Literal Part' |
TypeExp |
createTypeExp()
Deprecated. Returns a new object of class 'Type Exp' |
UnspecifiedValueExp |
createUnspecifiedValueExp()
Deprecated. Returns a new object of class 'Unspecified Value Exp' |
Variable |
createVariable()
Deprecated. Returns a new object of class 'Variable' |
VariableExp |
createVariableExp()
Deprecated. Returns a new object of class 'Variable Exp' |
ExpressionsPackage |
getExpressionsPackage()
Deprecated. 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 |
---|
static final String copyright
static final ExpressionsFactory eINSTANCE
Method Detail |
---|
OCLExpression createOCLExpression(String text) throws ParserException
text
to create a new
expression instance.
The text must be of the form "context a::b::c inv: oclexpression" or, optionally, "package a::b context c inv: oclexpression endpackage".
text
- the OCL expression text to parse
ParserException
- in case of an error in parsing
the expressionPropertyCallExp createPropertyCallExp()
TupleLiteralPart createTupleLiteralPart()
BooleanLiteralExp createBooleanLiteralExp()
CollectionItem createCollectionItem()
CollectionLiteralExp createCollectionLiteralExp()
CollectionLiteralPart createCollectionLiteralPart()
CollectionRange createCollectionRange()
EnumLiteralExp createEnumLiteralExp()
IfExp createIfExp()
IntegerLiteralExp createIntegerLiteralExp()
IterateExp createIterateExp()
IteratorExp createIteratorExp()
LetExp createLetExp()
LoopExp createLoopExp()
MessageExp createMessageExp()
OperationCallExp createOperationCallExp()
RealLiteralExp createRealLiteralExp()
StringLiteralExp createStringLiteralExp()
StringLiteralExp createStringLiteralExp(String s)
TupleLiteralExp createTupleLiteralExp()
UnspecifiedValueExp createUnspecifiedValueExp()
Variable createVariable()
VariableExp createVariableExp()
AssociationClassCallExp createAssociationClassCallExp()
NullLiteralExp createNullLiteralExp()
InvalidLiteralExp createInvalidLiteralExp()
TypeExp createTypeExp()
StateExp createStateExp()
ExpressionsPackage getExpressionsPackage()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |