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

uk.ac.starlink.table.TableSource Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
package uk.ac.starlink.table;

/**
 * General purpose interface for objects which can supply a table.
 *
 * @author   Mark Taylor
 * @since    24 May 2007
 */
public interface TableSource {

    /**
     * Returns a table.
     *
     * @return  table
     */
    StarTable getStarTable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy