Package jade.domain.persistence
Class SaveAgent
- java.lang.Object
-
- jade.domain.persistence.SaveAgent
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class SaveAgent extends Object implements AgentAction
This class represents thesave-agentaction of theJADE-Persistenceontology. This action can be requested to the JADE AMS to save an agent on a persistent storage.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaveAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AIDgetAgent()StringgetRepository()voidsetAgent(AID id)voidsetRepository(String r)
-