Uses of Class
vs.fabula.FabulaKnowledgeBase

Packages that use FabulaKnowledgeBase
vs.fabula Classes for working with fabula knowledge: reasoning and writing to file. 
 

Uses of FabulaKnowledgeBase in vs.fabula
 

Subclasses of FabulaKnowledgeBase in vs.fabula
 class NamedGraphFabulaKnowledgeBase
           
 class PrologFabulaKnowledgeBase
           
 

Methods in vs.fabula that return types with arguments of type FabulaKnowledgeBase
 java.util.Set<FabulaKnowledgeBase> IFabulaBuilder.getAllFabulaKnowledgeBase()
           
 java.util.Set<FabulaKnowledgeBase> BasicFabulaBuilder.getAllFabulaKnowledgeBase()
           
 

Methods in vs.fabula with parameters of type FabulaKnowledgeBase
 void IFabulaBuilder.registerFabulaKnowledgeBase(FabulaKnowledgeBase storage)
           
 void BasicFabulaBuilder.registerFabulaKnowledgeBase(FabulaKnowledgeBase storage)