All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expleague.ml.GridEnabled Maven / Gradle / Ivy

There is a newer version: 1.4.9
Show newest version
package com.expleague.ml;

/**
 * User: solar
 * Date: 12.08.13
 * Time: 13:52
 */
public interface GridEnabled {
  BFGrid getGrid();
  void setGrid(BFGrid grid);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy