Package jade.domain.persistence
Class SaveAgentGroup
- java.lang.Object
-
- jade.domain.persistence.SaveAgentGroup
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class SaveAgentGroup extends Object implements AgentAction
This class represents thesave-agent-groupaction of theJADE-Persistenceontology. This action can be requested to the JADE AMS to save an agent group on a given distributed persistent storage.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaveAgentGroup()
-
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()
-
-