de.interactive_instruments.ShapeChange.Target.Ontology
Interface OntologyDocument

All Known Implementing Classes:
OntologyDocumentRDFXML, OntologyModel

public interface OntologyDocument


Method Summary
 void addClass(ClassInfo ci)
           
 void finalizeDocument()
           
 String getBackPath()
           
 String getCodeNamespace()
           
 String getFileName()
           
 String getName()
           
 String getPath()
           
 String getPrefix()
           
 String getPrefixForCode()
           
 String getRdfNamespace()
           
 com.hp.hpl.jena.rdf.model.Resource getResource(ClassInfo ci)
           
 void print(String outputDirectory, ShapeChangeResult r)
           
 

Method Detail

getRdfNamespace

String getRdfNamespace()

getCodeNamespace

String getCodeNamespace()

addClass

void addClass(ClassInfo ci)

finalizeDocument

void finalizeDocument()

getPrefix

String getPrefix()

getPrefixForCode

String getPrefixForCode()

print

void print(String outputDirectory,
           ShapeChangeResult r)

getBackPath

String getBackPath()

getFileName

String getFileName()

getPath

String getPath()

getName

String getName()

getResource

com.hp.hpl.jena.rdf.model.Resource getResource(ClassInfo ci)


Copyright © 2015. All rights reserved.