Package | Description |
---|---|
ordertracker |
Modifier and Type | Method and Description |
---|---|
static Depot.BehaviourFactory |
Depot.createBehaviourFactory(Class<? extends Depot.Behaviour> cls)
Returns a BehaviourFactory on the assumption that the given class
has a single constructor with one parameter of type Depot.
|
static Depot.BehaviourFactory |
Depot.getBehaviourFactory()
Returns the singleton BehaviourFactory for this.
|
Modifier and Type | Method and Description |
---|---|
static void |
Depot.setBehaviourFactory(Depot.BehaviourFactory factory)
Sets the BehaviourFactory for all instances of
this class.
|
Copyright © 2012–2022. All rights reserved.