Conveyor

constructor(parent: ModelElement, segmentData: ConveyorSegments, conveyorType: Conveyor.Type = Type.ACCUMULATING, velocity: Double = 1.0, maxEntityCellsAllowed: Int = 1, name: String? = null)

Parameters

parent

the containing model element

velocity

the initial velocity of the conveyor

segmentData

the specification of the segments

maxEntityCellsAllowed

the maximum number of cells that an entity can occupy while riding on the conveyor

name

the name of the conveyor