|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.editor2.ontology.importer.PolicyOntologyImporter
public abstract class PolicyOntologyImporter
Field Summary | |
---|---|
protected PolicyOntology |
ontology
|
Constructor Summary | |
---|---|
PolicyOntologyImporter()
|
Method Summary | |
---|---|
static PolicyOntology |
fromOWLFile(java.lang.String filename)
|
static PolicyOntology |
fromTextFile(java.lang.String filename)
|
static PolicyOntology |
fromTextString(java.lang.String content)
|
PolicyOntology |
getOntology()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PolicyOntology ontology
Constructor Detail |
---|
public PolicyOntologyImporter()
Method Detail |
---|
public PolicyOntology getOntology() throws PolicyImportException
PolicyImportException
public static PolicyOntology fromOWLFile(java.lang.String filename) throws PolicyImportException
PolicyImportException
public static PolicyOntology fromTextString(java.lang.String content) throws PolicyImportException
PolicyImportException
public static PolicyOntology fromTextFile(java.lang.String filename) throws PolicyImportException
PolicyImportException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |