jade.domain.FIPAAgentManagement
Class Property

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

public class Property
extends java.lang.Object
implements Concept

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

Version:
$Date: 2003/03/10 15:38:45 $ $Revision: 2.4 $
Author:
Fabio Bellifemine - CSELT S.p.A.
See Also:
FIPAManagementOntology

Constructor Summary
Property()
           
Property(java.lang.String name, java.lang.Object value)
           
 
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()

Property

public Property(java.lang.String name,
                java.lang.Object value)
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()