bot
Interface InterfacePerform

Package class diagram package InterfacePerform

public interface InterfacePerform

An action which is performed by the action manager situated in the ExperimentController.

Author:
Ondrej Burkert

Method Summary
 void cleanUp()
           
 Actions identification()
           
 void perform(int day)
           
 void perform(int day, int hour)
           
 void perform(String path, int day, int hour)
           
 

Method Detail

perform

void perform(String path,
             int day,
             int hour)

perform

void perform(int day,
             int hour)

perform

void perform(int day)

identification

Actions identification()

cleanUp

void cleanUp()


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