Protégé-OWL 3.4

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)
           
 Set<RDFResource> getMatchingResources(String prefix, String leftString, OWLModel owlModel)
           
 boolean isIdChar(char ch)
           
 

Method Detail

getInsertString

String getInsertString(RDFResource resource)

getMatchingResources

Set<RDFResource> getMatchingResources(String prefix,
                                      String leftString,
                                      OWLModel owlModel)

isIdChar

boolean isIdChar(char ch)

Protégé-OWL 3.4

Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.