JTP API Documentation

Uses of Class
jtp.frame.listen.dl.IntersectionTypeReasoner

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

Uses of IntersectionTypeReasoner in jtp.context.daml
 

Methods in jtp.context.daml that return IntersectionTypeReasoner
 IntersectionTypeReasoner DamlReasoningContext.getIntersectionTypeReasoner()
           
 

Methods in jtp.context.daml with parameters of type IntersectionTypeReasoner
 void DamlReasoningContext.setIntersectionTypeReasoner(IntersectionTypeReasoner r)
           
 

Uses of IntersectionTypeReasoner in jtp.context.owl
 

Methods in jtp.context.owl that return IntersectionTypeReasoner
 IntersectionTypeReasoner OWLReasoningContext.getIntersectionTypeReasoner()
           
 

Methods in jtp.context.owl with parameters of type IntersectionTypeReasoner
 void OWLReasoningContext.setIntersectionTypeReasoner(IntersectionTypeReasoner r)
           
 


JTP API Documentation