// GraphTea Project: http://github.com/graphtheorysoftware/GraphTea // Copyright (C) 2012 Graph Theory Software Foundation: http://GraphTheorySoftware.com // Copyright (C) 2008 Mathematical Science Department of Sharif University of Technology // Distributed under the terms of the GNU General Public License (GPL): http://www.gnu.org/licenses/ package graphtea.platform.plugin; /** * each plugin can have a class that implements this interface, * the implementing class will have the methods that are implemented * in various parts of the plugin, they will be easily accessed by other * parts of program, * it is probable that useful tools created to work with this objects, and * automaize some processes of creating plugins, so we suggest that implement * this interface in your plugins,,, :D * * @author azin azadi */ public interface PluginMethods { }