Uses of Interface
microsim.statistics.ILongSource
Packages that use ILongSource
Package
Description
-
Uses of ILongSource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type ILongSourceModifier and TypeMethodDescriptionvoidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Build a series of paired values, retrieving x-axis data from an IDoubleSource object and y-axis data from an ILongSource object.voidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, ILongSource plottableObject_Y) Build a series of paired values, retrieving x-axis data from an IDoubleSource object and y-axis data from an ILongSource object, using the default variableId.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Build a series of paired values, retrieving x-axis data from an ILongSource object and y-axis data from an IDoubleSource object.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Build a series of paired values from two ILongSource objectsvoidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, IDoubleSource plottableObject_Y) Build a series of paired values, retrieving x-axis data from an ILongSource object and y-axis data from an IDoubleSource object, using the default variableId.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, ILongSource plottableObject_Y) Build a series of paired values from two ILongSource objects, using the default variableId.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Build a series of paired values, retrieving x-axis data from an IDoubleSource object and y-axis data from an ILongSource object.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, ILongSource plottableObject_Y) Build a series of paired values, retrieving x-axis data from an IDoubleSource object and y-axis data from an ILongSource object, using the default variableId.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Build a series of paired values, retrieving x-axis data from an ILongSource object and y-axis data from an IDoubleSource object.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Build a series of paired values from two ILongSource objectsvoidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, IDoubleSource plottableObject_Y) Build a series of paired values, retrieving x-axis data from an ILongSource object and y-axis data from an IDoubleSource object, using the default variableId.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, ILongSource plottableObject_Y) Build a series of paired values from two ILongSource objects, using the default variableId.voidTimeSeriesSimulationPlotter.addSeries(String legend, ILongSource plottableObject) Build a series from a ILongSource object, using the default variableId.voidTimeSeriesSimulationPlotter.addSeries(String legend, ILongSource plottableObject, Enum<?> variableID) Build a series from a ILongSource object.voidIndividualBarSimulationPlotter.addSources(String legend, ILongSource plottableObject, Color color) Build a series from a ILongSource object, using the default variableId and specifying the colour.voidIndividualBarSimulationPlotter.addSources(String legend, ILongSource plottableObject, Enum<?> variableID, Color color) Build a series from a ILongSource object and specifying the colour. -
Uses of ILongSource in microsim.statistics
Fields in microsim.statistics declared as ILongSourceMethods in microsim.statistics with parameters of type ILongSourceModifier and TypeMethodDescriptionvoidTimeSeries.addSeries(String name, ILongSource source, Enum<?> valueID) Add a new series.Constructors in microsim.statistics with parameters of type ILongSourceModifierConstructorDescriptionLong(ILongSource source) Create a statistic probe on a collection of ILongSource objects.Long(ILongSource source, Enum<?> valueID) Create a statistic probe on a collection of ILongSource objects. -
Uses of ILongSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement ILongSourceModifier and TypeClassDescriptionstatic classMaxFunction operating on long source values.static classAn implementation of the MemorylessSeries class, which manages long type data sources.static classMinFunction operating on long source values.static classAn implementation of the MemorylessSeries class, which manages long type data sources.static classAn implementation of the MemorylessSeries class, which manages long type data sources.static classSumFunction operating on long source values.Fields in microsim.statistics.functions declared as ILongSourceModifier and TypeFieldDescriptionprotected ILongSourceMovingAverageTraceFunction.lngSourceprotected ILongSourceMaxTraceFunction.Long.targetprotected ILongSourceMinTraceFunction.Long.targetprotected ILongSourceMultiTraceFunction.Long.targetConstructors in microsim.statistics.functions with parameters of type ILongSourceModifierConstructorDescriptionLong(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Long(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Long(ILongSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(ILongSource source, Enum<?> valueID, int windowSize) Create a basic statistic probe on a ILongSource object. -
Uses of ILongSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement ILongSource