| Package | Description |
|---|---|
| com.fossgalaxy.games.fireworks.utils.agentbuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorFactory
Created by webpigeon on 06/04/17.
|
class |
MethodFactory
Created by piers on 07/04/17.
|
| Modifier and Type | Method and Description |
|---|---|
AgentFactory |
AgentFinder.buildFactory(Class<? extends Agent> agentClazz) |
AgentFactory |
AgentFinder.buildFactory(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AgentFactory> |
AgentFinder.getFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentFinder.addFactory(String name,
AgentFactory factory)
Allow manual insertion of factories.
|
Copyright © 2017 FOSS Galaxy. All rights reserved.