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

9.4.1 Types, instances and strings

MEOopArray allGoodInstances (METype receiver)

Returns a set of all instances of this Graph type in currently open projects.

MEOopArray allSimilarInstances (METype receiver)

Returns a set of all instances of this Graph type or its subtypes in currently open projects.

METype subTypeNamed (METype receiver, string subTypeNamed)

Looks at subtypes of the METype receiver argument, and returns the METype of the first subtype whose name matches the wildcard string in the second argument. If none are found, returns the same METype as the receiver argument.

MEOopArray findString (MEOop receiver, string findString)

Returns the set of NonProperties from this Graph whose id property value matches the specified string, which can contain ? and * as wildcards. Case insensitive.

MEOopArray instancesNamed (METype receiver, string instancesNamed, string ofSubTypesNamed)

Returns a sorted collection of all loaded matching instances of matching types. Types may be the METype receiver argument or its subtypes. Matching is case insensitive with wildcards. Note that only graph instances in open projects are guaranteed to be loaded.

string typeName (METype receiver)

Returns the user-visible string name of the receiver argument, an METype.

METype type (MEOop receiver)

Returns an METype, the type of the receiver argument. The receiver argument must be the MEOop of a GOPPRR instance.

string typeTypeName (MEOop receiver)

Returns the string typeName of the type of the receiver argument, an MEOop representing a GOPPRR instance.

string userPrintString (MEOop receiver)

Returns the simple string representation of the receiver argument, an MEOop representing any conceptual or representational element.

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