aminePlatform.agent.amineJade.ppcgAgent
Class PPCGAsk

java.lang.Object
  extended byjade.core.behaviours.Behaviour
      extended byaminePlatform.agent.amineJade.Ask
          extended byaminePlatform.agent.amineJade.ppcgAgent.PPCGAsk
All Implemented Interfaces:
java.io.Serializable, jade.util.leap.Serializable

public class PPCGAsk
extends Ask

Title : PPCGAsk class

Description : PPCGAsk is is extending the Ask class

Copyright : Copyright (c) Adil KABBAJ 2004-2009

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class jade.core.behaviours.Behaviour
jade.core.behaviours.Behaviour.RunnableChangedEvent
 
Field Summary
 
Fields inherited from class aminePlatform.agent.amineJade.Ask
replies
 
Fields inherited from class jade.core.behaviours.Behaviour
myAgent, myEvent, NOTIFY_DOWN, NOTIFY_UP, parent, STATE_BLOCKED, STATE_READY, STATE_RUNNING
 
Constructor Summary
PPCGAsk()
           
 
Methods inherited from class aminePlatform.agent.amineJade.Ask
action, done, getAgentSender, getMessageTemplate, getMsgContent, getReceivers, getReplies, getStep, isAclWaiting, setAclWaiting, setAgentSender, setMessageTemplate, setMsgContent, setReceivers, setReplies, setStep
 
Methods inherited from class jade.core.behaviours.Behaviour
actionWrapper, block, block, getBehaviourName, getDataStore, handle, isRunnable, onEnd, onStart, reset, restart, root, setAgent, setBehaviourName, setDataStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPCGAsk

public PPCGAsk()