InfiniteHalls

constructor(incarnation: Incarnation<T, Euclidean2DPosition>)

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

Parameters

incarnation

the incarnation to be used.


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

Parameters

incarnation

the incarnation to be used.

size

the size of a single hall


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

Parameters

incarnation

the incarnation to be used.

allOpen

sets all the doors to open.


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

Parameters

incarnation

the incarnation to be used.

size

the size of a single hall

allOpen

sets all the doors to open.