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
getInsertString
String getInsertString(RDFResource resource)
getMatchingResources
Set<RDFResource> getMatchingResources(String prefix,
String leftString,
OWLModel owlModel)
isIdChar
boolean isIdChar(char ch)
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.