com.pecasim.base.simulation
Interface Simulation

All Known Subinterfaces:
ExSimulation
All Known Implementing Classes:
AbstractSimulation, TestSimulation

public interface Simulation

Stellt die Standardsicht auf die Simulation bereit

Author:
peha

Method Summary
 SimDate getBegin()
           
 Database getDatabase()
           
 SimDate getEnd()
           
 SimCalendar getSimCalendar()
           
 SimRandom getSimRandom()
           
 

Method Detail

getSimCalendar

SimCalendar getSimCalendar()

getSimRandom

SimRandom getSimRandom()

getDatabase

Database getDatabase()

getBegin

SimDate getBegin()

getEnd

SimDate getEnd()