mas.agents0815
Class BeliefAndGoalsRevision

java.lang.Object
  extended by mas.agents0815.BeliefAndGoalsRevision

public class BeliefAndGoalsRevision
extends java.lang.Object


Constructor Summary
BeliefAndGoalsRevision()
           
 
Method Summary
 boolean beliefAndGoalsRevision(java.util.Collection<eis.iilang.Percept> percepts, SubsumptionAgent agent)
          gets the current percepts and updates the BeliefBase and GoalBase Currently just safes the topology of the map
 boolean isUnknownEdge(java.lang.String vertex1, java.lang.String vertex2, SubsumptionAgent agent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeliefAndGoalsRevision

public BeliefAndGoalsRevision()
Method Detail

beliefAndGoalsRevision

public boolean beliefAndGoalsRevision(java.util.Collection<eis.iilang.Percept> percepts,
                                      SubsumptionAgent agent)
gets the current percepts and updates the BeliefBase and GoalBase Currently just safes the topology of the map

Parameters:
current - percepts which to process
Returns:
boolean, identifying a successful call

isUnknownEdge

public boolean isUnknownEdge(java.lang.String vertex1,
                             java.lang.String vertex2,
                             SubsumptionAgent agent)
Parameters:
2 - vertices of an Edge
Returns:
true = Edge is new to the agent, false = Edge is already in BeliefBase
See Also:
beliefAndGoalsRevision


Copyright © 2012. All Rights Reserved.