Class ProjogDefaultProperties

java.lang.Object
org.projog.core.kb.ProjogDefaultProperties
All Implemented Interfaces:
ProjogProperties

public class ProjogDefaultProperties extends Object implements 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.

TODO if this project is upgraded from Java 7 then this class can be removed and its functionality implemented as default methods of the ProjogProperties interface.