Package | Description |
---|---|
two_transitions_to_same_state |
Modifier and Type | Method and Description |
---|---|
A.Behaviour |
A.BehaviourFactory.create(A entity) |
Modifier and Type | Method and Description |
---|---|
static A.BehaviourFactory |
A.createBehaviourFactory(Class<? extends A.Behaviour> cls)
Returns a BehaviourFactory on the assumption that the given class
has a single constructor with one parameter of type A.
|
static void |
A.setBehaviourFactory(Class<? extends A.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.