edu.stanford.smi.protegex.owl.ui.code
Interface ResourceNameMatcher

All Known Implementing Classes:
OWLResourceNameMatcher, SWRLResourceNameMatcher

public interface ResourceNameMatcher

An interface for objects that determine which resources could be inserted when the user presses tab/CTRL+Space in a SymbolTextField.

Author:
Holger Knublauch

Method Summary
 String getInsertString(RDFResource resource)
           
 List getMatchingResources(String prefix, String leftString, OWLModel owlModel)
           
 

Method Detail

getInsertString

public String getInsertString(RDFResource resource)

getMatchingResources

public List getMatchingResources(String prefix,
                                 String leftString,
                                 OWLModel owlModel)