Java Reference
In-Depth Information
Casts a model that complies to the QVT metamodel to a transformation
instance, for invocation of dynamically defined transformations. This operation
is not yet implemented.
copy
Model ::copy() : Model
Creates a new instance of a model from an existing model, including all
objects in the model extent. This operation is not yet implemented.
createEmptyModel
static Model ::createEmptyModel() : Model
Creates and initializes a model of the specified type. This operation is
intended for use when creating intermediate models within a transformation.
This operation is not yet implemented.
13.6.4 List Operations
QVT provides a number of list operations, in addition to the collection oper-
ations that OCL provides.
add
List (T)::add(T) : Void
Adds an element to the end of a mutable list of this type of element. A syn-
onym operation is append() . This operation is not yet implemented.
prepend
List (T)::prepend(T) : Void
Adds an element to the beginning of a mutable list of this type of element.
This operation is not yet implemented.
insertAt
List (T)::insertAt(T, int: Integer ) : Void
Search WWH ::




Custom Search