Package jist.swans.misc

Shared odds and ends of SWANS simulator.

See:
          Description

Interface Summary
Message Interface of all packets sent around the various SWANS layers.
Protocol Network protocol interface.
Timer Timer expiration interface.
 

Class Summary
Enumerator Class to generate a sequence; used usually for static initialization of constants.
Location Location (of a node).
Location.Location2D A planar location implementation.
Location.Location3D A three-dimensional location implementation.
Mapper Encodes a one-to-one mapping.
MessageBytes Implementation of Message interface that carries around byte arrays.
MessageNest Implementation of Message interface that performs message nesting (header, data).
Node  
Pickle Utility class to simplify the serialization and deserialization of various data types.
SingletonInt Class to store a mutable primitive integer with in an Object (because Java has primitives in the first place).
Sizeof Compute the static or dynamic size of a type or object.
Util Miscellaneous utility methods.
 

Package jist.swans.misc Description

Shared odds and ends of SWANS simulator. The more notable classes in this package are: