|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.provider.owl.OwlParser
public class OwlParser
OWL parser
| Field Summary | |
|---|---|
(package private) static boolean |
asTree
As tree |
private static java.awt.Image |
theClassImage
Class image |
private static java.awt.Image |
theClassWithPropertiesImage
Class with property image |
(package private) static java.awt.Color |
theDefaultClassBackColor
Default class color |
private static java.awt.Image |
theFocusImage
Focus image |
private static java.awt.Image |
thePropertyImage
Property image |
| Constructor Summary | |
|---|---|
OwlParser()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getName(java.lang.String thisUriString)
Get name |
static Model |
parseModel(java.lang.String thisUrlString)
Parse model |
static Tree |
parseTree(java.lang.String thisUrlString)
Parse tree |
static void |
walkClasses(INode thisParentClassNode,
com.hp.hpl.jena.util.iterator.ExtendedIterator theseClasses,
java.lang.String thisUrlString)
Walk classes in iterator |
static void |
walkProperties(INode thisParentNode,
com.hp.hpl.jena.util.iterator.ExtendedIterator theseProperties)
Walk properties in iterator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static boolean asTree
static java.awt.Color theDefaultClassBackColor
private static final java.awt.Image theFocusImage
private static final java.awt.Image theClassImage
private static final java.awt.Image theClassWithPropertiesImage
private static final java.awt.Image thePropertyImage
| Constructor Detail |
|---|
public OwlParser()
| Method Detail |
|---|
public static Model parseModel(java.lang.String thisUrlString)
public static Tree parseTree(java.lang.String thisUrlString)
public static void walkClasses(INode thisParentClassNode,
com.hp.hpl.jena.util.iterator.ExtendedIterator theseClasses,
java.lang.String thisUrlString)
thisParentClassNode - treebolic parent node to attach totheseClasses - class iteratorthisUrlString - URL string
public static void walkProperties(INode thisParentNode,
com.hp.hpl.jena.util.iterator.ExtendedIterator theseProperties)
thisParentNode - treebolic parent node to attach totheseProperties - property iteratorpublic static java.lang.String getName(java.lang.String thisUriString)
thisUriString - uri string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||