Uses of Class
org.put.semintec.KnowledgeBase

Packages that use KnowledgeBase
org.put.semintec   
org.put.semintec.mining.association   
 

Uses of KnowledgeBase in org.put.semintec
 

Methods in org.put.semintec that return KnowledgeBase
 KnowledgeBase KnowledgeBase.copy(boolean includeABox)
          Makes a copy of a given knowledge base.
 

Uses of KnowledgeBase in org.put.semintec.mining.association
 

Methods in org.put.semintec.mining.association with parameters of type KnowledgeBase
 void Pattern.calculateSupport(KnowledgeBase kb)
          Calculates support of a given pattern w.r.t. the knowledge base.
 boolean Pattern.isSatisfiable(KnowledgeBase kb)
           
 boolean Pattern.subsumedBy(Pattern p, KnowledgeBase kb)