Relationships
Attributes
- Graph
-
- Supertypes
Members list
Type members
Classlikes
Attributes
- Supertypes
Class representation of a relationship between two (role) types.
Class 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
Value parameters
- leftMul
-
multiplicity of the left side of the relationship
- name
-
name of the relationship
- rightMul
-
multiplicity of the right side of the relationship
Attributes
- Supertypes
Attributes
- Supertypes
Inherited and Abstract classlikes
Attributes
- Inherited from:
- RelationshipsApi
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class FromBuilder
Representation of a relationship between two (role) types.
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
- Inherited from:
- RelationshipsApi
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Inherited from:
- RelationshipsApi
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ToBuilder[L]
Value members
Concrete methods
Creates a Relationships.Relationship with the given name with a fluent relationship creation API.
Creates a Relationships.Relationship with the given name with a fluent relationship creation API.
Value parameters
- name
-
the name of the created Relationship
Attributes
- Returns
-
an instance of the Relationship builder
- Definition Classes