owltools.io
Class OWLPrettyPrinter

java.lang.Object
  extended by owltools.io.OWLPrettyPrinter

public class OWLPrettyPrinter
extends Object


Nested Class Summary
 class OWLPrettyPrinter.LabelProvider
           
 
Constructor Summary
OWLPrettyPrinter(OWLGraphWrapper graph)
           
 
Method Summary
 void hideIds()
           
 void print(org.semanticweb.owlapi.model.OWLObject obj)
           
 void print(Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)
           
 void print(String s)
           
 String render(org.semanticweb.owlapi.model.OWLAxiom a)
           
 String render(OWLGraphEdge edge)
           
 String render(org.semanticweb.owlapi.model.OWLObject obj)
           
 String renderId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLPrettyPrinter

public OWLPrettyPrinter(OWLGraphWrapper graph)
Method Detail

render

public String render(org.semanticweb.owlapi.model.OWLObject obj)

renderId

public String renderId(String id)

render

public String render(org.semanticweb.owlapi.model.OWLAxiom a)

render

public String render(OWLGraphEdge edge)

print

public void print(org.semanticweb.owlapi.model.OWLObject obj)

print

public void print(Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)

print

public void print(String s)

hideIds

public void hideIds()


Copyright © 2010-2012. All Rights Reserved.