Package skyview.survey
Interface SurveyFinder
-
- All Known Implementing Classes:
XMLSurveyFinder
public interface SurveyFinderThis interface defines the role of something that can find a survey given a survey id.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Surveyfind(String id)Do we have this survey?String[]getSurveys()What are the IDs available?
-