Uses of Class
org.eclipse.emf.ocl.helper.OCLParsingException

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
 OCLExpression IOCLHelper.createQuery(java.lang.String expression)
          Creates a query expression in the current classifier context.
 OCLExpression IOCLHelper.createInvariant(java.lang.String expression)
          Creates an invariant constraint in the current classifier context.
 OCLExpression IOCLHelper.createPrecondition(java.lang.String expression)
          Creates an operation precondition constraint.
 OCLExpression IOCLHelper.createPostcondition(java.lang.String expression)
          Creates an operation postcondition constraint.
 OCLExpression IOCLHelper.createBodyCondition(java.lang.String expression)
          Creates an operation body.
 OCLExpression IOCLHelper.createInitialValueExpression(java.lang.String expression)
          Creates a property initial value expression.
 OCLExpression IOCLHelper.createDerivedValueExpression(java.lang.String expression)
          Creates a property derived value expression.
 org.eclipse.emf.ecore.ETypedElement IOCLHelper.define(java.lang.String defExpression)
          Defines an additional property or operation in the context classifier, for use in formulating OCL queries and constraints.
 java.lang.Object IOCLHelper.evaluate(java.lang.Object context, java.lang.String expression)
          Evaluates the specified expression on an instance of my context classifier.
 boolean IOCLHelper.check(java.lang.Object context, java.lang.String constraint)
          Evaluates the specified constraint on an instance of my context classifier and returns whether the constraint is satisfied.
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.