public interface SimulationInitializationContext
SimulationContext, where all
functionality can be used.| Modifier and Type | Method and Description |
|---|---|
<T> Series<T> |
getSeries(String symbol,
Class<T> clazz)
Returns a series object which can be used by the calling member to record
profiling numbers.
|
<T> T |
getService(Class<T> clazz)
Returns a series object for a given class.
|
<T> Series<T> getSeries(String symbol, Class<T> clazz)
T,
null is returned.T - the type of series to returnsymbol - the symbol (name of series) to recordclazz - the runtime class object for T<T> T getService(Class<T> clazz)
null is returned.T - the type of service to returnclazz - the type of service requestsnull if no service is
providing this interfaceCopyright © 2015. All rights reserved.