-- | -- Module : Simulation.Aivika.Specs -- Copyright : Copyright (c) 2009-2013, David Sorokin -- License : BSD3 -- Maintainer : David Sorokin -- Stability : experimental -- Tested with: GHC 7.6.3 -- -- It defines the simulation specs and functions for this data type. module Simulation.Aivika.Specs (-- * Simulation Specs Specs(..), Method(..), -- * Auxiliary Functions basicTime, integIterationBnds, integIterationHiBnd, integIterationLoBnd, integPhaseBnds, integPhaseHiBnd, integPhaseLoBnd, integTimes) where import Simulation.Aivika.Internal.Specs