ru.ifmo.knim.controlled
Class AIObject

java.lang.Object
  extended byru.ifmo.knim.controlled.AIObject
All Implemented Interfaces:
com.evelopers.unimod.runtime.ControlledObject

public class AIObject
extends java.lang.Object
implements com.evelopers.unimod.runtime.ControlledObject

An object that controls AI logics pipeline

Author:
Anthony Yakovlev

Constructor Summary
AIObject()
           
 
Method Summary
 int x1(com.evelopers.unimod.runtime.context.StateMachineContext context)
           
 void z1(com.evelopers.unimod.runtime.context.StateMachineContext context)
           
 void z2(com.evelopers.unimod.runtime.context.StateMachineContext context)
           
 void z3(com.evelopers.unimod.runtime.context.StateMachineContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIObject

public AIObject()
Method Detail

z1

public void z1(com.evelopers.unimod.runtime.context.StateMachineContext context)

x1

public int x1(com.evelopers.unimod.runtime.context.StateMachineContext context)

z2

public void z2(com.evelopers.unimod.runtime.context.StateMachineContext context)

z3

public void z3(com.evelopers.unimod.runtime.context.StateMachineContext context)