jade.domain.introspection
Class GetValue

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

public class GetValue
extends java.lang.Object
implements AgentAction

This class represents the get-value action of the Introspection Ontology. This action allows querying an agent that is running an IntrospectionServer behaviour for the value corresponding to a given key.

Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

Constructor Summary
GetValue()
           
GetValue(java.lang.String key)
           
 
Method Summary
 java.lang.String getKey()
           
 void setKey(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetValue

public GetValue()

GetValue

public GetValue(java.lang.String key)
Method Detail

setKey

public void setKey(java.lang.String key)

getKey

public java.lang.String getKey()