JTP API Documentation

Uses of Class
jtp.DirectAssertion

Packages that use DirectAssertion
jtp.context Provides a basic configuration and interface for JTP. 
 

Uses of DirectAssertion in jtp.context
 

Methods in jtp.context with parameters of type DirectAssertion
protected  int BasicReasoningContext.tellInternal(DirectAssertion assertion)
          Helper method called by most of the public tell methods (e.g., BasicReasoningContext.tellString(String)).
 ReasoningStepIterator BasicReasoningContext.getAssertionResults(DirectAssertion assertion)
          Asserts assertion to the telling reasoners.
 


JTP API Documentation