JTP API Documentation

Uses of Class
jtp.classifier.ClassifierTellingReasoner

Packages that use ClassifierTellingReasoner
jtp.context.daml Provides a DAML+OIL configuration and interface for JTP. 
jtp.context.owl   
 

Uses of ClassifierTellingReasoner in jtp.context.daml
 

Methods in jtp.context.daml that return ClassifierTellingReasoner
 ClassifierTellingReasoner DamlReasoningContext.getClassifierTellingReasoner()
           
 

Methods in jtp.context.daml with parameters of type ClassifierTellingReasoner
 void DamlReasoningContext.setClassifierTellingReasoner(ClassifierTellingReasoner r)
           
 

Uses of ClassifierTellingReasoner in jtp.context.owl
 

Methods in jtp.context.owl that return ClassifierTellingReasoner
 ClassifierTellingReasoner OWLReasoningContext.getClassifierTellingReasoner()
           
 

Methods in jtp.context.owl with parameters of type ClassifierTellingReasoner
 void OWLReasoningContext.setClassifierTellingReasoner(ClassifierTellingReasoner r)
           
 


JTP API Documentation