jade.domain.introspection
Class GetKeys

java.lang.Object
  extended by jade.domain.introspection.GetKeys
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Term, java.io.Serializable

public class GetKeys
extends java.lang.Object
implements AgentAction

This class represents the get-keys action of the Introspection Ontology. This action allows querying an agent that is running an IntrospectionServer behaviour for the keys whose values can be retrieved by means of the GetValue action

Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

Constructor Summary
GetKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetKeys

public GetKeys()