Package org.lemsml.jlems.core.selection
Class ApplyPredicateNode
- 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.ApplyPredicateNode
-
- All Implemented Interfaces:
java.lang.Cloneable
public class ApplyPredicateNode extends AbstractSelectionOperatorNode
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
fpos
-
Fields inherited from class org.lemsml.jlems.core.selection.AbstractSelectionOperatorNode
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 ApplyPredicateNode(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)
-
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 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
-
-