Package uk.ac.starlink.ttools.task
Interface TableLocator
-
public interface TableLocator
Interface which describes turning a string into a StarTable object.- Since:
- 20 Oct 2008
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description uk.ac.starlink.table.StarTable
getTable(java.lang.String location)
Returns a new or used table which is named by a given location.
-