Packages

package containable

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ContainableBehavior extends AnyRef

    A mixin for handling synchronized movement of Equipment items into or out from Container entities.

    A mixin for handling synchronized movement of Equipment items into or out from Container entities. The most important feature of this synchronization is the movemement of equipment out from one container into another container without causing representation overlap, overwriting, or unintended stacking of other equipment including equipment that has not yet been inserted.

  2. sealed trait ContainableMsg extends AnyRef

    Parent of all standard (input) messages handled by a ContainableBehavior object for the purposes of item transfer

  3. sealed trait DeferrableMsg extends ContainableMsg

    ContainableBehavior messages that are allowed to be temporarily blocked in event of a complicated item transfer

Value Members

  1. object Containable
  2. object ContainableBehavior

Ungrouped