Uses of Interface
com.clarkparsia.explanation.TransactionAwareSingleExpGen

Packages that use TransactionAwareSingleExpGen
com.clarkparsia.explanation   
 

Uses of TransactionAwareSingleExpGen in com.clarkparsia.explanation
 

Classes in com.clarkparsia.explanation that implement TransactionAwareSingleExpGen
 class BlackBoxExplanation
          

Title:

 class SingleExplanationGeneratorImpl
          

Title: SingleExplanationGeneratorImpl

 

Methods in com.clarkparsia.explanation that return TransactionAwareSingleExpGen
 TransactionAwareSingleExpGen HSTExplanationGenerator.getSingleExplanationGenerator()
           
 

Constructors in com.clarkparsia.explanation with parameters of type TransactionAwareSingleExpGen
HSTExplanationGenerator(TransactionAwareSingleExpGen singleExplanationGenerator)