|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdrew.oo.util.SubsumesParser
public class SubsumesParser
This Class will implement the Subsumes Parser. This allows user to use the POSL syntax subsumes(superClass, subClass) to implement a user defined taxonomy.
Title: OO jDREW
Description: Reasoning Engine for the Semantic Web - Supporting OO RuleML 0.91
Copyright: Copyright (c) 2007
| Constructor Summary | |
|---|---|
SubsumesParser(java.lang.String parseString)
This is the constructor for the subsumes parser. |
|
| Method Summary | |
|---|---|
void |
buildRDFObjects()
Iterating through all of the subsume objects to create RDF Objects RDF objects contain the the parent class and all of its sub classes. |
void |
buildSubsumeObjects()
This method will parse through all the given subsumes relations and create objects for them. |
void |
buildTypes()
This method will create the RDFS Types. |
void |
parseSubsumes()
This method will parse the given String when the SubsumesParser was created. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubsumesParser(java.lang.String parseString)
String - - parseString this is the POSL representation of the type system to be
parsed| Method Detail |
|---|
public void parseSubsumes()
throws SubException
SubException - - a Exception that could occur depending on invalid formatting
public void buildSubsumeObjects()
throws SubException
SubException - a Exception that could occur depending on invalid formattingpublic void buildRDFObjects()
public void buildTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||