Uses of Interface
org.projog.core.kb.ProjogProperties
-
Packages that use ProjogProperties Package Description org.projog.api Provides a programming interface for Java applications to interact with Projog.org.projog.core.kb -
-
Uses of ProjogProperties in org.projog.api
Constructors in org.projog.api with parameters of type ProjogProperties Constructor Description Projog(ProjogProperties projogProperties, ProjogListener... listeners)Constructs a newProjogobject with the specifiedProjogPropertiesandProjogListeners. -
Uses of ProjogProperties in org.projog.core.kb
Classes in org.projog.core.kb that implement ProjogProperties Modifier and Type Class Description classProjogDefaultPropertiesImplementation ofProjogPropertieswith hard-coded values.Fields in org.projog.core.kb declared as ProjogProperties Modifier and Type Field Description private ProjogPropertiesKnowledgeBase. projogPropertiesMethods in org.projog.core.kb that return ProjogProperties Modifier and Type Method Description ProjogPropertiesKnowledgeBase. getProjogProperties()Methods in org.projog.core.kb with parameters of type ProjogProperties Modifier and Type Method Description static KnowledgeBaseKnowledgeBaseUtils. createKnowledgeBase(ProjogProperties projogProperties)Constructs a newKnowledgeBaseobject using the specifiedProjogPropertiesConstructors in org.projog.core.kb with parameters of type ProjogProperties Constructor Description KnowledgeBase(ProjogProperties projogProperties)
-