|
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 objsForPort (MEOop graph, MEOop port, METype objType)
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 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 portsForObj (MEOop graph, MEOop obj, METype portType)
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 portsForPort (MEOop graph, MEOop port, METype portType)
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.
|
|
MEOopArray portsForRel (MEOop graph, MEOop rel, METype portType)
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 graph, MEOop role, METype portType)
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 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 relsForPort (MEOop graph, MEOop port, METype relType)
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 relsForRel (MEOop graph, MEOop rel, METype relType)
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 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 rolesForPortMEOop (MEOop receiver, MEOop port, METype
roleType)
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 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 receiverGraph 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.
|