|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.core.OntReader
public abstract class OntReader
Document reader, read a file into storage
Constructor Summary | |
---|---|
OntReader()
Constructor |
Method Summary | |
---|---|
boolean |
getAllowUpdate()
test if allow updating loaded document |
boolean |
getLoadImports()
test if imported documents are to be loaded |
abstract Document |
read(java.io.InputStream in)
Read the input into the model and return the corresponding docuement object. |
void |
setAllowUpdate(boolean up)
set whether or not to replace loaded document |
void |
setLoadImports(boolean imp)
set whether or not to load imported documents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OntReader()
Method Detail |
---|
public abstract Document read(java.io.InputStream in) throws java.lang.Exception
java.lang.Exception
public void setLoadImports(boolean imp)
public void setAllowUpdate(boolean up)
public boolean getLoadImports()
public boolean getAllowUpdate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |