Package uk.ac.starlink.ttools.taplint
Class QueryStage
java.lang.Object
uk.ac.starlink.ttools.taplint.QueryStage
- All Implemented Interfaces:
Stage
Validation stage which performs some ADQL queries on data tables.
- Since:
- 8 Jun 2011
- Author:
- Mark Taylor
-
Constructor Summary
ConstructorsConstructorDescriptionQueryStage
(VotLintTapRunner tapRunner, MetadataHolder metaHolder, CapabilityHolder capHolder) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns a short one-line description of this stage.void
Performs the validation checks for this stage.
-
Constructor Details
-
QueryStage
public QueryStage(VotLintTapRunner tapRunner, MetadataHolder metaHolder, CapabilityHolder capHolder) Constructor.- Parameters:
tapRunner
- object that can run TAP queriesmetaHolder
- provides table metadata at run timecapHolder
- provides capability info at run time; may be null if capability-related queries are not required
-
-
Method Details
-
getDescription
Description copied from interface:Stage
Returns a short one-line description of this stage.- Specified by:
getDescription
in interfaceStage
- Returns:
- description in imperative mood
-
run
Description copied from interface:Stage
Performs the validation checks for this stage.
-