Uses of Interface
omix.mathxp.references.ReferenceInterface
Package | Description |
---|---|
omix.mathxp | |
omix.mathxp.io | |
omix.mathxp.parser | |
omix.mathxp.references | |
omix.mathxp.util |
-
Uses of ReferenceInterface in omix.mathxp
Methods in omix.mathxp that return ReferenceInterface Modifier and Type Method Description ReferenceInterface
MathReference. getReference()
Methods in omix.mathxp with parameters of type ReferenceInterface Modifier and Type Method Description void
MathReference. setReference(ReferenceInterface reference)
Constructors in omix.mathxp with parameters of type ReferenceInterface Constructor Description MathReference(String variable, ReferenceInterface reference)
MathReference(String variable, ReferenceInterface reference, int startToken, int endToken)
Constructor parameters in omix.mathxp with type arguments of type ReferenceInterface Constructor Description MathReference(Map<String,ReferenceInterface> references, String variable)
MathReference(Map<String,ReferenceInterface> references, String variable, int startToken, int endToken)
-
Uses of ReferenceInterface in omix.mathxp.io
Constructor parameters in omix.mathxp.io with type arguments of type ReferenceInterface Constructor Description MathMLReader(MathSymbolReaderInterface mathReferenceReader, UnitReaderInterface unitReader, Map<String,ReferenceInterface> references)
MathMLWriter(Document doc, MathSymbolWriterInterface mathSymbolWriter, UnitWriterInterface unitWriter, Map<ReferenceInterface,String> references)
-
Uses of ReferenceInterface in omix.mathxp.parser
Method parameters in omix.mathxp.parser with type arguments of type ReferenceInterface Modifier and Type Method Description void
MathExpressionsParser. setReferences(Map<String,ReferenceInterface> references)
-
Uses of ReferenceInterface in omix.mathxp.references
Classes in omix.mathxp.references that implement ReferenceInterface Modifier and Type Class Description class
ExpressionReference
class
ItemReference
class
VariableReference
-
Uses of ReferenceInterface in omix.mathxp.util
Method parameters in omix.mathxp.util with type arguments of type ReferenceInterface Modifier and Type Method Description static void
ExpressionUtilities. extractReferences(MathExpression expression, Map<String,ReferenceInterface> variables, List<Error> errors)
static void
ExpressionUtilities. setReferences(MathExpression expression, StringMap<ReferenceInterface> references)