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
- Alphabetic
- By Inheritance
- OMAttributionPairs
- Serializable
- Serializable
- Product
- Equals
- CompoundAttributes
- CDBaseAttribute
- CommonAttributes
- OMAny
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- OMAttributionPairs → OMAny
-
def
apply(key: OMSymbol): Option[OMAnyVal]
Returns the value of a given key
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
cdbase: Option[URI]
The base CD of this object
The base CD of this object
- Definition Classes
- OMAttributionPairs → CDBaseAttribute
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
components: List[OMAny]
Extracts all components from this OpenMath object
Extracts all components from this OpenMath object
- Definition Classes
- OMAny
-
def
deReference(f: (OMReference) ⇒ OMExpression): OMAny
De-reference OMRefs
-
def
deReferenceLocals(): OMAny
De-reference OMRefs that point into the local element.
De-reference OMRefs that point into the local element.
- Definition Classes
- OMAny
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
-
def
getAnyById(id: String): Option[CommonAttributes]
Gets an OpenMath Element by an identifier.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: Option[String]
the id of this object
the id of this object
- Definition Classes
- OMAttributionPairs → CommonAttributes
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
keys: List[OMSymbol]
The keys of these OMAttributionPairs
-
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
- OMAttributionPairs → OMAny
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pairs: List[(OMSymbol, OMAnyVal)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toMap: Map[OMSymbol, OMAnyVal]
Turns this OMAttributionPair to a map
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()