sealed trait CDBaseAttribute extends OMAny
trait for OpenMath Objects with a cdbase attribute
- Source
- OMAny.scala
- Alphabetic
- By Inheritance
- CDBaseAttribute
- OMAny
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
absolutize(uri: URI): OMAny
Resolves all CDBase attributes relative to a URI.
Resolves all CDBase attributes relative to a URI.
- uri
URI to resolve relative to
- Definition Classes
- OMAny
-
abstract
val
cdbase: Option[URI]
The base CD of this object
-
abstract
def
mapComponents(f: (OMAny) ⇒ OMAny): OMAny
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
- OMAny
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()