edu.stanford.smi.protegex.owl.ui.search.finder
Interface Find
- All Superinterfaces:
- ListModel, TableModel
- All Known Implementing Classes:
- DefaultFind
- public interface Find
- extends ListModel, TableModel
- Author:
- Nick Drummond, Medical Informatics Group, University of Manchester
03-Oct-2005
startSearch
public void startSearch(String s)
- This method should start the search.
- Parameters:
s
- the string to search for
getResults
public Map getResults()
- This method can be called to get the current results
- Returns:
- a map of Resources as keys with SearchResultItem objects as values
getLastSearch
public String getLastSearch()
getSummaryText
public String getSummaryText()
getDescription
public String getDescription()
getModel
public OWLModel getModel()
getNumSearchProperties
public int getNumSearchProperties()