edu.stanford.smi.protegex.owl.ui.code
Class OWLResourceNameMatcher

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.ui.code.OWLResourceNameMatcher
All Implemented Interfaces:
ResourceNameMatcher

public class OWLResourceNameMatcher
extends Object
implements ResourceNameMatcher

Author:
Holger Knublauch

Field Summary
static int SCALABLE_FRAME_COUNT
           
 
Constructor Summary
OWLResourceNameMatcher()
           
 
Method Summary
 String getInsertString(RDFResource resource)
           
static void getMatchingRDFIndividuals(String prefix, List result, OWLModel owlModel)
           
static void getMatchingRDFProperties(String prefix, List result, OWLModel owlModel)
           
static void getMatchingRDFSNamedClasses(String prefix, List result, OWLModel owlModel)
           
 List getMatchingResources(String prefix, String leftString, OWLModel owlModel)
           
private static boolean isSlowProject(OWLModel owlModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCALABLE_FRAME_COUNT

public static final int SCALABLE_FRAME_COUNT
See Also:
Constant Field Values
Constructor Detail

OWLResourceNameMatcher

public OWLResourceNameMatcher()
Method Detail

getInsertString

public String getInsertString(RDFResource resource)
Specified by:
getInsertString in interface ResourceNameMatcher

getMatchingResources

public List getMatchingResources(String prefix,
                                 String leftString,
                                 OWLModel owlModel)
Specified by:
getMatchingResources in interface ResourceNameMatcher

getMatchingRDFSNamedClasses

public static void getMatchingRDFSNamedClasses(String prefix,
                                               List result,
                                               OWLModel owlModel)

isSlowProject

private static boolean isSlowProject(OWLModel owlModel)

getMatchingRDFProperties

public static void getMatchingRDFProperties(String prefix,
                                            List result,
                                            OWLModel owlModel)

getMatchingRDFIndividuals

public static void getMatchingRDFIndividuals(String prefix,
                                             List result,
                                             OWLModel owlModel)