Package org.eclipse.emf.query.ocl.conditions

Object Constraint Language extensions to the EMF Query Conditions framework.

See:
          Description

Class Summary
AbstractOCLCondition<C,CLS,E> An abstract OCL condition class, used to apply OCL expressions to EObjects.
BooleanOCLCondition<C,CLS,E> A specialized OCL condition class that is used to apply boolean-valued OCL expressions to EObjects.
OCLCondition Deprecated. Prefer the AbstractOCLCondition class, which supports customization of the OCL parsing environment as well as other metamodels than Ecore
OCLConstraintCondition Deprecated. Prefer the BooleanOCLCondition class, which supports customization of the OCL parsing environment as well as other metamodels than Ecore
 

Package org.eclipse.emf.query.ocl.conditions Description

Object Constraint Language extensions to the EMF Query Conditions framework.

Package Specification

This package defines the basic OCL-based conditions that are used to formulate OCL queries over EMF models. BooleanOCLConditions apply OCL expressions to EObjects. It allows the integration of OCL expressions with other EObjectConditions.

See Also:
org.eclipse.ocl, org.eclipse.emf.query.conditions.eobjects

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