Java Reference
In-Depth Information
Inserts an element into a mutable list of this type of element at the specified
index location. This operation is not yet implemented.
joinfields
List (T)::joinfields(sep: String , begin: String , end: String ) : String
Creates a String of list items separated by sep that is prefixed by begin and
suffixed by end Strings. This operation is not yet implemented.
asList
Set (T)::asList() : List (T)
OrderedSet (T)::asList(T) : List (T)
Sequence (T)::asList(T) : List (T)
Bag (T)::asList(T) : List (T)
Converts a collection from the specified type into an equivalent mutable List.
This operation is not yet implemented.
13.6.5 Numeric Type Operations
Only one operation defined in the specification for use on numeric types. Beyond
the range() operation, M2M QVT OML provides additional operations that
are covered here.
range
Integer::range (start:Integer, end:Integer) : List(Element)
Returns the list of Integers in the range between the passed start and end
Integers. This operation is not currently implemented.
toString
Integer ::toString() : String
Returns a String of the Integer value.
13.6.6 String Operations
QVT builds upon OCL, so the normal OCL String operations are available
within your scripts and are described in the OCL specification. Additionally, the
following Strings are available in the standard library.
Search WWH ::




Custom Search