Simple Machine

Package Util

Core utility routines used throughout the simulator.

See:
          Description

Interface Summary
DataModel Like javax.Swing.Table.TableModel, but for observer/observable instead of EventListener.
MapModel  
 

Class Summary
AbstractDataModel  
BitStream  
BitString String of bit values; used for access to instruction fields when decoding instruction.
CompoundModel Join two Data Models into a single model.
DataModelEvent Observer update event for DataModel, presented as argument to Observer.update ().
HalfByteNumber  
IntStream A stream of integer values; use for access to instruction field values when encoding into instruction.
PickModel  
SixByteNumber  
TableCellIndex  
UnsignedByte Unsigned Byte.
 

Enum Summary
DataModelEvent.Type  
 

Package Util Description

Core utility routines used throughout the simulator.


Simple Machine