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.