edu.stanford.smi.protegex.owl.jena.parser
Interface ProtegeOWLParser.ARPInvokation

Enclosing interface:
ProtegeOWLParser

public static interface ProtegeOWLParser.ARPInvokation

An interface needed as an abstraction of the various methods to invoke the Jena ARP (the various load methods with different parameters).


Method Summary
 void invokeARP(com.hp.hpl.jena.rdf.arp.ARP arp)
           
 

Method Detail

invokeARP

public void invokeARP(com.hp.hpl.jena.rdf.arp.ARP arp)
               throws Exception
Throws:
Exception