Class ProjogDefaultProperties
java.lang.Object
org.projog.core.kb.ProjogDefaultProperties
- All Implemented Interfaces:
ProjogProperties
Implementation of
ProjogProperties with hard-coded values.
This class exists as a convenience for creating custom implementations of ProjogProperties. Custom
implementations can extend this class and just override the method(s) they require to be different, rather than
implementing ProjogProperties directly.
-
Field Summary
Fields inherited from interface ProjogProperties
DEFAULT_BOOTSTRAP_SCRIPT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ProjogDefaultProperties
public ProjogDefaultProperties()
-
-
Method Details
-
getBootstrapScript
- Specified by:
getBootstrapScriptin interfaceProjogProperties- Returns:
- the name of the resource loaded by
KnowledgeBaseUtils.bootstrap(KnowledgeBase) - See Also:
-