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)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Property
public Property()
Property
public Property(java.lang.String name,
java.lang.Object value)
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()