|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OCLParsingException | |
---|---|
org.eclipse.emf.ocl.helper | Definition of the OCL Helper API for syntax completion support and a simplified parsing model. |
Uses of OCLParsingException in org.eclipse.emf.ocl.helper |
---|
Methods in org.eclipse.emf.ocl.helper that throw OCLParsingException | |
---|---|
boolean |
IOCLHelper.check(Object context,
String constraint)
Deprecated. Evaluates the specified constraint on an instance of my context classifier and returns whether the constraint is satisfied. |
OCLExpression |
IOCLHelper.createBodyCondition(String expression)
Deprecated. Creates an operation body. |
OCLExpression |
IOCLHelper.createDerivedValueExpression(String expression)
Deprecated. Creates a property derived value expression. |
OCLExpression |
IOCLHelper.createInitialValueExpression(String expression)
Deprecated. Creates a property initial value expression. |
OCLExpression |
IOCLHelper.createInvariant(String expression)
Deprecated. Creates an invariant constraint in the current classifier context. |
OCLExpression |
IOCLHelper.createPostcondition(String expression)
Deprecated. Creates an operation postcondition constraint. |
OCLExpression |
IOCLHelper.createPrecondition(String expression)
Deprecated. Creates an operation precondition constraint. |
OCLExpression |
IOCLHelper.createQuery(String expression)
Deprecated. Creates a query expression in the current classifier context. |
ETypedElement |
IOCLHelper.define(String defExpression)
Deprecated. Defines an additional property or operation in the context classifier, for use in formulating OCL queries and constraints. |
Object |
IOCLHelper.evaluate(Object context,
String expression)
Deprecated. Evaluates the specified expression on an instance of my context classifier. |
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |