public abstract class AbstractSelectionNode extends Node
BNARY_OPERATOR, CLOSE, CONSTANT, OPEN, type, UNARY_OPERATOR, UNKNOWN, VARIABLE
Constructor and Description |
---|
AbstractSelectionNode() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getEvaluationProcessDescription() |
abstract ArrayList<StateRunnable> |
getMatches(StateRunnable baseSI) |
abstract void |
replaceSymbols(HashMap<String,String> map) |
deparent, detachNext, detachPrevious, dispose, isClose, isOpen, linkNext, next, parent, previous, remove, replaceChild, replaceNext, replacePrevious, replaceWith, setParent, siblingsToString, toString
public abstract String getEvaluationProcessDescription()
public abstract ArrayList<StateRunnable> getMatches(StateRunnable baseSI) throws ContentError, ConnectionError, RuntimeError
ContentError
ConnectionError
RuntimeError
public abstract void replaceSymbols(HashMap<String,String> map)
replaceSymbols
in class Node
Copyright © 2019. All rights reserved.