AnyLogic
Expand
Font size
All Superinterfaces:
Serializable

public interface PipeDataSource
extends Serializable

Method Summary

Modifier and TypeMethodDescription
doublecalculateMarkupShift(double periodRatio) 
ColorgetBatchColor(int index) 
doublegetBatchSize(int index) 
doublegetCapacity() 
intnumberOfBatches() 

Method Details

numberOfBatches

int numberOfBatches()

getBatchSize

@AnyLogicInternalAPI
double getBatchSize(int index)

getBatchColor

@AnyLogicInternalAPI
Color getBatchColor(int index)

getCapacity

@AnyLogicInternalAPI
double getCapacity()

calculateMarkupShift

@AnyLogicInternalAPI
double calculateMarkupShift(double periodRatio)