public class TransitionTable<IN,OUT> extends AbstractFunction<IN,OUT>
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
TransitionTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutput(OUT output) |
List<OUT> |
getOutputs() |
IN |
getRangeFrom() |
IN |
getRangeTo() |
List<String> |
getStringOutputs() |
void |
setOutputs(List<OUT> outputs) |
void |
setRangeFrom(IN rangeFrom) |
void |
setRangeTo(IN rangeTo) |
void |
setStringOutputs(List<String> stringOutputs) |
getArity, getInputClazz, getInputClazzName, getOutputClazz, getOutputClazzName, getReferencedVariableIndeces, getReferencedVariables, setArity, setInputClazz, setInputClazzName, setOutputClazz, setOutputClazzNamegetId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringCopyright © 2015. All Rights Reserved.