InterElementDeclarationRelationship

Common super-trait for relationships (whether standard or generic) between global element declarations. Typically they are relationships between concepts. An element declaration relationship is either a eu.cdevreeze.tqa.base.relationship.StandardInterConceptRelationship or a eu.cdevreeze.tqa.base.relationship.NonStandardInterElementDeclarationRelationship.

Common super-trait for relationships (whether standard or generic) between global element declarations. Typically they are relationships between concepts. An element declaration relationship is either a eu.cdevreeze.tqa.base.relationship.StandardInterConceptRelationship or a eu.cdevreeze.tqa.base.relationship.NonStandardInterElementDeclarationRelationship.

This trait is rich enough to model both standard inter-concept relationships and potentially generic inter-concept relationships that make up concept relationship trees that are allowed according to XBRL table and formula specifications.

class Object
trait Matchable
class Any

Value members

Abstract methods

def genericPreferredLabelOption: Option[String]

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

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

Returns true if the target of this relationship matches the source of the parameter relationship, and both relationships are in the same base set, with exceptions for dimensional relationships (where the targetRole attribute must be respected).

Returns true if the target of this relationship matches the source of the parameter relationship, and both relationships are in the same base set, with exceptions for dimensional relationships (where the targetRole attribute must be respected).

Inherited methods

final def arcPath: Path
Inherited from
Relationship
final def arcrole: String
Inherited from
Relationship
Inherited from
Relationship
final def baseUri: URI
Inherited from
Relationship
final def docUri: URI
Inherited from
Relationship
final def elr: String
Inherited from
Relationship
final override def equals(obj: Any): Boolean
Definition Classes
Inherited from
Relationship
final def fromPath: Path

Returns the resolved source element path.

Returns the resolved source element path.

Inherited from
Relationship
final override def hashCode: Int
Definition Classes
Inherited from
Relationship
final def order: BigDecimal
Inherited from
Relationship
final def priority: Int
Inherited from
Relationship
Inherited from
Relationship
Inherited from
Relationship
final def toPath: Path

Returns the resolved target element path.

Returns the resolved target element path.

Inherited from
Relationship
final def uniqueKey: UniqueKey
Inherited from
Relationship
final def use: Use
Inherited from
Relationship
Inherited from
Relationship