Class

eu.cdevreeze.tqa.relationship

HypercubeDimensionRelationship

Related Doc: package relationship

Permalink

final class HypercubeDimensionRelationship extends DimensionalRelationship

A eu.cdevreeze.tqa.relationship.DimensionalRelationship with arcrole "http://xbrl.org/int/dim/arcrole/hypercube-dimension".

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HypercubeDimensionRelationship
  2. DimensionalRelationship
  3. DefinitionRelationship
  4. InterConceptRelationship
  5. StandardRelationship
  6. Relationship
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HypercubeDimensionRelationship(arc: DefinitionArc, resolvedFrom: ResolvedLocator[_ <: GlobalElementDeclaration], resolvedTo: ResolvedLocator[_ <: GlobalElementDeclaration])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val arc: XLinkArc

    Permalink
    Definition Classes
    Relationship
  5. final def arcPath: Path

    Permalink
    Definition Classes
    Relationship
  6. final def arcrole: String

    Permalink
    Definition Classes
    Relationship
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. final def baseSetKey: BaseSetKey

    Permalink
    Definition Classes
    Relationship
  9. final def baseUri: URI

    Permalink
    Definition Classes
    Relationship
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def dimension: EName

    Permalink
  12. final def docUri: URI

    Permalink
    Definition Classes
    Relationship
  13. def effectiveTargetRole: String

    Permalink

    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.

    Definition Classes
    DimensionalRelationshipInterConceptRelationship
  14. final def elr: String

    Permalink
    Definition Classes
    Relationship
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Relationship → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def fromPath: Path

    Permalink
    Definition Classes
    Relationship
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def hashCode(): Int

    Permalink
    Definition Classes
    Relationship → AnyRef → Any
  21. def hypercube: EName

    Permalink
  22. final def isFollowedBy(rel: InterConceptRelationship): Boolean

    Permalink

    For non-dimensional relationships, returns true if the target concept of this relationship matches the source concept of the parameter relationship and the "types of relationships" are the same and the ELRs are the same.

    For non-dimensional relationships, returns true if the target concept of this relationship matches the source concept of the parameter relationship and the "types of relationships" are the same and the ELRs are the same.

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

    Definition Classes
    InterConceptRelationship
  23. def isFollowedByTypeOf(rel: InterConceptRelationship): Boolean

    Permalink

    Overridable method returning true if this and the other relationship are of "the same type".

    Overridable method returning true if this and the other relationship are of "the same type". It is used by method followedBy.

    Attributes
    protected
    Definition Classes
    HypercubeDimensionRelationshipInterConceptRelationship
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def order: BigDecimal

    Permalink
    Definition Classes
    Relationship
  29. final def priority: Int

    Permalink
    Definition Classes
    Relationship
  30. val resolvedFrom: ResolvedLocatorOrResource[_ <: TaxonomyElem]

    Permalink
    Definition Classes
    Relationship
  31. val resolvedTo: ResolvedLocatorOrResource[_ <: TaxonomyElem]

    Permalink
    Definition Classes
    Relationship
  32. final def sourceConceptEName: EName

    Permalink
    Definition Classes
    StandardRelationship
  33. final def sourceElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  34. final def sourceGlobalElementDeclaration: GlobalElementDeclaration

    Permalink
    Definition Classes
    StandardRelationship
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. final def targetConceptEName: EName

    Permalink
    Definition Classes
    InterConceptRelationship
  37. final def targetElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  38. final def targetGlobalElementDeclaration: GlobalElementDeclaration

    Permalink
    Definition Classes
    InterConceptRelationship
  39. final def toPath: Path

    Permalink
    Definition Classes
    Relationship
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def use: Use

    Permalink
    Definition Classes
    Relationship
  42. final def validated: Relationship

    Permalink
    Definition Classes
    Relationship
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DimensionalRelationship

Inherited from DefinitionRelationship

Inherited from InterConceptRelationship

Inherited from StandardRelationship

Inherited from Relationship

Inherited from AnyRef

Inherited from Any

Ungrouped