Class/Object

eu.cdevreeze.tqa.base.relationship

NonStandardRelationshipPath

Related Docs: object NonStandardRelationshipPath | package relationship

Permalink

final case class NonStandardRelationshipPath[A <: NonStandardRelationship] extends Product with Serializable

Non-standard relationship path. Subsequent relationships in the path must match in target and source XML element (key), respectively. It is not required that the arc role remains the same, or that ELRs remain the same, although in practice the latter will be the case. A relationship path must have at least one relationship.

In practice, non-standard relationship paths are "ELR-valid", that is, their relationships are in the same ELR.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonStandardRelationshipPath
  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): NonStandardRelationshipPath[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 elementKeys: IndexedSeq[XmlFragmentKey]

    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[NonStandardRelationshipPath[A]]

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

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isMinimalIfHavingCycle: Boolean

    Permalink
  19. def isSingleElrRelationshipPath: Boolean

    Permalink

    Returns true if all subsequent relationships in the path are in the same ELR.

  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): NonStandardRelationshipPath[A]

    Permalink
  25. def relationshipTargetElementKeys: IndexedSeq[XmlFragmentKey]

    Permalink
  26. val relationships: IndexedSeq[A]

    Permalink
  27. def sourceKey: XmlFragmentKey

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

    Permalink
    Definition Classes
    AnyRef
  29. def tails: IndexedSeq[NonStandardRelationshipPath[A]]

    Permalink
  30. def targetKey: XmlFragmentKey

    Permalink
  31. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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