public class Terminal extends Primitive implements Serializable
| Constructor and Description |
|---|
Terminal() |
Terminal(String symbol) |
Terminal(String symbol,
double value,
String textValue,
boolean readonly) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Observation observation) |
Terminal |
makeCopy() |
String |
toString() |
arity, beforeExecute, beforeExecuteWithText, copy, equals, executeWithText, getIndex, getInput, getName, getSymbol, getTextInput, getTextValue, getValue, hashCode, isReadOnly, isTerminal, setIndex, setInput, setInput, setValue, setValuepublic Terminal()
public Terminal(String symbol)
public Terminal makeCopy()
public void execute(Observation observation)
Copyright © 2017. All rights reserved.