com.hp.hpl.jena.eyeball
Class Finder

java.lang.Object
  extended by com.hp.hpl.jena.eyeball.Finder

public class Finder
extends java.lang.Object


Field Summary
protected  com.hp.hpl.jena.rdf.model.Model config
           
protected  java.util.Map<com.hp.hpl.jena.rdf.model.Resource,java.lang.String> doing
           
 
Constructor Summary
Finder(com.hp.hpl.jena.rdf.model.Model config)
           
 
Method Summary
protected  void getClassNames(java.util.List<java.lang.String> result, com.hp.hpl.jena.rdf.model.Resource x)
           
 java.util.List<java.lang.String> getClassNames(java.lang.String shortName)
           
protected  void getDirectClassNames(java.util.List<java.lang.String> result, com.hp.hpl.jena.rdf.model.Resource x)
           
protected  void getIndirectByName(java.util.List<java.lang.String> result, com.hp.hpl.jena.rdf.model.Resource x)
           
protected  void getIndirectByResource(java.util.List<java.lang.String> result, com.hp.hpl.jena.rdf.model.Resource x)
           
protected  void getIndirectClassNames(java.util.List<java.lang.String> result, com.hp.hpl.jena.rdf.model.Resource x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected final com.hp.hpl.jena.rdf.model.Model config

doing

protected final java.util.Map<com.hp.hpl.jena.rdf.model.Resource,java.lang.String> doing
Constructor Detail

Finder

public Finder(com.hp.hpl.jena.rdf.model.Model config)
Method Detail

getClassNames

public java.util.List<java.lang.String> getClassNames(java.lang.String shortName)

getClassNames

protected void getClassNames(java.util.List<java.lang.String> result,
                             com.hp.hpl.jena.rdf.model.Resource x)

getIndirectClassNames

protected void getIndirectClassNames(java.util.List<java.lang.String> result,
                                     com.hp.hpl.jena.rdf.model.Resource x)

getIndirectByResource

protected void getIndirectByResource(java.util.List<java.lang.String> result,
                                     com.hp.hpl.jena.rdf.model.Resource x)

getIndirectByName

protected void getIndirectByName(java.util.List<java.lang.String> result,
                                 com.hp.hpl.jena.rdf.model.Resource x)

getDirectClassNames

protected void getDirectClassNames(java.util.List<java.lang.String> result,
                                   com.hp.hpl.jena.rdf.model.Resource x)