ru.ifmo.knim.controlled
Class InterfaceManipulator

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

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

Class that controls the interface

Author:
Anthony Yakovlev

Constructor Summary
InterfaceManipulator()
           
 
Method Summary
 boolean x1(com.evelopers.unimod.runtime.context.StateMachineContext context)
           
 boolean x2(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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceManipulator

public InterfaceManipulator()
Method Detail

z1

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

x1

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

x2

public boolean x2(com.evelopers.unimod.runtime.context.StateMachineContext context)

z2

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