Package org.lemsml.jlems.core.selection
Class SlashNode
- java.lang.Object
-
- org.lemsml.jlems.core.expression.Node
-
- org.lemsml.jlems.core.selection.AbstractSelectionNode
-
- org.lemsml.jlems.core.selection.AbstractSelectionOperatorNode
-
- org.lemsml.jlems.core.selection.SlashNode
-
- All Implemented Interfaces:
java.lang.Cloneable
public class SlashNode extends AbstractSelectionOperatorNode
-
-
Field Summary
-
Fields inherited from class org.lemsml.jlems.core.selection.AbstractSelectionOperatorNode
fpos, left, right, symbol
-
Fields inherited from class org.lemsml.jlems.core.expression.Node
BNARY_OPERATOR, CLOSE, CONSTANT, OPEN, type, UNARY_OPERATOR, UNKNOWN, VARIABLE
-
-
Constructor Summary
Constructors Constructor Description SlashNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SlashNode
copy()
double
evaluateFloat(StateRunnable si)
java.lang.String
getEvaluationProcessDescription()
java.util.ArrayList<StateRunnable>
getMatches(StateRunnable baseSI)
-
Methods inherited from class org.lemsml.jlems.core.selection.AbstractSelectionOperatorNode
claim, claimLeft, claimRight, getLeft, getPrecedence, getRight, getSymbol, replaceChild, replaceSymbols, setSequencePosition, toString
-
Methods inherited from class org.lemsml.jlems.core.expression.Node
deparent, detachNext, detachPrevious, dispose, isClose, isOpen, linkNext, next, parent, previous, remove, replaceNext, replacePrevious, replaceWith, setParent, siblingsToString
-
-
-
-
Method Detail
-
copy
public SlashNode copy()
- Specified by:
copy
in classAbstractSelectionOperatorNode
-
getEvaluationProcessDescription
public java.lang.String getEvaluationProcessDescription()
- Specified by:
getEvaluationProcessDescription
in classAbstractSelectionNode
-
getMatches
public java.util.ArrayList<StateRunnable> getMatches(StateRunnable baseSI) throws ContentError, ConnectionError, RuntimeError
- Specified by:
getMatches
in classAbstractSelectionNode
- Throws:
ContentError
ConnectionError
RuntimeError
-
evaluateFloat
public double evaluateFloat(StateRunnable si) throws ContentError, ConnectionError, RuntimeError
- Throws:
ContentError
ConnectionError
RuntimeError
-
-