|
MEOopArray contentsMatchingType (MEOop receiver, METype contentsMatchingType,
boolean allowSubTypes)
Return the contents of this graph that match the supplied type
(or also its subtypes, if allowSubTypes is true). The first argument is an MEOop
representing the graph. The second argument is the METype of the desired type.
The third argument is the boolean stating whether to include instances of
subtypes. The result is an MEOopArray of the instances directly in this graph
matching the type.
|