scroll.internal.support.RelationshipsApi.RelationshipApi
Representation of a relationship between two (role) types.
Type parameters
-
L
-
type of the role of the left side of the relationship
-
R
-
type of the role of the right side of the relationship
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Get all instances of the left side of the relationship w.r.t. the provided matching function and checking the multiplicity.
Get all instances of the left side of the relationship w.r.t. the provided matching function and checking the multiplicity.
Value parameters
-
matcher
-
a matching function to select the appropriate instances
Attributes
-
Returns
-
all instances of the left side of the relationship w.r.t. the provided matching function.
Get all instances of the right side of the relationship w.r.t. the provided matching function and checking the multiplicity.
Get all instances of the right side of the relationship w.r.t. the provided matching function and checking the multiplicity.
Value parameters
-
matcher
-
a matching function to select the appropriate instances
Attributes
-
Returns
-
all instances of the right side of the relationship w.r.t. the provided matching function.