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