Class

eu.cdevreeze.tqa.base.relationship

NotAllRelationship

Related Doc: package relationship

Permalink

final class NotAllRelationship extends HasHypercubeRelationship

A eu.cdevreeze.tqa.base.relationship.DimensionalRelationship with arcrole "http://xbrl.org/int/dim/arcrole/notAll".

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

Instance Constructors

  1. new NotAllRelationship(arc: DefinitionArc, resolvedFrom: Locator[_ <: GlobalElementDeclaration], resolvedTo: Locator[_ <: 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 closed: Boolean

    Permalink
    Definition Classes
    HasHypercubeRelationship
  12. final def contextElement: ContextElement

    Permalink
    Definition Classes
    HasHypercubeRelationship
  13. final def docUri: URI

    Permalink
    Definition Classes
    Relationship
  14. final def effectiveTargetBaseSetKey: BaseSetKey

    Permalink

    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.

    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.

    Definition Classes
    HasHypercubeRelationshipInterConceptRelationship
  15. final 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
    HasHypercubeRelationshipInterConceptRelationship
  16. final def elr: String

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

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

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

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

    Permalink
    Definition Classes
    Relationship
  21. def genericPreferredLabelOption: Option[String]

    Permalink

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

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

    Definition Classes
    InterConceptRelationship
  22. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    HasHypercubeRelationship
  25. def isAllRelationship: Boolean

    Permalink
  26. 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 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.

    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.

    Definition Classes
    InterConceptRelationship
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def isNotAllRelationship: Boolean

    Permalink
    Definition Classes
    HasHypercubeRelationship
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. final def order: BigDecimal

    Permalink
    Definition Classes
    Relationship
  33. final def primary: EName

    Permalink
    Definition Classes
    HasHypercubeRelationship
  34. final def priority: Int

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

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

    Permalink
    Definition Classes
    Relationship
  37. final def sourceConceptEName: EName

    Permalink
    Definition Classes
    StandardRelationship
  38. final def sourceElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  39. final def sourceGlobalElementDeclaration: GlobalElementDeclaration

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

    Permalink
    Definition Classes
    AnyRef
  41. final def targetConceptEName: EName

    Permalink
    Definition Classes
    InterConceptRelationship
  42. final def targetElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  43. final def targetGlobalElementDeclaration: GlobalElementDeclaration

    Permalink
    Definition Classes
    InterConceptRelationship
  44. final def toPath: Path

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

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

    Permalink
    Definition Classes
    Relationship
  47. final def validated: Relationship

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

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

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

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

Inherited from HasHypercubeRelationship

Inherited from DimensionalRelationship

Inherited from DefinitionRelationship

Inherited from InterConceptRelationship

Inherited from StandardRelationship

Inherited from Relationship

Inherited from AnyRef

Inherited from Any

Ungrouped