Uses of Class
ons.Batch
-
Uses of Batch in ons
Fields in ons with type parameters of type Batch Modifier and Type Field Description protected java.util.ArrayList<Batch>
LightPath. batchs
Methods in ons that return Batch Modifier and Type Method Description Batch
BatchArrivalEvent. getBatch()
Retrives the Batch attribute of the BatchArrivalEvent object.Methods in ons that return types with arguments of type Batch Modifier and Type Method Description protected java.util.ArrayList<Batch>
LightPath. getBatchs()
Methods in ons with parameters of type Batch Modifier and Type Method Description protected void
MyStatistics. acceptBatch(Batch batch, LightPath[][] lightpaths, boolean[][] usedTransponders)
protected void
LightPath. addBatch(Batch batch)
protected void
MyStatistics. blockBatch(Batch batch)
protected void
LightPath. removeBatch(Batch batch)
Constructors in ons with parameters of type Batch Constructor Description BatchArrivalEvent(Batch batch)
Create a new BatchArrivalEvent object. -
Uses of Batch in ons.ra
Methods in ons.ra with parameters of type Batch Modifier and Type Method Description void
EEABE. batchArrival(Batch batch)
void
RABulk. batchArrival(Batch batch)
boolean
EEABE. batchArrivalWindow(Batch batch)
-
Uses of Batch in ons.util
Methods in ons.util with parameters of type Batch Modifier and Type Method Description static BulkData[][]
CombinationsBatch. getCombinations(Batch batch, int combinations)