Package Overviews

commons.core

Simulator

Given an instance of input, an instance of output will be created. Sub-interfaces can be defined for various input and output types. Simulator.DATA is one such sub-interface. Its input type is model and output type is Data corresponding to that model.

Generator

Generators are different from simulators in the stochastic component. There is always a stochastic element to a simulator, where as generators are various schemes of generating from an input type to an output type.Again, sub-interfaces can be defined for specific types. Generator.MODEL is one such sub-interface. Ints input and output type both are models.