Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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

I

IDataTypeAdapter< T> - Interface in org.eclipse.emf.query.conditions
An object that knows how to adapt objects to a given type.
IEObjectSource - Interface in org.eclipse.emf.query.conditions.eobjects
An interface the represents an EObject source/supplier.
IEStructuralFeatureValueGetter - Interface in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
An interface used to allow clients more control over the process of iteracting with EObject being evaluated by some EObjectConditions.
IMPLIES(Condition) - Method in class org.eclipse.emf.query.conditions. Condition
This operation acts like a logical Implies (if-then)/(->) between this Condition and the argument Condition.
IMPLIES(EObjectCondition) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectCondition
This operation acts like a logical Implies (if-then)/(->) between this EObjectCondition and the argument EObjectCondition.
IN - Class in org.eclipse.emf.query.conditions.eobjects
An EObjectCondition specialization used to test whether a given EObject is present in a collection of EObjects
IN(Set<? extends EObject>) - Constructor for class org.eclipse.emf.query.conditions.eobjects. IN
A constructor, takes in the initial EObjects set to use for evaluation
IN(EObject) - Constructor for class org.eclipse.emf.query.conditions.eobjects. IN
A simple constructor, takes in a single EObject to use for evaluation.
IN(IEObjectSource) - Constructor for class org.eclipse.emf.query.conditions.eobjects. IN
A constructor, takes in the initial IEObjectSource whose supplied EObjects are to be used for evaluation
intValue(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberAdapter.IntegerAdapter
An adapting function whose responsible of extracting the int value of interest from an the argument object
IQueryResult - Interface in org.eclipse.emf.query.statements
A result created by executing or resuming a query statement.
IS_NULL - Static variable in class org.eclipse.emf.query.conditions.eobjects. EObjectInstanceCondition
A special object-instance condition checking that a value is null.
IS_NULL - Static variable in class org.eclipse.emf.query.conditions. ObjectInstanceCondition
A special object-instance condition checking that a value is null.
isCancelled() - Method in class org.eclipse.emf.query.statements. SELECT
 
isCaseSensitive() - Method in class org.eclipse.emf.query.conditions.strings. StringValue
A getter function for the case-sensitive value used by this StringValue condition
isContextFree() - Method in class org.eclipse.emf.query.ocl.conditions. AbstractOCLCondition
Queries whether this OCL condition is context-free.
isContextFree() - Method in class org.eclipse.emf.query.ocl.conditions. OCLCondition
Deprecated. Queries whether this OCLCondition is context-free.
isResolve() - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures. EObjectStructuralFeatureValueCondition
Accessor method for the resolve argument used in initialization of this condition
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions. Condition
This operation is the evaluation operation of this Condition in regard to the argument Object.
isSatisfied(Condition, Collection<?>) - Method in class org.eclipse.emf.query.conditions. ConditionPolicy
Answers on how the argument Condition evaluates as a whole on the argument objects collection.
isSatisfied(Condition[], Object) - Method in class org.eclipse.emf.query.conditions. ConditionPolicy
Answers whether the argument conditions evaluate -collectively- to true or false when applied to the argument object.
isSatisfied(Condition, Object) - Method in class org.eclipse.emf.query.conditions. ConditionPolicy
Answers whether the argument conditions evaluates to true or false when applied to the argument object.
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions. DataTypeCondition
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.eobjects. ENot
 
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects. ENot
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectCondition
Overrides the parent's implementation by simply checking if the argument object is an instance of EObject first, and if so, it forwards the actual evaluation to the appropriate overloaded version.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectCondition
Answers whether the argument eObject satisfies this EObjectCondition
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectConditionAdapter
The implementation of this function simply forwards the actual evaluation to the adapted Condition.
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectConditionDelegator
Overrides the parent's implementation by simply forwarding the actual evaluation to the wrapped EObjectCondition.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectConditionDelegator
The implementation of this function simply forwards the actual evaluation to the wrapped EObjectCondition.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectInstanceCondition
Tests whether the argument EObject instance equals this EObjectInstanceCondition's own EObject instance.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects. EObjectTypeRelationCondition
Evaluates this EObjectTypeRelationCondition, basically it answers the following question: Is the passed eObject's EClass is a TypeRelation to this EObjectTypeRelationCondition's primary type/ EClass?
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects. IN
Answers whether the argument eObject exist in the initial set of EObjects held by this IN condition.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures. EObjectContainmentFeatureCondition
Answers whether the argument eObject containing EReference is the same as the one used in the initialization of this condition.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures. EObjectReferencerCondition
Checks the argument eObject if it has any non-containment EReference whose value is equal to/contains the referencedEObject that this EObjectReferencerCondition is initialized with.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures. EObjectStructuralFeatureCondition
Answers whether the argument eObject has the EStructuralFeature used in initialization of this EObjectStructuralFeatureCondition
isSatisfied(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects.structuralfeatures. EObjectStructuralFeatureValueCondition
Checks the value held by the initialization EStructuralFeature to see if it satisfies this condition.
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions. Not
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition.ByteValue
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition.DoubleValue
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition.FloatValue
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition.IntegerValue
 
isSatisfied(Byte) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(byte) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(Double) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(double) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(Float) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(float) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(Integer) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(int) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(Long) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(long) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(Short) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(short) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
Tests if the argument's value equals/in-range the initialization number(s)
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition.LongValue
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.numbers. NumberCondition.ShortValue
 
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions. ObjectInstanceCondition
Tests whether the argument Object instance equals this ObjectInstanceCondition's own Object instance.
isSatisfied(Object) - Method in class org.eclipse.emf.query.conditions.strings. StringCondition
 
isSatisfied(String) - Method in class org.eclipse.emf.query.conditions.strings. StringCondition
An abstract method that answers whether the argument string satisfies this StringCondition
isSatisfied(String) - Method in class org.eclipse.emf.query.conditions.strings. StringLength
 
isSatisfied(String) - Method in class org.eclipse.emf.query.conditions.strings. StringRegularExpressionValue
Answers whether the argument string matches the regular expression used in initialization of this StringRegularExpressionValue
isSatisfied(String) - Method in class org.eclipse.emf.query.conditions.strings. StringValue
Tests whether the argument string equals to the initialization String.
isSatisfied(String) - Method in class org.eclipse.emf.query.conditions.strings. SubStringValue
Checks to see if the initialization String to is a sub-string of the argument string being evaluated
isSatisfied(EObject) - Method in class org.eclipse.emf.query.ocl.conditions. AbstractOCLCondition
Checks to see if an eObject is of a type conformant to the context classifier of this condition.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.ocl.conditions. BooleanOCLCondition
Computes the boolean value resulting from evaluating the constraint condition on the specified eObject.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.ocl.conditions. OCLCondition
Deprecated. Checks to see if an eObject is of a type conformant to the context of this OCLCondition.
isSatisfied(EObject) - Method in class org.eclipse.emf.query.ocl.conditions. OCLConstraintCondition
Deprecated. Computes the boolean value resulting from evaluating the constraint condition on the specified eObject.
iterator() - Method in class org.eclipse.emf.query.statements. FROM
 
IteratorKind - Enum in org.eclipse.emf.query.statements
An enumeration of iteration methodologies for EObjects.

Copyright 2002, 2007 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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire