/**
  * File: GMNSMain.java
  * Content: Interface to be implemented by the middleware-independent main class
  * Author: LuisM Pena
  * Date: 		1st December 2001
  * Version:  0.29.00
  * Last change:
  *
  **/

package sensei.middleware.gmns;

/**
  * Interface to be implemented by the middleware-independent main class
  **/
public interface GMNSMain
{
  public void runGMNS(boolean graphical);
}