JADE_SL.abs
Class AbsAgentAction

java.lang.Object
  extended byJADE_SL.abs.AbsObjectImpl
      extended byJADE_SL.abs.AbsPrimitiveSlotsHolder
          extended byJADE_SL.abs.AbsConcept
              extended byJADE_SL.abs.AbsAgentAction
All Implemented Interfaces:
AbsContentElement, AbsObject, AbsTerm

public class AbsAgentAction
extends AbsConcept
implements AbsContentElement

Author:
Federico Bergenti - Universita` di Parma

Field Summary
 
Fields inherited from class JADE_SL.abs.AbsObjectImpl
 
Constructor Summary
AbsAgentAction(java.lang.String typeName)
          Construct an Abstract descriptor to hold an agent action of the proper type, e.g.
 
Method Summary
 void set(java.lang.String name, AbsPredicate value)
          Set an attribute of the agent action held by this abstract descriptor.
 
Methods inherited from class JADE_SL.abs.AbsConcept
getAbsTerm, getBoolean, getByteSequence, getDate, getDouble, getFloat, getInteger, getLong, getString, set, set, set, set, set, set, set, set, set
 
Methods inherited from class JADE_SL.abs.AbsObjectImpl
dump, dump, getAbsObject, getCount, getNameEnumeration, getNames, getTypeName, isGrounded, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface JADE_SL.abs.AbsObject
dump, getAbsObject, getCount, getNames, getTypeName, isGrounded
 

Constructor Detail

AbsAgentAction

public AbsAgentAction(java.lang.String typeName)
Construct an Abstract descriptor to hold an agent action of the proper type, e.g. SELL, BUY....

Parameters:
typeName - The name of the type of the agent action held by this abstract descriptor.
Method Detail

set

public void set(java.lang.String name,
                AbsPredicate value)
Set an attribute of the agent action held by this abstract descriptor.

Parameters:
name - The name of the attribute to be set.
value - The new value of the attribute.


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.