PriorityHouseQueue

cc.otavia.core.system.PriorityHouseQueue
class PriorityHouseQueue(manager: HouseManager) extends HouseQueue

Attributes

Graph
Supertypes
class HouseQueue
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def adjust(house: ActorHouse): Boolean
def adjustPriority(house: ActorHouse): Unit
def available: Boolean
override def dequeue(): ActorHouse | Null

Attributes

Definition Classes
override def enqueue(house: ActorHouse): Unit

Attributes

Definition Classes
override def isEmpty: Boolean

Attributes

Definition Classes
override def nonEmpty: Boolean

Attributes

Definition Classes
def readies: Int

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
HouseQueue -> Any
Inherited from:
HouseQueue