Class TreasureObserverK

java.lang.Object
knowledge.Knowledge
eu.su.mas.dedale.mas.agents.observerAgent.TreasureObserverK
All Implemented Interfaces:
java.io.Serializable

public class TreasureObserverK
extends knowledge.Knowledge
This class corresponds to the knowledge component of an agent that is willing to observe the Treasure state of others through the gui
Author:
hc
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TreasureObserverK()  
  • Method Summary

    Modifier and Type Method Description
    knowledge.Knowledge getPublicData​(jade.core.Agent ag)  
    java.lang.String toString()  
    void update​(jade.core.Agent ag)  
    void updateK​(jade.lang.acl.ACLMessage msg)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • update

      public void update​(jade.core.Agent ag)
      Specified by:
      update in class knowledge.Knowledge
    • updateK

      public void updateK​(jade.lang.acl.ACLMessage msg)
      Specified by:
      updateK in class knowledge.Knowledge
    • getPublicData

      public knowledge.Knowledge getPublicData​(jade.core.Agent ag)
      Specified by:
      getPublicData in class knowledge.Knowledge
    • toString

      public java.lang.String toString()
      Specified by:
      toString in class knowledge.Knowledge