Object/Trait

eu.cdevreeze.tqa.base.relationship

RelationshipFactory

Related Docs: trait RelationshipFactory | package relationship

Permalink

object RelationshipFactory

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationshipFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Config(allowSyntaxError: Boolean, allowUnresolvedXLinkLabel: Boolean, allowUnresolvedLocator: Boolean) extends Product with Serializable

    Permalink

    Configuration object used by a RelationshipFactory.

    Configuration object used by a RelationshipFactory. It says to what extent the RelationshipFactory using it allows syntax errors in XLink arcs and locators, as well as "dead" locator href URIs.

    Handling missing XLink arcrole attributes of arcs cannot be configured. This can be handled through the use of an appropriate arc filter, though.

    allowSyntaxError

    if true, allows syntax errors such as XPointer syntax errors or missing arcrole attributes

    allowUnresolvedXLinkLabel

    if true, allows "dead" arc XLink "from" or "to" attributes within any extended link

    allowUnresolvedLocator

    if true, allows "dead" locator href URIs within the taxonomy

  2. final case class NetworkComputationResult(retainedRelationships: IndexedSeq[Relationship], removedRelationships: IndexedSeq[Relationship]) extends Product with Serializable

    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 AnyArc: (XLinkArc) ⇒ Boolean

    Permalink

    Arc filter that returns true for each arc.

  5. val AnyArcHavingArcrole: (XLinkArc) ⇒ Boolean

    Permalink

    Arc filter that returns false if the XLink arcrole attribute is missing, and true otherwise.

    Arc filter that returns false if the XLink arcrole attribute is missing, and true otherwise. Note that it is an error for an XLink arc (in XBRL) not to have an XLink arcrole attribute.

  6. object Config extends Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped