fr.lifl.magique.skill.system
Class ConsoleDisplaySkill

java.lang.Object
  extended byfr.lifl.magique.skill.DefaultSkill
      extended byfr.lifl.magique.skill.system.ConsoleDisplaySkill
All Implemented Interfaces:
Skill

public class ConsoleDisplaySkill
extends DefaultSkill

this is the display used with console method used by an agent


Constructor Summary
ConsoleDisplaySkill(AtomicAgent myAgent, java.lang.String consoleAgent)
           
 
Method Summary
 void display(java.lang.String message)
          ConsoleDisplay message in the standard output stream
 
Methods inherited from class fr.lifl.magique.skill.DefaultSkill
addAgenda, addSkill, addSkill, addSkill, addSkill, ask, ask, ask, ask, ask, ask, ask, ask, ask, ask, ask, ask, ask, ask, askNow, askNow, askNow, askNow, askNow, askNow, askNow, askNow, askNow, askNow, askNow, askNow, askNow, askNow, concurrentAsk, concurrentAsk, concurrentAsk, concurrentAsk, concurrentAsk, concurrentAsk, concurrentAsk, connectTo, createOrder, createOrder, createOrder, createOrder, createOrder, createOrder, createQuestion, createQuestion, createQuestion, createQuestion, createQuestion, createQuestion, getAgenda, getMyAgent, getName, getPlatform, isAnswerReceived, perform, perform, perform, perform, perform, perform, perform, perform, perform, perform, perform, perform, perform, perform, removeSkill, removeSkillFromClassName, returnAnswer, returnValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleDisplaySkill

public ConsoleDisplaySkill(AtomicAgent myAgent,
                           java.lang.String consoleAgent)
Parameters:
myAgent - the agent i belong to
consoleAgent - the name of the agent who manage the console
Method Detail

display

public void display(java.lang.String message)
ConsoleDisplay message in the standard output stream

Parameters:
message - the mesage to be ConsoleDisplayed