Package uk.ac.starlink.table
Interface TableSource
-
public interface TableSource
General purpose interface for objects which can supply a table.- Since:
- 24 May 2007
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StarTable
getStarTable()
Returns a table.
-
-
-
Method Detail
-
getStarTable
StarTable getStarTable()
Returns a table.- Returns:
- table
-
-