- Creating and connecting objects is handled by the EvSimNetwork class. This class provides the basic functionality for running a simulation.
- All objects in NEVESIM are derived from the EvSimObject class which provides the interface to event management.
- For a concrete neural network implementation see the Neuron class.
- EvSimEngine implements the core functionality of NEVESIM for managing the events triggered throughout the simulation.