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
segment Data
the specification of the segments
max Entity Cells Allowed
the maximum number of cells that an entity can occupy while riding on the conveyor
name
the name of the conveyor