Package com.anylogic.engine.markup
- All Superinterfaces:
Serializable
public interface StorageTankDataSource extends Serializable
Modifier and Type | Method | Description |
---|---|---|
Color | getBatchColor | |
double | getBatchSize | |
double | getCapacity() | |
double | getProcessingProgress() | |
int | numberOfBatches() |
int numberOfBatches()
@AnyLogicInternalAPI double getBatchSize(int index)
@AnyLogicInternalAPI Color getBatchColor(int index)
@AnyLogicInternalAPI double getCapacity()
@AnyLogicInternalAPI double getProcessingProgress()