Package openllet.core.rules.builtins
Class BuiltInRegistry
- java.lang.Object
-
- openllet.core.rules.builtins.BuiltInRegistry
-
- All Implemented Interfaces:
openllet.shared.tools.Logging
public class BuiltInRegistry extends java.lang.Object implements openllet.shared.tools.LoggingTitle: Built-In Registry
Description: Registry of built-ins used by pellet.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Ron Alford
-
-
Field Summary
Fields Modifier and Type Field Description static BuiltInRegistryinstance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuiltIngetBuiltIn(java.lang.String name)java.util.logging.LoggergetLogger()voidregisterBuiltIn(java.lang.String name, BuiltIn builtIn)
-
-
-
Field Detail
-
instance
public static final BuiltInRegistry instance
-
-
Method Detail
-
getLogger
public java.util.logging.Logger getLogger()
- Specified by:
getLoggerin interfaceopenllet.shared.tools.Logging
-
getBuiltIn
public BuiltIn getBuiltIn(java.lang.String name)
- Parameters:
name-- Returns:
- a built-in registered by the given name. If none exists, return a built-in that will create an empty binding helper.
-
registerBuiltIn
public void registerBuiltIn(java.lang.String name, BuiltIn builtIn)
-
-