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

S

SAMETYPE - Static variable in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
The integer value of the SAMETYPE_LITERAL TypeRelation enumeration literal.
SAMETYPE_OR_BASETYPE - Static variable in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
The integer value of the SAMETYPE_OR_BASETYPE_LITERAL TypeRelation enumeration literal.
SAMETYPE_OR_DIRECT_BASETYPE - Static variable in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
The integer value of the SAMETYPE_OR_DIRECT_BASETYPE_LITERAL TypeRelation enumeration literal.
SAMETYPE_OR_DIRECT_SUBTYPE - Static variable in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
The integer value of the SAMETYPE_OR_DIRECT_SUBTYPE_LITERAL TypeRelation enumeration literal.
SAMETYPE_OR_SUBTYPE - Static variable in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
The integer value of the SAMETYPE_OR_SUBTYPE_LITERAL TypeRelation enumeration literal.
SELECT - Class in org.eclipse.emf.query.statements
The select statement "selects" certain EObjects from the "from" clause that match the "where" clause.
SELECT(FROM, WHERE) - Constructor for class org.eclipse.emf.query.statements.SELECT
 
SELECT(boolean, FROM, WHERE) - Constructor for class org.eclipse.emf.query.statements.SELECT
 
SELECT(int, FROM, WHERE) - Constructor for class org.eclipse.emf.query.statements.SELECT
 
SELECT(int, boolean, FROM, WHERE) - Constructor for class org.eclipse.emf.query.statements.SELECT
 
SELECT(int, boolean, FROM, WHERE, IProgressMonitor) - Constructor for class org.eclipse.emf.query.statements.SELECT
 
SET - Class in org.eclipse.emf.query.statements
The set clause is used in conjunction with the UPDATE statement to perform some operation on the result EObjects.
SET() - Constructor for class org.eclipse.emf.query.statements.SET
 
set(EObject) - Method in class org.eclipse.emf.query.statements.SET
 
setEObjectCondition(EObjectCondition) - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectConditionDelegator
Sets the wrapped EObjectCondition used by this EObjectConditionDelegator.
setEStructuralFeatureValueGetter(IEStructuralFeatureValueGetter) - Method in class org.eclipse.emf.query.ocl.conditions.AbstractOCLCondition
Assigns the strategy to be used by this OCL Condition to access the values of structural features of model elements.
setEStructuralFeatureValueGetter(IEStructuralFeatureValueGetter) - Method in class org.eclipse.emf.query.ocl.conditions.OCLCondition
Deprecated. Assigns the strategy to be used by this OCLCondition to access the values of EStructuralFeatures of model elements.
shortValue(Object) - Method in class org.eclipse.emf.query.conditions.numbers.NumberAdapter.ShortAdapter
An adapting function whose responsible of extracting the short value of interest from an the argument object
shouldPrune(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects.ENot
 
shouldPrune(EObject) - Method in class org.eclipse.emf.query.conditions.eobjects.EObjectCondition
Answers whether or not we should apply this EObjectCondition on the children of the argument eObject.
shouldPrune(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.
shouldPrune(EObject) - Method in class org.eclipse.emf.query.handlers.PruneHandler
Answers whether the children -recursively- of the argument EObject are not worth evaluating by a given EObjectCondition
shouldPrune(EObject) - Method in class org.eclipse.emf.query.statements.WHERE
 
StringAdapter - Class in org.eclipse.emf.query.conditions.strings
An Adapter class to be used to extract from -adapt- the argument object to some String value that would later be used in Condition evaluation.
StringAdapter() - Constructor for class org.eclipse.emf.query.conditions.strings.StringAdapter
 
StringCondition - Class in org.eclipse.emf.query.conditions.strings
An abstract Condition object that tests for String related values.
StringCondition(StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.StringCondition
Constructs this StringCondition with a StringAdapter adapter to adapt argument objects to String objects in order to do the evaluation
StringCondition(String, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.StringCondition
Constructs this StringCondition with a StringAdapter adapter to adapt argument objects to String objects in order to do the evaluation, and a string to test inputs against.
StringLength - Class in org.eclipse.emf.query.conditions.strings
A Condition object that tests for String length values.
StringLength(int) - Constructor for class org.eclipse.emf.query.conditions.strings.StringLength
A simple constructor that takes one int argument to test strings' length against It evaluates to true when the evaluated String length equals the length initialization argument.
StringLength(int, StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.StringLength
A constructor that takes one int argument to test strings' length against and a StringAdapter.
StringLength(int, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.StringLength
A constructor that takes one int argument to test strings' length against and a StringAdapter.
StringLength(int, int) - Constructor for class org.eclipse.emf.query.conditions.strings.StringLength
A constructor that takes two int arguments representing a range to test strings' length against.
StringLength(int, int, StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.StringLength
A constructor that takes two int arguments representing a range to test strings' length against.
StringLength(int, int, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.StringLength
A constructor that takes two int arguments representing a range to test strings' length against.
StringRegularExpressionValue - Class in org.eclipse.emf.query.conditions.strings
A StringValue condition subclass that tests for String using regular expression.
StringRegularExpressionValue(String) - Constructor for class org.eclipse.emf.query.conditions.strings.StringRegularExpressionValue
A simple constructor that takes the regular expression to use for matching.
StringRegularExpressionValue(String, StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.StringRegularExpressionValue
A constructor that takes the regular expression to use for matching, and a StringAdapter for adapting the evaluated object to string before matching them.
StringRegularExpressionValue(String, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.StringRegularExpressionValue
A constructor that takes the regular expression to use for matching, and a StringAdapter for adapting the evaluated object to string before matching them.
StringRegularExpressionValue(String, boolean, StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.StringRegularExpressionValue
A constructor that takes the regular expression to use for matching, a StringAdapter for adapting the evaluated object to string before matching them and a boolean flag indicating whether the pattern matching should be case-sensitive or not.
StringRegularExpressionValue(String, boolean, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.StringRegularExpressionValue
A constructor that takes the regular expression to use for matching, a StringAdapter for adapting the evaluated object to string before matching them and a boolean flag indicating whether the pattern matching should be case-sensitive or not.
StringValue - Class in org.eclipse.emf.query.conditions.strings
A String related condition class that compares a String value to another.
StringValue(String) - Constructor for class org.eclipse.emf.query.conditions.strings.StringValue
A simple constructor that takes an initialization String to match against.
StringValue(String, boolean) - Constructor for class org.eclipse.emf.query.conditions.strings.StringValue
A simple constructor that takes an initialization String to match against.
StringValue(String, boolean, StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.StringValue
A simple constructor that takes an initialization String to match against, a StringAdapter for adapting the evaluated object to string before matching them and a boolean flag indicating whether the pattern matching should be case-sensitive or not.
StringValue(String, boolean, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.StringValue
A simple constructor that takes an initialization String to match against, a StringAdapter for adapting the evaluated object to string before matching them and a boolean flag indicating whether the pattern matching should be case-sensitive or not.
SubStringValue - Class in org.eclipse.emf.query.conditions.strings
A StringValue condition subclass that checks to see if the initialization String value is a sub-string to the one being evaluated.
SubStringValue(String) - Constructor for class org.eclipse.emf.query.conditions.strings.SubStringValue
A simple constructor that takes an initialization String to see if it is a sub-string of those being evaluated It defaults to using the StringAdapter.DEFAULT for adapting the evaluated object to string before checking them, and it defaults to being case-sensitive.
SubStringValue(String, StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.SubStringValue
A constructor that takes an initialization String to see if it is a sub-string of those being evaluated and a StringAdapter for adapting the evaluated object to string before checking them.
SubStringValue(String, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.SubStringValue
A constructor that takes an initialization String to see if it is a sub-string of those being evaluated and a StringAdapter for adapting the evaluated object to string before checking them.
SubStringValue(String, boolean) - Constructor for class org.eclipse.emf.query.conditions.strings.SubStringValue
A constructor that takes an initialization String to see if it is a sub-string of those being evaluated and a boolean flag indicating whether the matching should be case-sensitive or not.
SubStringValue(String, boolean, StringAdapter) - Constructor for class org.eclipse.emf.query.conditions.strings.SubStringValue
A constructor that takes an initialization String to see if it is a sub-string of those being evaluated, a boolean flag indicating whether the matching should be case-sensitive or not and and a StringAdapter for adapting the evaluated object to string before checking them.
SubStringValue(String, boolean, IDataTypeAdapter<String>) - Constructor for class org.eclipse.emf.query.conditions.strings.SubStringValue
A constructor that takes an initialization String to see if it is a sub-string of those being evaluated, a boolean flag indicating whether the matching should be case-sensitive or not and and a StringAdapter for adapting the evaluated object to string before checking them.
SUBTYPE - Static variable in enum org.eclipse.emf.query.conditions.eobjects.TypeRelation
The integer value of the SUBTYPE_LITERAL TypeRelation enumeration literal.

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