JTP API Documentation

Uses of Class
jtp.frame.FrameKB

Packages that use FrameKB
jtp.frame   
jtp.frame.fc   
jtp.frame.listen   
jtp.frame.listen.dl   
 

Uses of FrameKB in jtp.frame
 

Methods in jtp.frame that return FrameKB
 FrameKB SlotValueTellingReasoner.getFrameKb()
           
 FrameKB SlotValueAskingReasoner.getFrameKb()
           
 FrameKB LinkAsserter.getFrameKB()
           
 

Methods in jtp.frame with parameters of type FrameKB
 void SlotValueTellingReasoner.setFrameKb(FrameKB fkb)
           
 void SlotValueAskingReasoner.setFrameKb(FrameKB fkb)
           
 void LinkAsserter.setFrameKB(FrameKB f)
           
 

Constructors in jtp.frame with parameters of type FrameKB
SlotValueTellingReasoner(FrameKB fkb)
           
SlotValueAskingReasoner(FrameKB fkb)
           
Renamer(FrameKB fkb)
           
 

Uses of FrameKB in jtp.frame.fc
 

Methods in jtp.frame.fc that return FrameKB
 FrameKB EquivalenceEnforcer.getFrameKB()
           
 FrameKB Context.getFrameKB()
           
 FrameKB AbstractRuleCreator.getFrameKB()
           
 

Methods in jtp.frame.fc with parameters of type FrameKB
 void SimpleRuleCreator.setFrameKB(FrameKB fkb)
           
 void EquivalenceEnforcer.setFrameKB(FrameKB v)
           
 void Context.setFrameKB(FrameKB f)
           
 void AbstractRuleCreator.setFrameKB(FrameKB fkb)
           
 

Constructors in jtp.frame.fc with parameters of type FrameKB
TrueLinkRuleAction(FrameKB fkb, Literal from, Literal to, Variable linkVar, Literal ruleLit, ReasoningStep ruleStep, List triggers)
           
InferredValueRuleFactory(FrameKB fkb)
           
 

Uses of FrameKB in jtp.frame.listen
 

Methods in jtp.frame.listen that return FrameKB
 FrameKB VCListenerCreator.getFrameKB()
           
 FrameKB Context.getFrameKB()
           
 

Methods in jtp.frame.listen with parameters of type FrameKB
 void VCListenerCreator.setFrameKB(FrameKB fkb)
           
 void Context.setFrameKB(FrameKB f)
           
 

Uses of FrameKB in jtp.frame.listen.dl
 

Methods in jtp.frame.listen.dl that return FrameKB
 FrameKB IntersectionTypeReasoner.getFrameKB()
           
 

Methods in jtp.frame.listen.dl with parameters of type FrameKB
 void IntersectionTypeReasoner.setFrameKB(FrameKB fkb)
           
 


JTP API Documentation