Java Reference
In-Depth Information
Returns a String representation of an object, similar to the Java toString()
method. This is handy in log() statements.
asOrderedTuple
Object ::asOrderedTuple() : OrderedTuple(T)
Converts objects not already ordered into an ordered Tuple. This operation
is not yet implemented.
13.6.2 Element Operations
In addition to MOF (Ecore) reflective operations, several operations are available
on all Elements.
_localId
Element ::_localId() : String
Returns a local internal identifier. This operation is not currently imple-
mented.
_globalId
Element ::_globalId() : String
Returns a global internal identifier. This operation is not currently imple-
mented.
metaClassName
Element ::metaClassName() : String
Returns the name of the metaclass. For example, where self is of type
mindmap::Map , the output of the following log() operation is Map .
log ( self .metaClassName());
subobjects
Element::subobjects() : Set(Element)
Returns all immediate children objects of the Element.
Search WWH ::




Custom Search