A B C D E F G I L M N O P R S T U X _
A
- abs - Operation in Byte
- The absolute value of this byte.
- abs - Operation in Double
- The absolute value of this real.
- abs - Operation in Float
- The absolute value of this real.
- abs - Operation in Int
- The absolute value of this word.
- abs - Operation in Integer
- The absolute value of this integer.
- abs - Operation in Long
- The absolute value of this word.
- abs - Operation in Real
- The absolute value of this real.
- abs - Operation in Short
- The absolute value of this word.
- addDay(Integer) - Operation in Date
- This
date adding days days.
- addHour(Integer) - Operation in Time
- This
time added with hours hours more.
- addMinute(Integer) - Operation in Time
- This
time added with minutes minutes more.
- addMonth(Integer) - Operation in Date
- This
date adding monthes monthes.
- addSecond(Integer) - Operation in Time
- This
time added with seconds seconds more.
- addYear(Integer) - Operation in Date
- This
date adding years years.
- allInstances - Operation in OclType
- The
set of all instances of this type, and all its subtypes in existence at the
snapshot at the time that the expression is evaluated.
- and(Boolean) - Operation in Boolean
- True
if both this boolean or rhs are true.
- append(OclAny) - Operation in Sequence
- A
sequence of elements, consisting of all elements of this sequence, followed
by object.
- asBag - Operation in Sequence
- A bag that contains all the elements from this sequence.
- asBag - Operation in Set
- A bag that contains all the elements from this set.
- asSequence - Operation in Bag
- A sequence that contains all the elements from this bag.
- asSequence - Operation in Set
- A sequence that contains all the elements from this set.
- asSet - Operation in Bag
- A set that contains all the elements from this bag, with duplicates removed.
- asSet - Operation in Sequence
- A set that contains all the elements from this sequence, with duplicates removed.
- associationEnds - Operation in OclType
- The set of names of the navigable association ends of this type.
- at(Integer) - Operation in Sequence
- The element number
rank in the sequence.
- attributes - Operation in OclType
- The set of names of the atttributes of this type.
B
- Bag - type Bag.
- A Bag is a collection that allows duplicates.
- Boolean - type Boolean.
- The Boolean type the common true / false values.
- Byte - type Byte.
- The Byte type is the Integer type with a 8 bits (1 byte) precision, that is values from -128 to 127.
C
- checkBoolean - Operation in String
- Check if this string can be interpreted as a Boolean.
- checkByte - Operation in String
- Check if this string can be interpreted as a Byte.
- checkDate - Operation in String
- Check if this string can be interpreted as a Date.
- checkDouble - Operation in String
- Check if this string can be interpreted as a Double.
- checkFloat - Operation in String
- Check if this string can be interpreted as a Float.
- checkInt - Operation in String
- Check if this string can be interpreted as an Int.
- checkInteger - Operation in String
- Check if this string can be interpreted as an Integer.
- checkLong - Operation in String
- Check if this string can be interpreted as a Int.
- checkReal - Operation in String
- Check if this string can be interpreted as a Real.
- checkShort - Operation in String
- Check if this string can be interpreted as a Short.
- checkTime - Operation in String
- Check if this string can be interpreted as a Time.
- collect(OclAny_Expression) - Operation in Bag
- The Bag of elements which results from applying the expression
expr to every member of this bag.
- collect(OclAny_Expression) - Operation in Sequence
- The sequence of elements which results from applying the
expr expression to every member of this set.
- collect(OclAny_Expression) - Operation in Set
- The Bag of elements which results from applying the
exprexpression to every member of this set.
- Collection - type Collection.
- Collection is the abstract supertype of all collections types.
- concat(String) - Operation in String
- The concatenation of this string and
rhs.
- concat(Text) - Operation in Text
- The concatenation of this string and
rhs.
- count(OclAny) - Operation in Bag
- The number of occurences of
object in this bag.
- count(OclAny) - Operation in Collection
- The number of times that
object occurs in this collection.
- count(OclAny) - Operation in Sequence
- The number of occurences of
object in this sequence.
- count(OclAny) - Operation in Set
- 0 if
object does not exist in this set, 1 otherwise.
- crypt - Operation in Text
- The encryption of this string.
D
- Date - type Date.
- The Date type represents date values.
- daysFrom(Date) - Operation in Date
- The number of days between this date and
rhs.
- delete - Operation in OclObject
- Removes this object, its links (and linked objects if composed) from the database.
- div(Byte) - Operation in Byte
- The number of times that
rhs completely fits within this byte.
- div(Int) - Operation in Int
- The number of times that
rhs fits completely within this word.
- div(Integer) - Operation in Integer
- The number of times that
rhs fits completely within this integer.
- div(Long) - Operation in Long
- The number of times that
rhs fits completely within this word.
- div(Short) - Operation in Short
- The number of times that
rhs fits completely within this word.
- Double - type Double.
- The Double type is the Real type with a 64 bits precision.
E
- endsWith(Text) - Operation in Text
- True if this string ends with
pattern.
- equalsIgnoreCase(Text) - Operation in Text
- True if this string and
rhs contain the same case insensitive characters, in the same order.
- excludes(OclAny) - Operation in Collection
- True if
object is not an element of this collection.
- excludesAll(Collection) - Operation in Collection
- True if this collection contains none of the elements of
rhs.
- excluding(OclAny) - Operation in Bag
- The bag containing all elements of this bag apart from all occurence of
object.
- excluding(OclAny) - Operation in Sequence
- A sequence containing all elements of this sequence apart from all occurences of
object.
- excluding(OclAny) - Operation in Set
- The set containing all elements of this set without
object.
- exists(Boolean_Expression) - Operation in Collection
- True if the expression
expr applied on each element in this collection evaluates to true at least one time.
F
- first - Operation in Sequence
- The first element of this sequence.
- Float - type Float.
- The Double type is the Real type with a 32 bits precision.
- floor - Operation in Byte
- This byte.
- floor - Operation in Double
- The largest integer which is less than or equal to this real.
- floor - Operation in Float
- The largest integer which is less than or equal to this real.
- floor - Operation in Int
- This word.
- floor - Operation in Long
- This word.
- floor - Operation in Real
- The largest integer which is less than or equal to this real.
- floor - Operation in Short
- This word.
- forAll(Boolean_Expression) - Operation in Collection
- True if the expression
expr applied on each element in this collection evaluates to true each time.
G
- getChars - Operation in Text
- A sequence of characters whose concatenation would be equal to this string.
- getCurrent - Operation in Date
- Static; the current date.
- getCurrent - Operation in Time
- Static; the current time (milliseconds are ignored).
- getDate(Integer, Integer, Integer) - Operation in Date
- Static; the date with the year
year, the month cardinality month and the day in month cardinality
days.
- getDay - Operation in Date
- The day cardinality (in the month) of this date.
- getHour - Operation in Time
- The number of hours of this time.
- getMilli - Operation in Time
- The number of milliseconds (in the second) of this time.
- getMinute - Operation in Time
- The number of minutes (in the hour) of this time.
- getMonth - Operation in Date
- The month cardinality (in the year) of this date.
- getOID - Operation in OclObject
- Returns a character string identifying this object.
- getOne - Operation in Collection
- Returns an element of this collection.
- getSecond - Operation in Time
- The number of seconds (in the minute) of this time.
- getTime(Integer, Integer, Integer) - Operation in Time
- Static; a time of
hours hours, minutes minutes and seconds seconds.
- getYear - Operation in Date
- The year of this date.
I
- implies(Boolean) - Operation in Boolean
- True if this boolean is false, or if
rhs is true.
- includes(OclAny) - Operation in Collection
- True if
object is an element of collection, false otherwise.
- includesAll(Collection) - Operation in Collection
- True if this collection contains all the elements of
rhs.
- including(OclAny) - Operation in Bag
- The bag containing all elements of this bag plus
object.
- including(OclAny) - Operation in Sequence
- The sequence containing all elements of this sequence plus
object added as the last element.
- including(OclAny) - Operation in Set
- The set containing all elements of this set plus
object.
- indexOf(Text) - Operation in Text
- The index of the first occurence of the sub-string
pattern.
- indexOf(Text, Integer) - Operation in Text
- The index of the first occurence of the sub-string
pattern, seeking from position offset in this string.
- Int - type Int.
- The Int type is the Integer type with a 32 bits (4 bytes) precision, that is values from -2147483648 to 2147483647.
- Integer - type Integer.
- The pre-defined type Integer represents the mathematical concept of integer.
- intersection(Bag) - Operation in Bag
- A bag that contains every elements that are both in this bag and in
rhs.
- intersection(Bag) - Operation in Set
- The intersection of this set and
rhs (i.e., the set of all elements that are both in this set and rhs).
- intersection(Set) - Operation in Bag
- A bag that contains every elements that are both in this bag and in
rhs.
- intersection(Set) - Operation in Set
- The intersection of this set and
rhs (i.e., the set of all elements that are both in this set and rhs).
- isEmpty - Operation in Collection
- True if this collection contains no elements.
- isUnique(Boolean_Expression) - Operation in Collection
- True if the expression
expr applied on each element in this collection evaluates to true once.
L
- last - Operation in Sequence
- The last element of this sequence.
- lastIndexOf(Text) - Operation in Text
- The index of the last occurence of the sub-string
pattern.
- lastIndexOf(Text, Integer) - Operation in Text
- The index of the last occurence of the sub-string
pattern, seeking up to position offset in this string.
- like(Text) - Operation in Text
- True if this string is equivalent to
pattern.
- Long - type Long.
- The Long type is the Integer type with a 64 bits (8 bytes) precision, that is values from -9223372036854775808 to 9223372036854775807.
M
- max(Byte) - Operation in Byte
- The maximum of this byte and
rhs.
- max(Date) - Operation in Date
- The most recent date between this date and
rhs.
- max(Double) - Operation in Double
- The maximum of this real and
rhs.
- max(Float) - Operation in Float
- The maximum of this real and
rhs.
- max(Int) - Operation in Int
- The maximum of this word and
rhs.
- max(Integer) - Operation in Integer
- The maximum of this integer and
rhs.
- max(Long) - Operation in Long
- The maximum of this word and
rhs.
- max(Real) - Operation in Real
- The maximum of this real and
rhs.
- max(Short) - Operation in Short
- The maximum of this word and
rhs.
- max(Time) - Operation in Time
- The latest hour between this time and
rhs.
- min(Byte) - Operation in Byte
- The minimum of this byte and
rhs.
- min(Date) - Operation in Date
- The oldest date between this date and
rhs.
- min(Double) - Operation in Double
- The minimum of this real and
rhs.
- min(Float) - Operation in Float
- The minimum of this real and
rhs.
- min(Int) - Operation in Int
- The minimum of this word and
prhs0.
- min(Integer) - Operation in Integer
- The minimum of this integer and
rhs.
- min(Long) - Operation in Long
- The minimum of this word and
rhs.
- min(Real) - Operation in Real
- The minimum of this real and
rhs.
- min(Short) - Operation in Short
- The minimum of this word and
rhs.
- min(Time) - Operation in Time
- The earliest hour between this time and
rhs.
- mod(Integer) - Operation in Byte
- The result is this byte modulo
rhs.
- mod(Integer) - Operation in Int
- The result is this word modulo
rhs.
- mod(Integer) - Operation in Integer
- The result is this integer modulo
rhs.
- mod(Integer) - Operation in Long
- The result is this word modulo
rhs.
- mod(Integer) - Operation in Short
- The result is this word modulo
rhs.
N
- name - Operation in OclType
- The name of this type.
- not - Operation in Boolean
- True if this boolean is false.
- notEmpty - Operation in Collection
- True if this collection contains at least one element.
O
- OclAny - type OclAny.
- The type OclAny is the abstract supertype of all types in the business model, pre-defined types and enumerations.
- oclAsType(OclType) - Operation in OclAny
- Results in this object, but of known type
type.
- oclIsKindOf(OclType) - Operation in OclAny
- True if
type is one of the types of this object, or one of the supertypes (transitive) of the types of this object.
- oclIsTypeOf(OclType) - Operation in OclAny
- True if
type is equal to the real type of this object.
- OclObject - type OclObject.
- OclObject is the abstract type whom every business type inherit implicitly.
- OclType - type OclType.
- All types defined in the business model (type or enumeration) or pre-defined within Xion (as collections), have a type.
- operations - Operation in OclType
- The set of names of the operations of this type.
- or(Boolean) - Operation in Boolean
- True if either this boolean or
rhs is true.
P
- parseBoolean - Operation in String
- Returns the interpretation of this string as a Boolean.
- parseByte - Operation in String
- Returns the interpretation of this string as a Byte.
- parseDate - Operation in String
- Returns the interpretation of this string as a Date.
- parseDouble - Operation in String
- Returns the interpretation of this string as a Double.
- parseFloat - Operation in String
- Returns the interpretation of this string as a Float.
- parseInt - Operation in String
- Returns the interpretation of this string as an Integer.
- parseInteger - Operation in String
- Returns the interpretation of this string as an Integer.
- parseLong - Operation in String
- Returns the interpretation of this string as a Long.
- parseReal - Operation in String
- Returns the interpretation of this string as a Real.
- parseShort - Operation in String
- Returns the interpretation of this string as a Short.
- parseTime - Operation in String
- Returns the interpretation of this string as a Time.
- prepend(OclAny) - Operation in Sequence
- A sequence consisting of
object, followed by all elements in this sequence.
R
- random - Operation in Real
- Static; a random generated real, between 0 and 1.
- Real - type Real.
- The Real type represents the mathematical concept of real.
- reject(Boolean_Expression) - Operation in Bag
- The sub-bag of all elements for which applying the
expr expression evaluates to false.
- reject(Boolean_Expression) - Operation in Sequence
- The sub-sequence of all elements for which applying the
expr expression evaluates to false.
- reject(Boolean_Expression) - Operation in Set
- The subset of all elements for which applying the
expr expression evaluates to false.
- replace(String, String) - Operation in String
- This string where each occurence of the sub-string
pattern is replaced by the sub-string replacment.
- replace(Text, Text) - Operation in Text
- This string where each occurence of the sub-string
pattern is replaced by the sub-string replacment.
- round - Operation in Byte
- This byte.
- round - Operation in Double
- The integer which is closest to this real.
- round - Operation in Float
- The integer which is closest to r.
- round - Operation in Int
- This word.
- round - Operation in Long
- This word.
- round - Operation in Real
- The integer which is closest to this real.
- round - Operation in Short
- This word.
S
- select(Boolean_Expression) - Operation in Bag
- The sub-bag of all elements for which applying the
expr expression evaluates to true.
- select(Boolean_Expression) - Operation in Sequence
- The sub-sequence of all elements for which applying the
expr expression evaluates to true.
- select(Boolean_Expression) - Operation in Set
- The subset of all elements for which applying the
expr expression evaluates to true.
- Sequence - type Sequence.
- A sequence is a collection where the elements are ordered.
- Set - type Set.
- The Set is the mathematical set.
- Short - type Short.
- The Short type is the Integer type with a 16 bits (2 bytes) precision, that is values from -32768 to 32767.
- size - Operation in Collection
- The number of elements in this collection.
- size - Operation in Text
- The number of characters in this string.
- sortedBy(OclAny_Expression) - Operation in Collection
- Results to a sequence containing all elements in this collection.
- sortedBy(OclAny_Expression, Boolean) - Operation in Collection
- Results to a sequence containing all elements in this collection.
- startsWith(Text) - Operation in Text
- True if this string starts with
pattern.
- String - type String.
- The String type represents ASCII character strings, with a maximum of 255 characters.
- subSequence(Integer, Integer) - Operation in Sequence
- A sub-sequence of this sequence, starting at number
from, up to and including element number to.
- substring(Integer, Integer) - Operation in String
- The sub-string of this string starting at character number
from, up to and including character number to.
- substring(Integer, Integer) - Operation in Text
- The sub-string of this string starting at charcter number
from, up to and including character number to.
- sum - Operation in Collection
- The addition of all elements in this collection.
- symmetricDifference(Set) - Operation in Set
- The set containing all elements that are in this set or
rhs, but not in both.
T
- Text - type Text.
- The Text type represents undefined-length ASCII character strings.
- Time - type Time.
- The Time type represents time values.
- toLower - Operation in String
- The value of this string with all uppercase characters converted to lowercase characters.
- toLower - Operation in Text
- The value of this string with all uppercase characters converted to lowercase characters.
- toString - Operation in Boolean
- A representative character string of this boolean.
- toString - Operation in Byte
- A representative character string of this byte.
- toString - Operation in Date
- A representative character string of this date.
- toString - Operation in Double
- A representative character string of this real.
- toString - Operation in Float
- A representative character string of this real.
- toString - Operation in Int
- A representative character string of this word.
- toString - Operation in Integer
- A representative character string of this integer.
- toString - Operation in Long
- A representative character string of this word.
- toString - Operation in OclType
- A character string giving the qualified name of the type.
- toString - Operation in Real
- A representative character string of this real.
- toString - Operation in Short
- A representative character string of this word.
- toString - Operation in Time
- A representative character string of this time.
- toUpper - Operation in String
- The value of this string with all lowercase characters converted to uppercase characters.
- toUpper - Operation in Text
- The value of this straing with all lowercase characters converted to uppercase characters.
U
- union(Bag) - Operation in Bag
- A Bag that contains every elements of this bag and every elements in
rhs.
- union(Bag) - Operation in Set
- The union of this set and
rhs.
- union(Sequence) - Operation in Sequence
- A sequence consisting of all elements of this sequence, followed by all elements in
rhs.
- union(Set) - Operation in Bag
- A Bag that contains every elements of this bag and every elements in
rhs.
- union(Set) - Operation in Set
- The union of this set and
rhs.
X
- xor(Boolean) - Operation in Boolean
- True if either this boolean or
rhs is true, but not both.
_
- + - Operation in Byte
- This byte.
- + - Operation in Double
- This real.
- + - Operation in Float
- This real.
- + - Operation in Int
- This word.
- + - Operation in Integer
- This integer.
- + - Operation in Long
- This word.
- + - Operation in Real
- This real.
- + - Operation in Short
- This word.
- +(Byte) - Operation in Byte
- The value of the addition of this byte and
rhs.
- +(Double) - Operation in Double
- The value of the addition of this real and
rhs.
- +(Float) - Operation in Float
- The value of the addition of this real and
rhs.
- +(Int) - Operation in Int
- The value of the addition of this word and
rhs.
- +(Integer) - Operation in Integer
- The value of the addition of this integer and
rhs.
- +(Long) - Operation in Long
- The value of the addition of this integer and
rhs.
- +(Real) - Operation in Real
- The vlue of the addition of this real and
rhs.
- +(Short) - Operation in Short
- The value of the addition of this word and
rhs.
- +(String) - Operation in String
- Shorthand for concat.
- +(Text) - Operation in Text
- Shorthand for concat.
- &(Byte) - Operation in Byte
- The bitwise and of this byte and
rhs.
- &(Int) - Operation in Int
- The bitwise and of this word and
rhs.
- &(Long) - Operation in Long
- The bitwise and of this word and
rhs.
- &(Short) - Operation in Short
- The bitwise and of this word and
rhs.
- ~ - Operation in Byte
- The bitwise negation of this byte.
- ~ - Operation in Int
- The bitwise negation of this word.
- ~ - Operation in Long
- The biwise negation of this word.
- ~ - Operation in Short
- The bitwise negation of this word.
- |(Byte) - Operation in Byte
- The bitwise inclusive or of this byte and
rhs.
- |(Int) - Operation in Int
- The bitwise inclusive or of this word and
rhs.
- |(long) - Operation in Long
- The bitwise inclusive or of this word and
rhs.
- |(Short) - Operation in Short
- The bitwise inclusive or of this word and
rhs.
- ^(Byte) - Operation in Byte
- The bitwise exclusive or of this byte and
rhs.
- ^(Int) - Operation in Int
- The bitwise exclusive or of this word and
rhs.
- ^(Long) - Operation in Long
- The bitwise exclusive or of this word and
rhs.
- ^(Short) - Operation in Short
- The bitwise exclusive or of this word and
rhs.
- /(Byte) - Operation in Byte
- The value of this byte divided by
rhs.
- /(Double) - Operation in Double
- The value of this real divided by
rhs.
- /(Float) - Operation in Float
- The value of this real divided by
rhs.
- /(Int) - Operation in Int
- The value of this word divided by
rhs.
- /(Integer) - Operation in Integer
- The value of the division of this integer divided by
rhs.
- /(Long) - Operation in Long
- The value of this word divided by
rhs.
- /(Real) - Operation in Real
- The value of this real divided by
rhs.
- /(Short) - Operation in Short
- The value of this word divided by
rhs.
- =(Bag) - Operation in Bag
- True if this bag and
rhs contain the same elements, the same number of times.
- =(Boolean) - Operation in Boolean
- True if this boolean is the same as
rhs.
- =(Byte) - Operation in Byte
- True if this byte is equal to
rhs.
- =(Date) - Operation in Date
- True if this date corresponds to
rhs.
- =(Double) - Operation in Double
- True if this real is equal to
rhs.
- =(Float) - Operation in Float
- True if this real is equal to
rhs.
- =(Int) - Operation in Int
- True if this word is equal to
rhs.
- =(Integer) - Operation in Integer
- True if this integer is equal to
rhs.
- =(Long) - Operation in Long
- True if this word is equal to
rhs.
- =(OclAny) - Operation in OclAny
- True if this object is the same object as
rhs.
- =(Real) - Operation in Real
- True if this real is equal to
rhs.
- =(Sequence) - Operation in Sequence
- True if this sequence contains the same elements as
rhs in the same order.
- =(Set) - Operation in Set
- True if this set and
rhs contain the same elements.
- =(Short) - Operation in Short
- True if this word is equal to
rhs.
- =(Text) - Operation in Text
- True if this string and
rhs contain the same characters, in the same order.
- =(Time) - Operation in Time
- True if this time is the same as
rhs.
- >=(Byte) - Operation in Byte
- True if this byte is greater than or equal to
rhs.
- >=(Date) - Operation in Date
- True if this date is more recent or equivalent to
rhs.
- >=(Double) - Operation in Double
- True if this real is greater than or equal to
rhs.
- >=(Float) - Operation in Float
- True if this real is greater than or equal to
rhs.
- >=(Int) - Operation in Int
- True if this word if greater than or equal to
rhs.
- >=(Integer) - Operation in Integer
- True if this integer is less than of equal to
rhs.
- >=(Long) - Operation in Long
- True if this word is greater than or equal to
rhs.
- >=(Real) - Operation in Real
- True if this real is greater than or equal to
rhs.
- >=(Short) - Operation in Short
- True if this word is greater than or equal to
rhs.
- >=(Text) - Operation in Text
- True if this string is after or is the same as
rhs in the alphabetical order.
- >=(Time) - Operation in Time
- True if this time is later than or equal to
rhs.
- >(Byte) - Operation in Byte
- True if this byte if greater than
rhs.
- >(Date) - Operation in Date
- True if this date is more recent than
rhs.
- >(Double) - Operation in Double
- True if this real is greater than
rhs.
- >(Float) - Operation in Float
- True if this real is greater than
rhs.
- >(Int) - Operation in Int
- True if this word is greater than
rhs.
- >(Integer) - Operation in Integer
- True if this integer is greater than
rhs.
- >(Long) - Operation in Long
- True if this word is greater than
rhs.
- >(Real) - Operation in Real
- True if this real is greater than
rhs.
- >(Short) - Operation in Short
- True if this word is greater than
rhs.
- >(Text) - Operation in Text
- True if this string is after
rhs in the alphabetical order.
- >(Time) - Operation in Time
- True if this time is later than
rhs.
- <=(Byte) - Operation in Byte
- True if this byte is less than or equal to
rhs.
- <=(Date) - Operation in Date
- True if this date is older or equivalent to
rhs.
- <=(Double) - Operation in Double
- True if this real is less than or equal to
rhs.
- <=(Float) - Operation in Float
- True if this real is less than or equal to
rhs.
- <=(Int) - Operation in Int
- True if this word is less than or equal to
rhs.
- <=(Integer) - Operation in Integer
- True if this integer is less than or equal to
rhs.
- <=(Long) - Operation in Long
- True if this word is less than or equal to
rhs.
- <=(Real) - Operation in Real
- True if this real is less than of equal to
rhs.
- <=(Short) - Operation in Short
- True if this word is less than or equal to
rhs.
- <=(Text) - Operation in Text
- True if this string is before or is the same as
rhsin the alphabetical order.
- <=(Time) - Operation in Time
- True if this time is earlier than or equal to
rhs.
- <(Byte) - Operation in Byte
- True if this byte is less than
rhs.
- <(Date) - Operation in Date
- True if this date is older than
rhs.
- <(Double) - Operation in Double
- True if this real is less than
rhs.
- <(Float) - Operation in Float
- True if this real is less than
rhs.
- <(Int) - Operation in Int
- True if this word is less than
rhs.
- <(Integer) - Operation in Integer
- True if this integer is less than
rhs.
- <(Long) - Operation in Long
- True if this word is less than
rhs.
- <(Real) - Operation in Real
- True if this real is less than
rhs.
- <(Short) - Operation in Short
- True if this word is less than
rhs.
- <(Text) - Operation in Text
- True if this string is before
rhs in the alphabetical order.
- <(Time) - Operation in Time
- True if this time is earlier than
rhs.
- *(Byte) - Operation in Byte
- The value of the multiplication of this byte and
rhs.
- *(Double) - Operation in Double
- The value of the multiplication of this real and
rhs.
- *(Float) - Operation in Float
- The value of the multiplication of this real and
rhs.
- *(Int) - Operation in Int
- The value of the multiplication of this word and
rhs.
- *(Integer) - Operation in Integer
- The value of the multiplication of this integer and
rhs.
- *(Long) - Operation in Long
- The value of the multiplication of this word ad
rhs.
- *(Real) - Operation in Real
- The value of the multiplication of this real and
rhs.
- *(Short) - Operation in Short
- The value of the multiplication of this word and
rhs.
- <>(Bag) - Operation in Bag
- True if this bag and
rhs do not contain the same elements, the same number of times.
- <>(Boolean) - Operation in Boolean
- True if either this boolean or
rhs is true, but not both.
- <>(Byte) - Operation in Byte
- True if this byte is not equal to
rhs.
- <>(Date) - Operation in Date
- True if this date does not correspond to
rhs.
- <>(Double) - Operation in Double
- True if this real is not equal to
rhs.
- <>(Float) - Operation in Float
- True if this real is not equal to
rhs.
- <>(Int) - Operation in Int
- True if this word is not equal to
rhs.
- <>(Integer) - Operation in Integer
- True if this integer is not equal to
rhs.
- <>(Long) - Operation in Long
- True is this word is not equal to
rhs.
- <>(OclAny) - Operation in OclAny
- True if this object is a different object from
rhs.
- <>(Real) - Operation in Real
- True if this real is not equal to
rhs.
- <>(Sequence) - Operation in Sequence
- True if this sequence does not contain the same elements as
rhsin the same order.
- <>(Set) - Operation in Set
- True if this set and
rhsdo not contain the same elements.
- <>(Short) - Operation in Short
- True if this word is not equal to
rhs.
- <>(Text) - Operation in Text
- True if this string and
rhsdo not contain the same characters, in the same order.
- <>(Time) - Operation in Time
- True if this time is different from
rhs.
- <<(Integer) - Operation in Byte
- This byte whose bits has been shifted
shift times left.
- <<(Integer) - Operation in Int
- This word whose bits has been shifted
shift times left.
- <<(Integer) - Operation in Long
- This word whose bits has been shifted
shift times left.
- <<(Integer) - Operation in Short
- This word whose bits have been shifted
shift times left.
- >>(Integer) - Operation in Byte
- This byte whose bits has been shifted
shift times right.
- >>(Integer) - Operation in Int
- This word whose bits has been shifted
shift times right.
- >>(Integer) - Operation in Long
- This word whose bits has been shifted
shift times right.
- >>(Integer) - Operation in Short
- This word whose bits have been shifted
shift times right.
- - - Operation in Byte
- The opposite of this byte.
- - - Operation in Double
- The opposite of this real.
- - - Operation in Float
- The opposite of this real.
- - - Operation in Int
- The opposite of this word.
- - - Operation in Integer
- The opposite of this integer.
- - - Operation in Long
- The opposite of this word.
- - - Operation in Real
- The opposite of this real.
- - - Operation in Short
- The opposite of this word.
- -(Byte) - Operation in Byte
- The value of the substraction of
rhs from this byte.
- -(Date) - Operation in Date
- This is a shorthand for daysFrom.
- -(Double) - Operation in Double
- The value of the substraction of
rhs from this real.
- -(Float) - Operation in Float
- The value of the substraction of
rhs from this real.
- -(Int) - Operation in Int
- The value of the substraction of
rhs from this word.
- -(Integer) - Operation in Integer
- The value of the substraction of
rhs from this integer.
- -(Long) - Operation in Long
- The value of the substraction of
rhs from this word.
- -(Real) - Operation in Real
- The value of the substraction of
rhs from this real.
- -(Set) - Operation in Set
- The elements of this set which are not in
rhs.
- -(Short) - Operation in Short
- The value of the substraction of
rhs from this word.
A B C D E F G I L M N O P R S T U X _
Copyright 1999-2002 ObjeXion Software SA. All rights reserved.