GeneralSpecialRelationship

final case class GeneralSpecialRelationship(elr: String, source: GlobalElementDecl, target: GlobalElementDecl, nonXLinkArcAttributes: Map[EName, String]) extends DefinitionRelationship
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def arcrole: String

Inherited methods

Overridable method returning the effective target BaseSetKey, which is the same BaseSetKey for non-dimensional relationships, but respects the rules concerning consecutive relationships for dimensional relationships. This method is used by method followedBy.

Overridable method returning the effective target BaseSetKey, which is the same BaseSetKey for non-dimensional relationships, but respects the rules concerning consecutive relationships for dimensional relationships. This method is used by method followedBy.

Inherited from
StandardInterConceptRelationship
def effectiveTargetRole: String

Overridable method returning the effective target role, which is the ELR for non-dimensional relationships, but respects the target role attribute for dimensional relationships.

Overridable method returning the effective target role, which is the ELR for non-dimensional relationships, but respects the target role attribute for dimensional relationships.

Inherited from
StandardInterConceptRelationship
final def genericPreferredLabelOption: Option[String]

Returns the optional gpl:preferredLabel attribute on the underlying arc.

Returns the optional gpl:preferredLabel attribute on the underlying arc.

Inherited from
StandardInterConceptRelationship

For non-dimensional relationships, returns true if the target concept of this relationship matches the source concept of the parameter relationship and both relationships are in the same base set.

For non-dimensional relationships, returns true if the target concept of this relationship matches the source concept of the parameter relationship and both relationships are in the same base set.

For dimensional relationships, returns true if this and the parameter relationship form a pair of consecutive relationships.

For non-standard inter-element-declaration relationships, false is returned.

This method does not check for the target relationship type, although for non-dimensional inter-concept relationships the relationship type remains the same, and for dimensional relationships the target relationship type is as expected for consecutive relationships.

Inherited from
StandardInterConceptRelationship
final def order: BigDecimal
Inherited from
Relationship
final def priority: Int
Inherited from
Relationship
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def sourceConceptEName: EName
Inherited from
StandardRelationship
final def use: Use
Inherited from
Relationship