Package org.lemsml.jlems.core.selection
Class UnionNode
- 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.UnionNode
-
- All Implemented Interfaces:
java.lang.Cloneable
public class UnionNode 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 UnionNode(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractSelectionOperatorNode
copy()
java.lang.String
getEvaluationProcessDescription()
java.util.ArrayList<StateRunnable>
getMatches(StateRunnable baseSI)
double
getPrecedence()
-
Methods inherited from class org.lemsml.jlems.core.selection.AbstractSelectionOperatorNode
claim, claimLeft, claimRight, getLeft, 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
-
getPrecedence
public double getPrecedence()
- Overrides:
getPrecedence
in classAbstractSelectionOperatorNode
-
copy
public AbstractSelectionOperatorNode 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
-
-