Class/Object

eu.cdevreeze.tqa.base.relationship

InterConceptRelationshipPath

Related Docs: object InterConceptRelationshipPath | package relationship

Permalink

final case class InterConceptRelationshipPath[A <: InterConceptRelationship] extends Product with Serializable

Inter-concept relationship path. Subsequent relationships in the path must match in target and source concept, respectively. It is not required that the arc role remains the same, or that targetRole attributes are followed, although in practice this will be the case. A relationship path must have at least one relationship.

In practice, inter-concept relationship paths are "ELR-valid", that is, their relationships are in the same ELR, or, in the case of dimensional relationship paths, their relationships are consecutive relationships.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterConceptRelationshipPath
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. 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. def append(relationship: A): InterConceptRelationshipPath[A]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canAppend(relationship: A): Boolean

    Permalink
  7. def canPrepend(relationship: A): Boolean

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def concepts: IndexedSeq[EName]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def firstRelationship: A

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hasCycle: Boolean

    Permalink
  15. def initOption: Option[InterConceptRelationshipPath[A]]

    Permalink
  16. def inits: IndexedSeq[InterConceptRelationshipPath[A]]

    Permalink
  17. def isConsecutiveRelationshipPath: Boolean

    Permalink

    Returns true if all subsequent relationships in the path "follow each other".

    Returns true if all subsequent relationships in the path "follow each other". For dimensional relationships this means that they are consecutive relationships.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isMinimalIfHavingCycle: Boolean

    Permalink
  20. def lastRelationship: A

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def prepend(relationship: A): InterConceptRelationshipPath[A]

    Permalink
  25. val relationships: IndexedSeq[A]

    Permalink
  26. def sourceConcept: EName

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def tails: IndexedSeq[InterConceptRelationshipPath[A]]

    Permalink
  29. def targetConcept: EName

    Permalink
  30. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped