cz.cuni.amis.pogamut.defcon.jason.mainai
Interface IJasonAI

Package class diagram package IJasonAI
All Known Subinterfaces:
IJasonBuildingAI, IJasonFleetAI, IJasonUnitAI

public interface IJasonAI

General interface for all classes Jason agent architecture for Defcon use to control and query the agent.

Author:
Radek 'Black_Hand' Pibil

Method Summary
 GameInfo getGameInfo()
           
 Logger getLog()
           
 IJasonAI getMainAI()
          Returns the main agent.
 DefConWorldView getWorldView()
           
 void log(Level level, String message)
           
 

Method Detail

log

void log(Level level,
         String message)

getLog

Logger getLog()

getWorldView

DefConWorldView getWorldView()

getGameInfo

GameInfo getGameInfo()

getMainAI

IJasonAI getMainAI()
Returns the main agent.

Returns:


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.