Relationship Class

class Relationship

Represents an relationship between an Element and/or Requirement

__construct(RelatableInterface $source, RelatableInterface $destination, RelationshipType $type)

Creates an Relationship

Parameters:
Returns:

A new instance of Relationship

Return type:

Relationship