Uses of Interface
com.hp.hpl.jena.reasoner.dig.DIGProfile

Packages that use DIGProfile
com.hp.hpl.jena.reasoner.dig   
 

Uses of DIGProfile in com.hp.hpl.jena.reasoner.dig
 

Fields in com.hp.hpl.jena.reasoner.dig declared as DIGProfile
static DIGProfile DIGAdapter.PELLET_PROFILE
          DIG profile for Pellet
static DIGProfile DIGAdapter.RACER_17_PROFILE
          DIG profile for 1.7
 

Methods in com.hp.hpl.jena.reasoner.dig that return DIGProfile
 DIGProfile DIGAdapter.getProfile()
          Answer the DIG profile for the DIG interface this reasoner is attached to.
 

Methods in com.hp.hpl.jena.reasoner.dig with parameters of type DIGProfile
 void DIGConnection.bindKB(boolean rebind, DIGProfile profile)
          Bind a DIG KB to this adapter, by requesting a KB URI through the newKB verb.
 void DIGConnection.errorCheck(org.w3c.dom.Document response, DIGProfile profile)
          Check the response from the DIG server to see if there is an error code, and raise an excption if so.
 org.w3c.dom.Document DIGConnection.sendDigVerb(org.w3c.dom.Document digVerb, DIGProfile profile)
          Send a verb to the attached DIG reasoner and answer the result.
 void DIGAdapter.setProfile(DIGProfile profile)
          Set the profile specifying the variable parts of the DIG profile that are being used in this instance.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP