- generateEvents() - Method in interface at.borkowski.scovillej.simulation.SimulationMember
-
This method is called by the simulation implementation in order to
pre-create all events necessary for this member.
- getAll() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getAll() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
- getAll() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns all measured values as a map from the tick to the value.
- getAverage() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getAverage() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns null always.
- getAverage() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns an average (arithmetic mean) of all measured values.
- getAveraged(long) - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getAveraged(long) - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns an empty map always.
- getAveraged(long) - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns an averaged version of all values.
- getCount() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getCount() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
- getCount() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns the number of measured values.
- getCurrentPhase() - Method in interface at.borkowski.scovillej.simulation.SimulationContext
-
Returns the current phase
- getCurrentTick() - Method in class at.borkowski.scovillej.impl.SimulationImpl
-
- getCurrentTick() - Method in interface at.borkowski.scovillej.simulation.Simulation
-
Returns the current tick.
- getCurrentTick() - Method in interface at.borkowski.scovillej.simulation.SimulationContext
-
Returns the current tick
- getDoubleMedian() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getDoubleMedian() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns null always.
- getDoubleMedian() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns the median of all measured values.
- getKnownSeriesClasses() - Static method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
Returns a list of all known series classes.
- getMax() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getMax() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns null always.
- getMax() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns the maximum value of all measured values.
- getMin() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getMin() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns null always.
- getMin() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns the minimum value of all measured values.
- getNativeMedian() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getNativeMedian() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns null always.
- getNativeMedian() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns the median of all measured values.
- getNativeMedians() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getNativeMedians() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns an array with the element null always.
- getNativeMedians() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns the median candidates of all measured values.
- getPhaseHandlers() - Method in interface at.borkowski.scovillej.simulation.SimulationMember
-
Returns a collection of objects which handle phase events for the
simulation necessary for this simulation member.
- getPhases() - Method in class at.borkowski.scovillej.impl.SimulationImpl
-
- getPhases() - Method in interface at.borkowski.scovillej.simulation.Simulation
-
Returns the phases used in this simulation.
- getPhaseSubcription() - Method in interface at.borkowski.scovillej.simulation.PhaseHandler
-
Returns an array of phases this handler needs to process.
- getScheduledTick() - Method in interface at.borkowski.scovillej.simulation.SimulationEvent
-
Returns the tick this event is scheduled for
- getSeries(String, Class<T>) - Method in class at.borkowski.scovillej.impl.SimulationImpl
-
- getSeries(String, Class<T>) - Method in interface at.borkowski.scovillej.simulation.Simulation
-
Returns the series result for a given series.
- getSeries(String, Class<T>) - Method in interface at.borkowski.scovillej.simulation.SimulationInitializationContext
-
Returns a series object which can be used by the calling member to record
profiling numbers.
- getService() - Method in interface at.borkowski.scovillej.simulation.ServiceProvider
-
Returns the actual service (handler for interface T) which
will be provided to client members upon request.
- getService(Class<T>) - Method in interface at.borkowski.scovillej.simulation.SimulationInitializationContext
-
Returns a series object for a given class.
- getServiceClass() - Method in interface at.borkowski.scovillej.simulation.ServiceProvider
-
Returns the class object of T to be used for run-time
processing.
- getStandardDeviation() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getStandardDeviation() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
Returns null always.
- getStandardDeviation() - Method in interface at.borkowski.scovillej.profile.SeriesResult
-
Returns the standard deviation of all measured values.
- getTotalTicks() - Method in class at.borkowski.scovillej.impl.SimulationImpl
-
- getTotalTicks() - Method in interface at.borkowski.scovillej.simulation.Simulation
-
Returns the number of ticks this simulation has been configured to
process.
- getValueClass() - Method in class at.borkowski.scovillej.impl.series.NumberSeriesImpl
-
- getValueClass() - Method in class at.borkowski.scovillej.impl.series.VoidSeriesImpl
-
- getValueClass() - Method in interface at.borkowski.scovillej.profile.SeriesProvider
-
Returns the runtime class type for T