c

info.kwarc.mmt.odk.OpenMath

OMApplication

case class OMApplication(elem: OMExpression, arguments: List[OMExpression], id: Option[String], cdbase: Option[URI]) extends OMCompoundElement with CompoundAttributes with Product with Serializable

An OpenMath Application Object

elem

OpenMath element to apply

arguments

Arguments to apply elem to

id

Identifier

cdbase

CD Base URI

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

Instance Constructors

  1. new OMApplication(elem: OMExpression, arguments: List[OMExpression], id: Option[String], cdbase: Option[URI])

    elem

    OpenMath element to apply

    arguments

    Arguments to apply elem to

    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): OMApplication

    Resolves all CDBase attributes relative to a URI.

    Resolves all CDBase attributes relative to a URI.

    uri

    URI to resolve relative to

    Definition Classes
    OMApplicationOMCompoundElementOMExpressionOMAnyValOMAny
  5. def apply(arguments: OMExpression*): OMApplication
    Definition Classes
    OMExpression
  6. def apply(id: Option[String], arguments: OMExpression*): OMApplication
    Definition Classes
    OMExpression
  7. def apply(id: Option[String], cdbase: Option[URI], arguments: OMExpression*): OMApplication

    Applies this OpenMath Expression to a list of other expressions

    Applies this OpenMath Expression to a list of other expressions

    id

    Optional. Identifier,

    cdbase

    Optional. CD Base URI.

    arguments

    Arguments to pass to the application

    Definition Classes
    OMExpression
  8. val arguments: List[OMExpression]
  9. def asApplication: OMApplication
    Definition Classes
    OMAnyVal
  10. def asAttribution: OMAttribution
    Definition Classes
    OMAnyVal
  11. def asBinding: OMBinding
    Definition Classes
    OMAnyVal
  12. def asBytes: OMBytes
    Definition Classes
    OMAnyVal
  13. def asCompound: OMCompoundElement
    Definition Classes
    OMAnyVal
  14. def asDerived: OMDerivedElement
    Definition Classes
    OMAnyVal
  15. def asError: OMError
    Definition Classes
    OMAnyVal
  16. def asExpression: OMExpression
    Definition Classes
    OMAnyVal
  17. def asFloat: OMFloat
    Definition Classes
    OMAnyVal
  18. def asForeign: OMForeign
    Definition Classes
    OMAnyVal
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def asInteger: OMInteger
    Definition Classes
    OMAnyVal
  21. def asReference: OMReference
    Definition Classes
    OMAnyVal
  22. def asString: OMString
    Definition Classes
    OMAnyVal
  23. def asSymbol: OMSymbol
    Definition Classes
    OMAnyVal
  24. def asVariable: OMVariable
    Definition Classes
    OMAnyVal
  25. val cdbase: Option[URI]

    The base CD of this object

    The base CD of this object

    Definition Classes
    OMApplicationCDBaseAttribute
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. def components: List[OMAny]

    Extracts all components from this OpenMath object

    Extracts all components from this OpenMath object

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

    De-reference OMRefs

    De-reference OMRefs

    f

    Function to use for dereferencing.

    Definition Classes
    OMAny
  29. def deReferenceLocals(): OMAny

    De-reference OMRefs that point into the local element.

    De-reference OMRefs that point into the local element.

    Definition Classes
    OMAny
  30. val elem: OMExpression
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. 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
  34. 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
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. val id: Option[String]

    the id of this object

    the id of this object

    Definition Classes
    OMApplicationCommonAttributes
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def mapComponents(f: (OMAny) ⇒ OMAny): OMExpression

    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
    OMApplicationOMCompoundElementOMExpressionOMAnyValOMAny
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. 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 OMCompoundElement

Inherited from OMExpression

Inherited from OMAnyVal

Inherited from OMAny

Inherited from AnyRef

Inherited from Any

Ungrouped