jade.domain.FIPAAgentManagement
Class Property

java.lang.Object
  |
  +--jade.domain.FIPAAgentManagement.Property

public class Property
extends java.lang.Object

This class implements the property type, a pair of a name and value.

Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAAgentManagementOntology

Constructor Summary
Property()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 void setName(java.lang.String n)
           
 void setValue(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

setName

public void setName(java.lang.String n)

getName

public java.lang.String getName()

setValue

public void setValue(java.lang.Object o)

getValue

public java.lang.Object getValue()