Package | Description |
---|---|
magma.agent.meta.agent | |
magma.agent.meta.agent.impl |
Modifier and Type | Method and Description |
---|---|
IBodyPartConfiguration |
IAgentMetaModel.getRootBodyConfiguration()
Returns the root body configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IBodyPartConfiguration> |
IAgentMetaModel.getBodyPartConfiguration()
Returns a list of body part configurations, specifying the different body
parts of the agent and their related sensors/effectors.
|
java.util.List<IBodyPartConfiguration> |
IAgentMetaModel.getChildBodyConfigurations(IBodyPartConfiguration bodyPart)
Returns a list of child body part configurations to the given body part
configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IBodyPartConfiguration> |
IAgentMetaModel.getChildBodyConfigurations(IBodyPartConfiguration bodyPart)
Returns a list of child body part configurations to the given body part
configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyPartConfiguration |
Modifier and Type | Method and Description |
---|---|
IBodyPartConfiguration |
AgentMetaModel.getRootBodyConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IBodyPartConfiguration> |
AgentMetaModel.getBodyPartConfiguration() |
java.util.List<IBodyPartConfiguration> |
AgentMetaModel.getChildBodyConfigurations(IBodyPartConfiguration bodyPart) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IBodyPartConfiguration> |
AgentMetaModel.getChildBodyConfigurations(IBodyPartConfiguration bodyPart) |
Modifier and Type | Method and Description |
---|---|
void |
AgentMetaModel.setBodyPartConfiguration(java.util.List<IBodyPartConfiguration> config) |