Show in Frame No Frame
Up Previous Next Title Page Index Contents Search

9.4.4 Subgraphs

MEOopArray explodeGraphs (MEOop receiver)

Returns the set of Graphs that are explosions of objects in the receiver argument, a Graph MEOop.

MEOopArray decompGraphs (MEOop receiver)

Returns the set of Graphs that are decompositions of objects in the receiver argument, a Graph MEOop.

MEOopArray subgraphs (MEOop receiver)

Returns the set of Graphs that are subgraphs (i.e. either explosions or decompositions) of the receiver argument, a Graph MEOop.

MEOop addExplode (MEOop receiver, MEOop addExplode, MEOop for)

In the receiver argument, a Graph MEOop, add a new explosion to the second argument, a Graph MEOop, for the final argument, an Object MEOop.

MEOopArray getExplodeGraphsForNP (MEOop receiver, MEOop getExplodeGraphsForNP)

For this Graph and this NonProperty, returns the set of explosion subgraphs

MEOop removeExplode (MEOop receiver, MEOop removeExplode, MEOop for)

Removes the explosion link from the receiver argument, a Graph MEOop. The second argument is the target Graph MEOop of the explosion to remove. The third argument is the source Object, Role or Relationship MEOop of the explosion to remove. The result is the receiver Graph MEOop.

MEAny decompGraph (MEOop receiver)

Get the decomposition of the receiver argument, an Object MEOop. Returns an MEAny containing either a Graph MEOop or MENull.

MEAny setDecompGraph (MEOop receiver, MEAny decompGraph)

Set the decomposition of the receiver argument, an Object MEOop, to be the decompGraph argument, an MEAny containing either a Graph MEOop or MENull. Returns an MEAny containing either the receiver for success or MENull for failure.

Show in Frame No Frame
Up Previous Next Title Page Index Contents Search