/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package robotinterface.gui.panels.sidepanel;
import robotinterface.plugin.Pluggable;
/**
*
* @author antunes
*/
public interface Classifiable extends Pluggable {
public Item getItem();
}