edu.stanford.smi.protegex.owl.jena.parser
Class ProtegeOWLParser.MyStatementHandler
java.lang.Object
edu.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
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 |
ProtegeOWLParser.MyStatementHandler
private ProtegeOWLParser.MyStatementHandler()
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