|
MEOopArray diagrams (MEOop receiver)
Returns an MEOopArray containing the set of diagram
representations of the receiver argument, a Graph MEOop.
|
|
MEOopArray matrices (MEOop receiver)
Returns an MEOopArray containing the set of matrix
representations of the receiver argument, a Graph MEOop.
|
|
MEOopArray tables (MEOop receiver)
Returns an MEOopArray containing the set of table
representations of the receiver argument, a Graph MEOop.
|
|
MEOop newDiagram (MEOop receiver)
Creates a new diagram representation for the receiver
argument, a Graph MEOop, and returns the MEOop for the new
representation.
|
|
MEOop newMatrix (MEOop receiver)
Creates a new matrix representation for the receiver argument,
a Graph MEOop, and returns the MEOop for the new representation.
|
|
MEOop newTable (MEOop receiver)
Creates a new table representation for the receiver argument,
a Graph MEOop, and returns the MEOop for the new representation.
|
|
MEOop inst (MEOop receiver)
Returns the NonProperty MEOop represented by the receiver
argument, an MEOop of a representation element.
|
|
MEOopArray repSet (MEOop receiver)
Returns an MEOopArray containing all representation elements
of the receiver argument, an MEOop of a NonProperty or Binding.
|
|
MEOop reprGraph (MEOop receiver)
Returns the representation graph to which this representation
element belongs. The receiver argument must be an MEOop of a representation
element.
|
|
MEOop remove (MEOop receiver)
Removes the receiver argument, any representation MEOop.
Returns the NonProperty MEOop the receiver used to represent.
|
|
dateTime timeStamp (MEOop receiver)
Returns the timestamp of the receiver argument, a
representation graph MEOop.
|
|
MENull setTimeStamp (MEOop receiver, dateTime timeStamp)
Sets the timestamp of the receiver argument, a representation
graph MEOop.
|