edu.stanford.smi.protegex.owl.jena.parser
Class ProtegeOWLParser.MyStatementHandler

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.MyStatementHandler
All Implemented Interfaces:
com.hp.hpl.jena.rdf.arp.StatementHandler
Enclosing class:
ProtegeOWLParser

private class ProtegeOWLParser.MyStatementHandler
extends Object
implements com.hp.hpl.jena.rdf.arp.StatementHandler


Constructor Summary
private ProtegeOWLParser.MyStatementHandler()
           
 
Method Summary
 void statement(com.hp.hpl.jena.rdf.arp.AResource aSubject, com.hp.hpl.jena.rdf.arp.AResource aPredicate, com.hp.hpl.jena.rdf.arp.ALiteral aLiteral)
           
 void statement(com.hp.hpl.jena.rdf.arp.AResource aSubject, com.hp.hpl.jena.rdf.arp.AResource aPredicate, com.hp.hpl.jena.rdf.arp.AResource aObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtegeOWLParser.MyStatementHandler

private ProtegeOWLParser.MyStatementHandler()
Method Detail

statement

public void statement(com.hp.hpl.jena.rdf.arp.AResource aSubject,
                      com.hp.hpl.jena.rdf.arp.AResource aPredicate,
                      com.hp.hpl.jena.rdf.arp.AResource aObject)
Specified by:
statement in interface com.hp.hpl.jena.rdf.arp.StatementHandler

statement

public void statement(com.hp.hpl.jena.rdf.arp.AResource aSubject,
                      com.hp.hpl.jena.rdf.arp.AResource aPredicate,
                      com.hp.hpl.jena.rdf.arp.ALiteral aLiteral)
Specified by:
statement in interface com.hp.hpl.jena.rdf.arp.StatementHandler