Uses of Class
org.episteme.core.mathematics.loaders.openmath.OMObject
Packages that use OMObject
Package
Description
Provides the
module.
invalid reference
org.episteme.core.ml.openmath
Provides the
module.
invalid reference
org.episteme.core.ml.openmath.codec
Provides the
module.
invalid reference
org.episteme.core.ml.openmath.io
-
Uses of OMObject in org.episteme.core.mathematics.loaders.openmath
Subclasses of OMObject in org.episteme.core.mathematics.loaders.openmathModifier and TypeClassDescriptionclassModels an OpenMath application object.classModels an OpenMath attribution object.classModels an OpenMath binding object.classModels an OpenMath byte array.classModels an OpenMath error object.classModels an OpenMath float.classModels an OpenMath foreign object.classModels an OpenMath integer.classModels a OpenMath reference.classModels an OpenMath root object.classModels an OpenMath string.classModels an OpenMath symbol.classModels an OpenMath variable.Fields in org.episteme.core.mathematics.loaders.openmath declared as OMObjectModifier and TypeFieldDescriptionprotected OMObjectOMBinding.binderStores the binder.protected OMObjectOMBinding.bodyStores the body.protected OMObjectOMAttribution.constructorStores the constructor.protected OMObjectOMRoot.objectStores the 'real' object.Fields in org.episteme.core.mathematics.loaders.openmath with type parameters of type OMObjectModifier and TypeFieldDescriptionOMAttribution.attributionsStores the attributions.OMAttribution.attributionsStores the attributions.OMApplication.elementsStores the elements.OMError.elementsStores the errors.OMBinding.variablesStores the variables.Methods in org.episteme.core.mathematics.loaders.openmath that return OMObjectModifier and TypeMethodDescriptionOMBinding.alphaConvert(OMObject source, OMObject dest) Perform Alpha conversion on the binding and its children.OMBinding.betaReduce(OMObject var, OMObject reduction) Performs light-weight Beta reduction.OMApplication.firstElement()OMError.firstElement()Get the first element.OMBinding.firstVariable()Get the first variable.Gets the value of the attribution.OMBinding.getBinder()Get the binder.OMBinding.getBody()Get the body.OMAttribution.getConstructor()Get the attribution constructor.OMApplication.getElementAt(int index) OMError.getElementAt(int index) Get element.OMRoot.getObject()Get the object.OMBinding.getVariableAt(int index) Get variable at i-place.OMApplication.lastElement()OMError.lastElement()Get the last element.OMBinding.lastVariable()Get the last variable.Replace any occurrence of source to destination.Replace any occurrence of source to destination.Replace any occurrence of source to destination.OMAttribution.strip()Strip the attribution.Methods in org.episteme.core.mathematics.loaders.openmath that return types with arguments of type OMObjectModifier and TypeMethodDescriptionOMAttribution.getAttributions()Get the attributions.OMAttribution.getAttributions()Get the attributions.OMApplication.getElements()OMError.getElements()Get the elements.OMAttribution.getKeys()Get the symbol (keys).OMAttribution.getValues()Get the values.OMBinding.getVariables()Get the variables.Methods in org.episteme.core.mathematics.loaders.openmath with parameters of type OMObjectModifier and TypeMethodDescriptionvoidOMApplication.addElement(OMObject object) voidOMError.addElement(OMObject object) Add element.voidOMBinding.addVariable(OMObject object) Add variable.OMBinding.alphaConvert(OMObject source, OMObject dest) Perform Alpha conversion on the binding and its children.OMBinding.betaReduce(OMObject var, OMObject reduction) Performs light-weight Beta reduction.Gets the value of the attribution.booleanHas symbol.booleanHas value.voidOMApplication.insertElementAt(OMObject object, int index) voidOMError.insertElementAt(OMObject object, int index) Insert element at.voidOMBinding.insertVariableAt(OMObject object, int index) Insert variable at i-place.booleanbooleanDetermines if this is the same object.booleanDetermines if this is the same object.booleanDetermines if this is the same object.booleanDetermines if this is the same object.booleanDetermines if this is the same object.booleanReturns if this is the same object.booleanDetermines if this is the same object.abstract booleanIs this the same object.booleanReturn if the given is the same as this object.booleanReturns if this object is the same with the given object.booleanDetermines if this is the same object.booleanDetermines if this is the same object.booleanDetermines if this is the same object.voidPuts an attribution.voidRemoves an attribution.booleanOMApplication.removeElement(OMObject object) booleanOMError.removeElement(OMObject object) Remove element.booleanOMBinding.removeVariable(OMObject object) Remove variable.Replace any occurrence of source to destination.Replace any occurrence of source to destination.Replace any occurrence of source to destination.voidSets the binder.voidSet the body.voidOMAttribution.setConstructor(OMObject newConstructor) Set the attribution constructor.voidOMApplication.setElementAt(OMObject object, int index) voidOMError.setElementAt(OMObject object, int index) Set element.voidSet the object.voidOMBinding.setVariableAt(OMObject object, int index) Set variable at i-place.Method parameters in org.episteme.core.mathematics.loaders.openmath with type arguments of type OMObjectModifier and TypeMethodDescriptionvoidOMAttribution.setAttributions(Hashtable<OMObject, OMObject> newAttributions) Set the attributions.voidOMAttribution.setAttributions(Hashtable<OMObject, OMObject> newAttributions) Set the attributions.voidOMApplication.setElements(Vector<OMObject> newElements) voidOMError.setElements(Vector<OMObject> newElements) Set the elements.voidOMBinding.setVariables(Vector<OMObject> newVariables) Set the variables.Constructors in org.episteme.core.mathematics.loaders.openmath with parameters of type OMObjectModifierConstructorDescriptionOMAttribution(Hashtable<OMObject, OMObject> newAttributions, OMObject newConstructor) Constructor.Constructor.Constructor parameters in org.episteme.core.mathematics.loaders.openmath with type arguments of type OMObjectModifierConstructorDescriptionOMAttribution(Hashtable<OMObject, OMObject> newAttributions, OMObject newConstructor) Constructor.OMAttribution(Hashtable<OMObject, OMObject> newAttributions, OMObject newConstructor) Constructor.Constructor. -
Uses of OMObject in org.episteme.core.mathematics.loaders.openmath.codec
Methods in org.episteme.core.mathematics.loaders.openmath.codec that return OMObjectModifier and TypeMethodDescriptionCDCodec.decodeOMObject(String syntax) Decodes the backengine-syntax to an OM-object.abstract OMObjectCodec.decodeOMObject(String syntax) Decodes the backengine-syntax to an OM-object.Methods in org.episteme.core.mathematics.loaders.openmath.codec with parameters of type OMObjectModifier and TypeMethodDescriptionCDCodec.encodeOMObject(OMObject object) Encodes the OM-object to backengine-syntax.abstract StringCodec.encodeOMObject(OMObject object) Encodes the OM-object to backengine-syntax. -
Uses of OMObject in org.episteme.core.mathematics.loaders.openmath.io
Fields in org.episteme.core.mathematics.loaders.openmath.io declared as OMObjectModifier and TypeFieldDescriptionprotected OMObjectOMXMLReader.mOMObjectStores the OMObject for this reader.Fields in org.episteme.core.mathematics.loaders.openmath.io with type parameters of type OMObjectModifier and TypeFieldDescriptionOMXMLReader.mElementStackStores an vector with the last active element as the last in the vector.Methods in org.episteme.core.mathematics.loaders.openmath.io that return OMObjectModifier and TypeMethodDescriptionOMXMLReader.getObject()Get the OpenMath object.OMDOMReader.readObject()Read an OpenMath object.OMXMLReader.readObject()Read an OpenMath object.Methods in org.episteme.core.mathematics.loaders.openmath.io with parameters of type OMObject