InfiniteHalls

constructor(incarnation: Incarnation<T, Euclidean2DPosition>)(source)

Default builder. Builds halls of size 10 with open doors.

Parameters

incarnation

the incarnation to be used.


constructor(incarnation: Incarnation<T, Euclidean2DPosition>, size: Double)(source)

Parameters

incarnation

the incarnation to be used.

size

the size of a single hall


constructor(incarnation: Incarnation<T, Euclidean2DPosition>, allOpen: Boolean)(source)

Parameters

incarnation

the incarnation to be used.

allOpen

sets all the doors to open.


constructor(incarnation: Incarnation<T, Euclidean2DPosition>, size: Double, allOpen: Boolean)(source)

Parameters

incarnation

the incarnation to be used.

size

the size of a single hall

allOpen

sets all the doors to open.