add method to get current IntermediateAgent from ToplevelAgent()
This commit is contained in:
parent
12ae8b180e
commit
d746b62308
1 changed files with 13 additions and 0 deletions
|
|
@ -153,6 +153,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the IntermediateAgent.
|
||||||
|
*
|
||||||
|
* @return IntermediateAgent IntermediateAgent
|
||||||
|
*/
|
||||||
|
public function getIntermediateAgent()
|
||||||
|
{
|
||||||
|
return $this->intermediateAgent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -265,6 +276,7 @@
|
||||||
/**
|
/**
|
||||||
* Run the Controller of this Agent and its SubAgents.
|
* Run the Controller of this Agent and its SubAgents.
|
||||||
*
|
*
|
||||||
|
* @throws AccessDeniedException
|
||||||
* @throws IdNotFoundException
|
* @throws IdNotFoundException
|
||||||
* @throws ServiceUnavailableException
|
* @throws ServiceUnavailableException
|
||||||
* @throws DatamodelException
|
* @throws DatamodelException
|
||||||
|
|
@ -292,6 +304,7 @@
|
||||||
/**
|
/**
|
||||||
* Run IntermediateAgent.
|
* Run IntermediateAgent.
|
||||||
*
|
*
|
||||||
|
* @throws AccessDeniedException
|
||||||
* @throws ParamsNotValidException
|
* @throws ParamsNotValidException
|
||||||
* @throws IdNotFoundException
|
* @throws IdNotFoundException
|
||||||
* @throws ServiceUnavailableException
|
* @throws ServiceUnavailableException
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue