Uses of Class
org.eclipse.ocl.helper.ConstraintKind

Packages that use ConstraintKind
org.eclipse.ocl.helper Definition of the OCL Helper API for syntax completion support and a simplified parsing model for embedded OCL constraints and expressions. 
org.eclipse.ocl.parser   
 

Uses of ConstraintKind in org.eclipse.ocl.helper
 

Methods in org.eclipse.ocl.helper that return ConstraintKind
static ConstraintKind ConstraintKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintKind[] ConstraintKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.ocl.helper with parameters of type ConstraintKind
 CT OCLHelper.createConstraint(ConstraintKind kind, String expression)
          Creates a constraint of the specified kind, by parsing the given expression.
 List<Choice> OCLHelper.getSyntaxHelp(ConstraintKind constraintType, String txt)
          Obtains syntax completion choices for the specified fragment of an OCL expression given that it is intended for a constraint of the specified kind.
 

Uses of ConstraintKind in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type ConstraintKind
 OCLExpression<C> OCLAnalyzer.parseAST(OCLExpressionCS cst, ConstraintKind constraintType)
          Parses the specified concrete syntax model to an abstract syntax model.
 


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