Package ons.ra
Interface RABulk
- All Superinterfaces:
RA
- All Known Implementing Classes:
EEABE
public interface RABulk extends RA
-
Method Summary
Modifier and Type Method Description voidbatchArrival(Batch batch)voidbatchDeparture(long id)voidbulkDataArrival(BulkData bulk)voidbulkDeparture(long id)Methods inherited from interface ons.ra.RA
flowArrival, flowDeparture, setModulation, simulationEnd, simulationInterface
-
Method Details
-
bulkDataArrival
-
batchArrival
-
bulkDeparture
void bulkDeparture(long id) -
batchDeparture
void batchDeparture(long id)
-