Package | Description |
---|---|
magma.agent.flags.impl | |
magma.agent.general | |
magma.agent.thoughtmodel | |
magma.agent.thoughtmodel.impl |
Modifier and Type | Class and Description |
---|---|
class |
FlagModel
Model for accessing different flags of the agent.
|
Modifier and Type | Method and Description |
---|---|
IFlagModel |
ComponentFactory.createFlags()
Create a new model holding flags.
|
Modifier and Type | Method and Description |
---|---|
IThoughtModel |
ComponentFactory.createThoughtModel(IAgentModel agentModel,
IGlobalMap worldModel,
IFlagModel flags) |
Modifier and Type | Method and Description |
---|---|
IFlagModel |
IThoughtModel.getFlags()
Retrieve the flags.
|
Modifier and Type | Method and Description |
---|---|
IFlagModel |
ThoughtModel.getFlags() |
Constructor and Description |
---|
ThoughtModel(IAgentModel agentModel,
IGlobalMap worldModel,
IFlagModel flags) |