es.upv.dsic.gti_ia.cAgents
Class NotAcceptedMessagesState

java.lang.Object
  extended by es.upv.dsic.gti_ia.cAgents.State
      extended by es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState
All Implemented Interfaces:
Cloneable

public abstract class NotAcceptedMessagesState
extends State

This class is not currently used. It needs a revision in order to define its operation

Author:
Ricard Lopez Fogues

Field Summary
protected static int IGNORE
           
protected static int KEEP
           
protected static int REPLY_NOT_UNDERSTOOD
           
 
Constructor Summary
NotAcceptedMessagesState()
           
 
Method Summary
protected abstract  String getNext(String previousState)
           
protected abstract  int run(ACLMessage exceptionMessage, String next)
           
 
Methods inherited from class es.upv.dsic.gti_ia.cAgents.State
clone, getName, setName, setType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE

protected static final int IGNORE
See Also:
Constant Field Values

REPLY_NOT_UNDERSTOOD

protected static final int REPLY_NOT_UNDERSTOOD
See Also:
Constant Field Values

KEEP

protected static final int KEEP
See Also:
Constant Field Values
Constructor Detail

NotAcceptedMessagesState

public NotAcceptedMessagesState()
Method Detail

run

protected abstract int run(ACLMessage exceptionMessage,
                           String next)

getNext

protected abstract String getNext(String previousState)


Copyright © 2012 GTI-IA. All Rights Reserved.