edu.udo.cs.ie.cowbots.internalActions
Class getExploredCells

Package class diagram package getExploredCells
java.lang.Object
  extended by DefaultInternalAction
      extended by edu.udo.cs.ie.cowbots.internalActions.getExploredCells

public class getExploredCells
extends DefaultInternalAction

internal action that returns a term list with all new explored cells and cows that an agent recently perceived.


Constructor Summary
getExploredCells()
           
 
Method Summary
 java.lang.Object execute(TransitionSystem ts, Unifier un, Term[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

getExploredCells

public getExploredCells()
Method Detail

execute

public java.lang.Object execute(TransitionSystem ts,
                                Unifier un,
                                Term[] args)
                         throws java.lang.Exception
Throws:
java.lang.Exception