ConveyorSegments

class ConveyorSegments(val cellSize: Int = 1, val firstLocation: IdentityIfc)

This class represents the data associated with segments of a conveyor and facilitates the specification of segments for a conveyor. See the class Conveyor for more details on how segments are used to represent a conveyor.

Constructors

Link copied to clipboard
constructor(cellSize: Int = 1, firstLocation: IdentityIfc)

Properties

Link copied to clipboard
val cellSize: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun toLocation(next: IdentityIfc, length: Int)
Link copied to clipboard
open override fun toString(): String