Package jade.domain.persistence
Class DeleteAgent
- java.lang.Object
-
- jade.domain.persistence.DeleteAgent
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class DeleteAgent extends Object implements AgentAction
This class represents thedelete-agentaction of theJADE-Persistenceontology. This action can be requested to the JADE AMS to create a new agent on a given container.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AIDgetAgent()StringgetRepository()ContainerIDgetWhere()voidsetAgent(AID id)voidsetRepository(String r)voidsetWhere(ContainerID cid)
-
-
-
Method Detail
-
setAgent
public void setAgent(AID id)
-
getAgent
public AID getAgent()
-
setRepository
public void setRepository(String r)
-
getRepository
public String getRepository()
-
setWhere
public void setWhere(ContainerID cid)
-
getWhere
public ContainerID getWhere()
-
-