Uses of Interface
net.java.rdf.sommer.Inferencer

Packages that use Inferencer
net.java.rdf.sommer   
 

Uses of Inferencer in net.java.rdf.sommer
 

Classes in net.java.rdf.sommer that implement Inferencer
 class SesameInvFuncInferencer
          Do inverse functional inferencing for a set of inverse functional relations on a given graph.
 class SesameSmushInferencer
          This smushes Sesame (2.0beta2) graphs.
 

Method parameters in net.java.rdf.sommer with type arguments of type Inferencer
 void Mapper.cogitate(java.util.List<Inferencer> inferenceList)
          run the inferencers on this graph one after the other
 void Mapping.cogitate(java.util.List<Inferencer> inferenceList)