de.xabsl.jxabslx.symbols
Class InputSymbolImpl
java.lang.Object
de.xabsl.jxabslx.symbols.InputSymbolImpl
- Direct Known Subclasses:
- BooleanInputSymbolImpl, DecimalInputSymbolImpl, EnumeratedInputSymbolImpl
public abstract class InputSymbolImpl
- extends java.lang.Object
Base class for input symbol implementations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameters
protected Parameters parameters
input
protected final Input input
InputSymbolImpl
public InputSymbolImpl(Input input,
java.lang.String[] parameterNames,
Symbols symbols,
DebugMessages debug)
getParameters
public Parameters getParameters()
checkConstructorArguments
protected void checkConstructorArguments(Input input,
java.lang.String[] parameterNames)
createParameters
protected void createParameters(java.lang.String[] parameterNames,
Symbols symbols,
DebugMessages debug)
getRawValue
protected java.lang.Object getRawValue()
- Gets the value as any object which must be converted properly. Make sure
the types match.