/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.space.control; /** * * @author seh */ public interface Tangible { public boolean isTangible(); }