Package jade.domain.persistence
Class LoadAgentGroup
- java.lang.Object
-
- jade.domain.persistence.LoadAgentGroup
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class LoadAgentGroup extends Object implements AgentAction
This class represents theload-agent-groupaction of theJADE-Persistenceontology. This action can be requested to the JADE AMS to load a previously stored agent group on a given container set.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadAgentGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentGroupgetGroup()StringgetRepository()voidsetGroup(AgentGroup ag)voidsetRepository(String r)
-
-
-
Method Detail
-
setGroup
public void setGroup(AgentGroup ag)
-
getGroup
public AgentGroup getGroup()
-
setRepository
public void setRepository(String r)
-
getRepository
public String getRepository()
-
-