|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractValue | |
|---|---|
| jmri.jmrit.symbolicprog | |
| Uses of AbstractValue in jmri.jmrit.symbolicprog |
|---|
| Subclasses of AbstractValue in jmri.jmrit.symbolicprog | |
|---|---|
class |
CompositeVariableValue
Extends EnumVariableValue to represent a composition of variable values. |
class |
ConstantValue
Extends VariableValue to represent a constant enum-like-thing Note that there's no CV associated with this. |
class |
CvValue
Encapsulate a single CV value and provide programming access to the decoder. |
class |
DecVariableValue
Decimal representation of a value. |
class |
EnumVariableValue
Extends VariableValue to represent a enumerated variable. |
class |
HexVariableValue
LIke DecVariableValue, except that the string representation is in hexadecimal |
class |
IndexedEnumVariableValue
Extends VariableValue to represent a enumerated indexed variable. |
class |
IndexedPairVariableValue
Extends VariableValue to represent a indexed variable split across two indexed CVs. |
class |
IndexedVariableValue
Extends VariableValue to represent an indexed variable |
class |
LongAddrVariableValue
Extends VariableValue to represent a NMRA long address |
class |
ShortAddrVariableValue
Representation of a short address (CV1). |
class |
SpeedTableVarValue
Represent an entire speed table as a single Variable. |
class |
SplitVariableValue
Extends VariableValue to represent a variable split across two CVs. |
class |
VariableValue
Represents a single Variable value; abstract base class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||