Class/Object

eu.cdevreeze.tqa.base.relationship

InterConceptRelationship

Related Docs: object InterConceptRelationship | package relationship

Permalink

sealed abstract class InterConceptRelationship extends StandardRelationship

Standard inter-concept relationship. Either an eu.cdevreeze.tqa.base.relationship.DefinitionRelationship, eu.cdevreeze.tqa.base.relationship.PresentationRelationship, or a eu.cdevreeze.tqa.base.relationship.CalculationRelationship.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterConceptRelationship
  2. StandardRelationship
  3. Relationship
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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

  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.

  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. def genericPreferredLabelOption: Option[String]

    Permalink

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

  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Relationship → AnyRef → Any
  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 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.

  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def order: BigDecimal

    Permalink
    Definition Classes
    Relationship
  28. final def priority: Int

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

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

    Permalink
    Definition Classes
    Relationship
  31. final def sourceConceptEName: EName

    Permalink
    Definition Classes
    StandardRelationship
  32. final def sourceElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  33. final def sourceGlobalElementDeclaration: GlobalElementDeclaration

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

    Permalink
    Definition Classes
    AnyRef
  35. final def targetConceptEName: EName

    Permalink
  36. final def targetElem: TaxonomyElem

    Permalink
    Definition Classes
    Relationship
  37. final def targetGlobalElementDeclaration: GlobalElementDeclaration

    Permalink
  38. final def toPath: Path

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

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

    Permalink
    Definition Classes
    Relationship
  41. final def validated: Relationship

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

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

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

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

Inherited from StandardRelationship

Inherited from Relationship

Inherited from AnyRef

Inherited from Any

Ungrouped