c

info.kwarc.mmt.odk.OpenMath

OMAttributionPairs

case class OMAttributionPairs(pairs: List[(OMSymbol, OMAnyVal)], id: Option[String], cdbase: Option[URI]) extends OMAny with CompoundAttributes with Product with Serializable

List of Attribution pairs

pairs

Pairs to that are actually attributed

id

Identifier

cdbase

CD Base URI

Source
OMAny.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OMAttributionPairs
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CompoundAttributes
  7. CDBaseAttribute
  8. CommonAttributes
  9. OMAny
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OMAttributionPairs(pairs: List[(OMSymbol, OMAnyVal)], id: Option[String], cdbase: Option[URI])

    pairs

    Pairs to that are actually attributed

    id

    Identifier

    cdbase

    CD Base URI

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def absolutize(uri: URI): OMAttributionPairs

    Resolves all CDBase attributes relative to a URI.

    Resolves all CDBase attributes relative to a URI.

    uri

    URI to resolve relative to

    Definition Classes
    OMAttributionPairsOMAny
  5. def apply(key: OMSymbol): Option[OMAnyVal]

    Returns the value of a given key

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cdbase: Option[URI]

    The base CD of this object

    The base CD of this object

    Definition Classes
    OMAttributionPairsCDBaseAttribute
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def components: List[OMAny]

    Extracts all components from this OpenMath object

    Extracts all components from this OpenMath object

    Definition Classes
    OMAny
  10. def deReference(f: (OMReference) ⇒ OMExpression): OMAny

    De-reference OMRefs

    De-reference OMRefs

    f

    Function to use for dereferencing.

    Definition Classes
    OMAny
  11. def deReferenceLocals(): OMAny

    De-reference OMRefs that point into the local element.

    De-reference OMRefs that point into the local element.

    Definition Classes
    OMAny
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def foreachComponent[A](f: (OMAny) ⇒ A): GenTraversableOnce[A]

    Applies a function to each component and returns a list of components.

    Applies a function to each component and returns a list of components.

    A

    return type of the function.

    f

    Function to apply

    Definition Classes
    OMAny
  15. def getAnyById(id: String): Option[CommonAttributes]

    Gets an OpenMath Element by an identifier.

    Gets an OpenMath Element by an identifier.

    id

    Id of element to find

    Definition Classes
    OMAny
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val id: Option[String]

    the id of this object

    the id of this object

    Definition Classes
    OMAttributionPairsCommonAttributes
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val keys: List[OMSymbol]

    The keys of these OMAttributionPairs

  20. def mapComponents(f: (OMAny) ⇒ OMAny): OMAttributionPairs

    Maps all structural components of this OpenMath object.

    Maps all structural components of this OpenMath object.

    f

    Function to apply. Is expected to main subtypes OMAnyVal, OMObject, OMExpression, OMAttributionPairs, OMSymbol within OMAttributionPairs and OMError, OMVar, OMBindVariables

    Definition Classes
    OMAttributionPairsOMAny
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val pairs: List[(OMSymbol, OMAnyVal)]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toMap: Map[OMSymbol, OMAnyVal]

    Turns this OMAttributionPair to a map

  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CompoundAttributes

Inherited from CDBaseAttribute

Inherited from CommonAttributes

Inherited from OMAny

Inherited from AnyRef

Inherited from Any

Ungrouped