|
||||||||||
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.EObjectCondition
used by this
EObjectConditionDelegator
.
OCLCondition
to
access the values of EStructuralFeature
s
of model elements.
short
value of interest from an the argument object
EObjectCondition
on the children of the argument eObject.
EObjectCondition
.
EObject
are
not worth evaluating by a given EObjectCondition
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
- 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, 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 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, 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 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.
- 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, 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.
- SUBTYPE -
Static variable in class org.eclipse.emf.query.conditions.eobjects.TypeRelation
- The integer value of the SUBTYPE_LITERAL
TypeRelation
enumeration literal.
- SUBTYPE_LITERAL -
Static variable in class org.eclipse.emf.query.conditions.eobjects.TypeRelation
- A
TypeRelation
enumeration literal used to denote that one
type is a sub type of another.
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |