Package jline.api.aoi
Class AoiValidationResult
-
- All Implemented Interfaces:
public final class AoiValidationResultResult of AoI topology validation.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisAoIprivate final IntegersourceIdxprivate final IntegerqueueIdxprivate final IntegersinkIdxprivate final IntegersourceStationprivate final IntegerqueueStationprivate final Integercapacityprivate final StringschedStrategyprivate final StringsystemTypeprivate final StringerrorMsg
-
Method Summary
Modifier and Type Method Description final BooleanisAoI()True if the network is a valid AoI topology final IntegergetSourceIdx()Node index of the Source final IntegergetQueueIdx()Node index of the Queue final IntegergetSinkIdx()Node index of the Sink final IntegergetSourceStation()Station index of the Source final IntegergetQueueStation()Station index of the Queue final IntegergetCapacity()Queue capacity (1 = bufferless, 2 = single-buffer) final StringgetSchedStrategy()Scheduling strategy at the queue final StringgetSystemType()"bufferless" or "singlebuffer" final StringgetErrorMsg()Error message if not a valid AoI topology -
-
Method Detail
-
getSourceIdx
final Integer getSourceIdx()
Node index of the Source
-
getQueueIdx
final Integer getQueueIdx()
Node index of the Queue
-
getSinkIdx
final Integer getSinkIdx()
Node index of the Sink
-
getSourceStation
final Integer getSourceStation()
Station index of the Source
-
getQueueStation
final Integer getQueueStation()
Station index of the Queue
-
getCapacity
final Integer getCapacity()
Queue capacity (1 = bufferless, 2 = single-buffer)
-
getSchedStrategy
final String getSchedStrategy()
Scheduling strategy at the queue
-
getSystemType
final String getSystemType()
"bufferless" or "singlebuffer"
-
getErrorMsg
final String getErrorMsg()
Error message if not a valid AoI topology
-
-
-
-