Creates new instances of data/_Relationship!Relationship.

interface RelationshipFactory {
    create(properties: RelationshipProperties): Relationship;
}

Implemented by

Methods

Methods