Package | Description |
---|---|
jadex.micro |
Modifier and Type | Method and Description |
---|---|
FieldInfo[] |
MicroModel.getAgentInjections()
Get the agent injection fields.
|
FieldInfo[] |
MicroModel.getParentInjections()
Get the parentinjections fields.
|
Modifier and Type | Method and Description |
---|---|
Tuple3<FieldInfo,String,String> |
MicroModel.getResultInjection(String name)
Get the result injection field.
|
Modifier and Type | Method and Description |
---|---|
void |
MicroModel.addAgentInjection(FieldInfo field)
Add an injection field.
|
void |
MicroModel.addArgumentInjection(String name,
FieldInfo field,
String convert)
Add an injection field.
|
void |
MicroModel.addParentInjection(FieldInfo field)
Add an injection field.
|
void |
MicroModel.addResultInjection(String name,
FieldInfo field,
String convert,
String convback)
Add an injection field.
|
void |
MicroModel.addServiceInjection(String name,
FieldInfo field)
Add an injection field.
|
Copyright © 2013. All Rights Reserved.