Package | Description |
---|---|
ordertracker |
Modifier and Type | Class and Description |
---|---|
class |
DepotBehaviour |
Modifier and Type | Method and Description |
---|---|
Depot.Behaviour |
Depot.BehaviourFactory.create(Depot entity) |
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 void |
Depot.setBehaviourFactory(Class<? extends Depot.Behaviour> cls)
Sets the BehaviourFactory for all instances of
this class using the given Behaviour class as the base.
|
Copyright © 2012–2022. All rights reserved.