Package org.projog.core.kb
Interface ProjogProperties
-
- All Known Implementing Classes:
ProjogDefaultProperties
public interface ProjogPropertiesCollection of configuration properties.Each
KnowledgeBasehas a singleProjogPropertiesinstance.- See Also:
KnowledgeBase.getProjogProperties()
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_BOOTSTRAP_SCRIPTThe file to consult when a newProjoginstance is created.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBootstrapScript()Returns the name of the resource loaded byKnowledgeBaseUtils.bootstrap(KnowledgeBase).
-
-
-
Field Detail
-
DEFAULT_BOOTSTRAP_SCRIPT
static final java.lang.String DEFAULT_BOOTSTRAP_SCRIPT
The file to consult when a newProjoginstance is created.Used to initialise the knowledge base.
- See Also:
getBootstrapScript(), Constant Field Values
-
-
Method Detail
-
getBootstrapScript
java.lang.String getBootstrapScript()
Returns the name of the resource loaded byKnowledgeBaseUtils.bootstrap(KnowledgeBase).- Returns:
- the name of the resource loaded by
KnowledgeBaseUtils.bootstrap(KnowledgeBase) - See Also:
KnowledgeBaseUtils.bootstrap(KnowledgeBase)
-
-