Package microsim.statistics
Interface IntSource
- All Known Implementing Classes:
CountArrayFunction,IntegerInvoker,MaxArrayFunction.Integer,MaxTraceFunction.Integer,MinArrayFunction.Integer,MinTraceFunction.Integer,MultiTraceFunction.Integer,SumArrayFunction.Integer
public interface IntSource
Used by statistical object to access integer data. Each variable must have a unique integer id.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintgetIntValue(@NonNull Enum<?> variableID) Returns the integer value corresponding to the givenvariableID
-
Method Details
-
getIntValue
Returns the integer value corresponding to the givenvariableID- Parameters:
variableID- A unique identifier for a variable.- Returns:
- The current integer value of the required variable.
- Throws:
NullPointerException- whenvariableIDisnull.
-