Class

eu.cdevreeze.tqa.relationship

SimilarTuplesRelationship

Related Doc: package relationship

Permalink

final class SimilarTuplesRelationship extends DefinitionRelationship

A eu.cdevreeze.tqa.relationship.DefinitionRelationship with arcrole "http://www.xbrl.org/2003/arcrole/similar-tuples".

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

Instance Constructors

  1. new SimilarTuplesRelationship(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. final def docUri: URI

    Permalink
    Definition Classes
    Relationship
  12. 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
    InterConceptRelationship
  13. final def elr: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    Relationship → AnyRef → Any
  20. 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
  21. 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
    InterConceptRelationship
  22. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final def order: BigDecimal

    Permalink
    Definition Classes
    Relationship
  27. final def priority: Int

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

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

    Permalink
    Definition Classes
    Relationship
  30. final def sourceConceptEName: EName

    Permalink
    Definition Classes
    StandardRelationship
  31. final def sourceElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  32. final def sourceGlobalElementDeclaration: GlobalElementDeclaration

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

    Permalink
    Definition Classes
    AnyRef
  34. final def targetConceptEName: EName

    Permalink
    Definition Classes
    InterConceptRelationship
  35. final def targetElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  36. final def targetGlobalElementDeclaration: GlobalElementDeclaration

    Permalink
    Definition Classes
    InterConceptRelationship
  37. final def toPath: Path

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

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

    Permalink
    Definition Classes
    Relationship
  40. final def validated: Relationship

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

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

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

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

Inherited from DefinitionRelationship

Inherited from InterConceptRelationship

Inherited from StandardRelationship

Inherited from Relationship

Inherited from AnyRef

Inherited from Any

Ungrouped