AnyLogic
Expand
Font size
All Superinterfaces:
Serializable

public interface StorageTankDataSource
extends Serializable

Method Summary

Modifier and TypeMethodDescription
ColorgetBatchColor(int index) 
doublegetBatchSize(int index) 
doublegetCapacity() 
doublegetProcessingProgress() 
intnumberOfBatches() 

Method Details

numberOfBatches

int numberOfBatches()

getBatchSize

@AnyLogicInternalAPI
double getBatchSize(int index)

getBatchColor

@AnyLogicInternalAPI
Color getBatchColor(int index)

getCapacity

@AnyLogicInternalAPI
double getCapacity()

getProcessingProgress

@AnyLogicInternalAPI
double getProcessingProgress()