Class OMReference
java.lang.Object
org.episteme.core.mathematics.loaders.openmath.OMObject
org.episteme.core.mathematics.loaders.openmath.OMReference
- All Implemented Interfaces:
Serializable, Cloneable
Models a OpenMath reference.
- Version:
- $Revision: 1.3 $
- Author:
- Manfred N. Riem (mriem@manorrock.org)
- See Also:
-
Field Summary
Fields inherited from class OMObject
attributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Create a clone of this OMReference.copy()Create a copy of this OMReference.getHref()Get the href.getType()Get the type of the OpenMath object.booleanisAtom()Return if this is an atom object.booleanReturn if this a composite object.booleanReturn if the given is the same as this object.booleanisValid()Return if this object is a valid object.voidSet the href.toString()toString.Methods inherited from class OMObject
getAttribute, getAttributes, removeAttribute, setAttribute, setAttributes
-
Constructor Details
-
OMReference
public OMReference()Constructor. -
OMReference
-
-
Method Details
-
clone
-
copy
-
getType
-
isAtom
-
isComposite
public boolean isComposite()Return if this a composite object.- Specified by:
isCompositein classOMObject- Returns:
- false
-
isSame
-
isValid
-
getHref
-
setHref
-
toString
-