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

9.4.5 Graph binding navigation

MEOopArray objsForObj (MEOop receiver, MEOop objsForObj, METype ofClass)

For this receiver Graph and this Object, returns the set of Objects directly connected to it. The third argument restricts the type of the connected Objects: use NonProperty for no restriction.

MEOopArray objsForRel (MEOop receiver, MEOop objsForRel, METype ofClass)

For this receiver Graph and this Relationship, returns the set of Objects directly connected to it. The third argument restricts the type of the connected Objects: use NonProperty for no restriction.

MEOopArray objsForRole (MEOop receiver, MEOop objsForRole, METype ofClass)

For this receiver Graph and this Role, returns the set of Objects directly connected to it. The third argument restricts the type of the connected Objects: use NonProperty for no restriction.

MEOopArray objsForPort (MEOop receiver, MEOop objsForPort, METype ofClass)

For this receiver Graph and this port, returns the set of Objects directly connected to it. Note that the port in the second argument may be a static port (of metatype Port) or a dynamic port (of metatype Object). The third argument restricts the type of the connected objects: use NonProperty for no restriction.

MEOopArray relsForObj (MEOop receiver, MEOop relsForObj, METype ofClass)

For this receiver Graph and this Object, returns the set of Relationships directly connected to it. The third argument restricts the type of the connected Relationships: use NonProperty for no restriction.

MEOopArray relsForRel (MEOop receiver, MEOop relsForRel, METype ofClass)

For this receiver Graph and this Relationship, returns the set of Relationships connected to objects in this Relationship. The third argument restricts the type of the connected Relationships: use NonProperty for no restriction.

MEOopArray relsForRole (MEOop receiver, MEOop relsForRole, METype ofClass)

For this receiver Graph and this Role, returns the set of Relationships directly connected to it. The third argument restricts the type of the connected Relationships: use NonProperty for no restriction.

MEOopArray relsForPort (MEOop receiver, MEOop relsForPort, METype ofClass)

For this receiver Graph and this port, returns the set of Relationships directly connected to it. Note that the port in the second argument may be a static port (of metatype Port) or a dynamic port (of metatype Object). The third argument restricts the type of the connected relationships: use NonProperty for no restriction.

MEOopArray rolesForObj (MEOop receiver, MEOop rolesForObj, METype ofClass)

For this receiver Graph and this Object, returns the set of Roles directly connected to it. The third argument restricts the type of the connected Roles: use NonProperty for no restriction.

MEOopArray rolesForRel (MEOop receiver, MEOop rolesForRel, METype ofClass)

For this receiver Graph and this Relationship, returns the set of Roles directly connected to it. The third argument restricts the type of the connected Roles: use NonProperty for no restriction.

MEOopArray rolesForRole (MEOop receiver, MEOop rolesForRole, METype ofClass)

For this receiver Graph and this Role, returns the set of Roles that belong to the same binding as this Role. The third argument restricts the type of the connected Roles: use NonProperty for no restriction.

MEOopArray rolesForPort (MEOop receiver, MEOop rolesForPort, METype ofClass)

For this receiver Graph and this port, returns the set of Roles directly connected to it. Note that the port in second argument may be a static port (of metatype Port) or a dynamic port (of metatype Object). The third argument restricts the type of the connected ports: use NonProperty for no restriction.

MEOopArray portsForObj (MEOop receiver, MEOop portsForObj, METype ofClass)

For this receiver Graph and this Object, returns the set of ports directly connected to it. Note that each port may be either a static port (of metatype Port) or a dynamic port (of metatype Object). The third argument restricts the type of the connected ports: use NonProperty for no restriction.

MEOopArray portsForRel (MEOop receiver, MEOop portsForRel, METype ofClass)

For this receiver Graph and this Relationship, returns the set of ports directly connected to it. Note that each port may be either a static port (of metatype Port) or a dynamic port (of metatype Object). The third argument restricts the type of the connected ports: use NonProperty for no restriction.

MEOopArray portsForRole (MEOop receiver, MEOop portsForRole, METype ofClass)

For this receiver Graph and this Role, returns the set of ports directly connected to it (either empty or a single port). Note that the port may be either a static port (of metatype Port) or a dynamic port (of metatype Object). The third argument restricts the type of the connected ports: use NonProperty for no restriction.

MEOopArray portsForPort (MEOop receiver, MEOop portsForPort, METype ofClass)

For this receiver Graph and this port, returns the set of ports directly connected to it. Note that each port in the result and second argument may be a static port (of metatype Port) or a dynamic port (of metatype Object). The third argument restricts the type of the connected ports: use NonProperty for no restriction.

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