public class FeatureAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected jadex.bridge.component.IArgumentsResultsFeature |
args
The arguments feature.
|
protected jadex.bridge.component.IExecutionFeature |
exe
The execution feature.
|
protected jadex.bridge.service.component.IProvidedServicesFeature |
pros
The provided services feature.
|
protected jadex.bridge.service.component.IRequiredServicesFeature |
reqs
The required services feature.
|
Constructor and Description |
---|
FeatureAgent() |
Modifier and Type | Method and Description |
---|---|
void |
body()
The agent body.
|
protected jadex.bridge.IInternalAccess agent
protected jadex.bridge.component.IArgumentsResultsFeature args
protected jadex.bridge.service.component.IRequiredServicesFeature reqs
protected jadex.bridge.service.component.IProvidedServicesFeature pros
protected jadex.bridge.component.IExecutionFeature exe