public interface ExecutionControlInfraTier
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
getAgState(java.lang.String agName)
Gets the agent state (beliefs, intentions, plans, ...)
as an XML document
|
RuntimeServicesInfraTier |
getRuntimeServices()
Gets an object with infrastructure runtime services
|
void |
informAgToPerformCycle(java.lang.String agName,
int cycle)
Informs an agent to continue to its next reasoning cycle.
|
void |
informAllAgsToPerformCycle(int cycle)
Informs all agents to continue to its next reasoning cycle.
|
void informAgToPerformCycle(java.lang.String agName, int cycle)
void informAllAgsToPerformCycle(int cycle)
org.w3c.dom.Document getAgState(java.lang.String agName)
RuntimeServicesInfraTier getRuntimeServices()