|
||||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that two
types are exactly the same.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a super type of another.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a direct base type of another.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a direct sub type of another.
TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is either the same or a sub type of another.
UPDATE
statement to perform some operation on the result EObjects.TypeRelation
enumeration literal.
TypeRelation
enumeration literal used to denote that one
type is a sub type of another.
String value that would later be used in Condition
evaluation.
- StringAdapter() -
Constructor for class org.eclipse.emf.query.conditions.strings.StringAdapter
-
- StringCondition - class org.eclipse.emf.query.conditions.strings.StringCondition.
- 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
- StringLength - class org.eclipse.emf.query.conditions.strings.StringLength.
- 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, 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.
- StringRegularExpressionValue - class org.eclipse.emf.query.conditions.strings.StringRegularExpressionValue.
- 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, 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.
- StringValue - class org.eclipse.emf.query.conditions.strings.StringValue.
- 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.
- SubStringValue - class org.eclipse.emf.query.conditions.strings.SubStringValue.
- 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, 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.
- 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.OCLCondition
- Assigns the strategy to be used by this
OCLCondition
to
access the values of EStructuralFeature
s
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
-
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |