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

Packages that use IJasonAI
cz.cuni.amis.pogamut.defcon.jason.action   
cz.cuni.amis.pogamut.defcon.jason.arch   
cz.cuni.amis.pogamut.defcon.jason.mainai   
cz.cuni.amis.pogamut.defcon.jason.unitai   
 

Uses of IJasonAI in cz.cuni.amis.pogamut.defcon.jason.action
 

Methods in cz.cuni.amis.pogamut.defcon.jason.action that return IJasonAI
 IJasonAI AbstractInternalAction.getAgent(jason.asSemantics.TransitionSystem ts)
           
 

Uses of IJasonAI in cz.cuni.amis.pogamut.defcon.jason.arch
 

Fields in cz.cuni.amis.pogamut.defcon.jason.arch declared as IJasonAI
protected  IJasonAI GeneralAgArch.mainAI
           
 

Methods in cz.cuni.amis.pogamut.defcon.jason.arch that return IJasonAI
abstract  IJasonAI GeneralAgArch.getAgent()
           
 

Methods in cz.cuni.amis.pogamut.defcon.jason.arch with parameters of type IJasonAI
 void GeneralAgArch.prepAgArch(IJasonAI mainAI)
           
 

Uses of IJasonAI in cz.cuni.amis.pogamut.defcon.jason.mainai
 

Methods in cz.cuni.amis.pogamut.defcon.jason.mainai that return IJasonAI
 IJasonAI IJasonAI.getMainAI()
          Returns the main agent.
 

Uses of IJasonAI in cz.cuni.amis.pogamut.defcon.jason.unitai
 

Subinterfaces of IJasonAI in cz.cuni.amis.pogamut.defcon.jason.unitai
 interface IJasonBuildingAI
          Interface for all building AI classes Jason agent architecture for Defcon use to control and query the agent.
 interface IJasonFleetAI
          Interface for all fleet AI classes Jason agent architecture for Defcon use to control and query the agent.
 interface IJasonUnitAI
          Interface for all unit AI classes Jason agent architecture for Defcon use to control and query the agent.
 



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