A B C D E F G H I L M N O P R S T U V W X

O

OCLCondition - class org.eclipse.emf.query.ocl.conditions.OCLCondition.
An abstract OCL condition class, used to apply OCL expressions to EObjects.
OCLCondition(String, EClass, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLCondition
Initializes a query condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, and an IEStructuralFeatureValueGetter to use to get values of EStructuralFeatures referenced by the OCL expression.
OCLCondition(String, EClass, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLCondition
Initializes a query condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of EStructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OCLCondition(Query, EClass, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLCondition
Initializes a query condition with a compiled OCL query, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of EStructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OCLConstraintCondition - class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition.
A specialized OCL condition class that is used to apply boolean-valued OCL expressions to EObjects.
OCLConstraintCondition(String, EClass, IEStructuralFeatureValueGetter) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition
Initializes a constraint condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, and an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression.
OCLConstraintCondition(String, EClass) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition
Initializes a constraint condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, and an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression.
OCLConstraintCondition(String, EClass, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition
Initializes a constraint condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OCLConstraintCondition(Query, EClass, IEStructuralFeatureValueGetter, PruneHandler) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition
Initializes a constraint condition with a compiled OCL query, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OCLConstraintCondition(Query, EClass, PruneHandler) - Constructor for class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition
Initializes a constraint condition with a compiled OCL query, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OR(Condition) - Method in class org.eclipse.emf.query.conditions.Condition
This operation acts like a logical OR between this Condition and the argument Condition.
OR(EObjectCondition) - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
This operation acts like a logical OR between this EObjectCondition and the argument EObjectCondition.
ObjectInstanceCondition - class org.eclipse.emf.query.conditions.ObjectInstanceCondition.
A Condition that tests whether the argument object instance equals a given object.
ObjectInstanceCondition(Object) - Constructor for class org.eclipse.emf.query.conditions.ObjectInstanceCondition
A simple constructor.
org.eclipse.emf.query.conditions - package org.eclipse.emf.query.conditions
EMF Query Conditions.
org.eclipse.emf.query.conditions.booleans - package org.eclipse.emf.query.conditions.booleans
EMF Query Conditions Booleans.
org.eclipse.emf.query.conditions.eobjects - package org.eclipse.emf.query.conditions.eobjects
EMF Query Conditions EObjects.
org.eclipse.emf.query.conditions.eobjects.structuralfeatures - package org.eclipse.emf.query.conditions.eobjects.structuralfeatures
EMF Query Conditions EStructuralFeatures.
org.eclipse.emf.query.conditions.numbers - package org.eclipse.emf.query.conditions.numbers
EMF Query Conditions Numbers Package Specification This package exposes the basic numeric based Condition objects that are used to formulate queries.
org.eclipse.emf.query.conditions.strings - package org.eclipse.emf.query.conditions.strings
EMF Query Conditions Strings Package Specification This package exposes the basic string based Condition objects that are used to formulate queries.
org.eclipse.emf.query.handlers - package org.eclipse.emf.query.handlers
EMF Query Handlers Package Specification This package exposes the basic PruneHandler object that are used to help EObject related Conditions to prune the to-be-visited children tree.
org.eclipse.emf.query.ocl.conditions - package org.eclipse.emf.query.ocl.conditions
Object Constraint Language extensions to the EMF Query Conditions framework.
org.eclipse.emf.query.statements - package org.eclipse.emf.query.statements
This package contains usable query statements and their required clauses.

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W X