Package peersim.rangesim

The PeerSim range simulator, that allows the definitions of ranges for variables.

See:
          Description

Interface Summary
ProcessHandler  
 

Class Summary
ProcessManager This thread is used to kill forked processes in the case of an abnormal termination of the Java virtual machine (for example, due to a signal).
RangeSimulator This class is the main class for the Range Simulator.
TaggedOutputStream This OutputStream uses an underlying stream to output data.
 

Package peersim.rangesim Description

The PeerSim range simulator, that allows the definitions of ranges for variables. A good starting point for learning the syntax of the range simulator is RangeSimulator, which contains the main method and which is therefore the entry point of the system.

Conventions over Exceptions

Please refer to Simulator.