Searched refs:OWLOntologyWriter (Results 1 - 1 of 1) sorted by relevance

/hets/OWL2/java/de/unibremen/informatik/
H A DOWL2Parser.java305 static ArrayList<OWLOntologyWriter> writer =
306 new ArrayList<OWLOntologyWriter>();
309 writer.add(new OWLOntologyWriter(op));
313 writer.add(new OWLOntologyWriter(filename, op));
317 for (OWLOntologyWriter out : writer) {
323 for (OWLOntologyWriter out : writer) {
330 for (OWLOntologyWriter out : writer) {
337 protected static class OWLOntologyWriter extends BufferedWriter { class in class:OWL2Parser
340 OWLOntologyWriter(String fn, OPTION op) throws Exception { method in class:OWL2Parser.OWLOntologyWriter
345 OWLOntologyWriter(OPTIO method in class:OWL2Parser.OWLOntologyWriter
[all...]

Completed in 11 milliseconds