package nl.tudelft.simulation.introspection.gui; /** * Declares standard methods of an ObjectJTable. *

* copyright (c) 2002-2018 Delft University of Technology.
* BSD-style license. See DSOL License.
* @author Peter Jacobs. * @author Alexander Verbraeck. * @author Niels Lang. * @since 1.5 */ public interface ObjectJTableInterface { /** * @return Returns the introspecting table model */ IntrospectingTableModelInterface getIntrospectingTableModel(); }