Uses of Interface
uk.ac.manchester.cs.owl.turtle.parser.TripleHandler

Packages that use TripleHandler
uk.ac.manchester.cs.owl.turtle.parser   
 

Uses of TripleHandler in uk.ac.manchester.cs.owl.turtle.parser
 

Classes in uk.ac.manchester.cs.owl.turtle.parser that implement TripleHandler
 class ConsoleTripleHandler
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Feb-2008

 class NullTripleHandler
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Apr-2008

 class OWLRDFConsumerAdapter
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Feb-2008

 

Methods in uk.ac.manchester.cs.owl.turtle.parser with parameters of type TripleHandler
 void TurtleParser.setTripleHandler(TripleHandler handler)
           
 

Constructors in uk.ac.manchester.cs.owl.turtle.parser with parameters of type TripleHandler
TurtleParser(java.io.InputStream is, TripleHandler handler, java.lang.String base)
           
TurtleParser(java.io.Reader reader, TripleHandler handler, java.lang.String base)