Uses of Class
omix.mathxp.AbstractMathReference
Package | Description |
---|---|
omix.mathxp | |
omix.mathxp.io | |
omix.mathxp.util |
-
Uses of AbstractMathReference in omix.mathxp
Subclasses of AbstractMathReference in omix.mathxp Modifier and Type Class Description class
MathPointer
class
MathReference
Methods in omix.mathxp that return AbstractMathReference Modifier and Type Method Description abstract AbstractMathReference
AbstractMathReference. clone()
Constructors in omix.mathxp with parameters of type AbstractMathReference Constructor Description AbstractMathReference(AbstractMathReference other)
-
Uses of AbstractMathReference in omix.mathxp.io
Methods in omix.mathxp.io with parameters of type AbstractMathReference Modifier and Type Method Description Element
MathSymbolWriterInterface. writeReference(Document document, AbstractMathReference referenceExpression)
-
Uses of AbstractMathReference in omix.mathxp.util
Method parameters in omix.mathxp.util with type arguments of type AbstractMathReference Modifier and Type Method Description static void
ExpressionUtilities. extractLinearFactors(MathExpression expression, Map<AbstractMathReference,Number> values, List<Error> errors)