Class BuiltInRegistry

  • All Implemented Interfaces:
    openllet.shared.tools.Logging

    public class BuiltInRegistry
    extends java.lang.Object
    implements openllet.shared.tools.Logging

    Title: Built-In Registry

    Description: Registry of built-ins used by pellet.

    Copyright: Copyright (c) 2007

    Company: Clark & Parsia, LLC.

    Author:
    Ron Alford
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BuiltIn getBuiltIn​(java.lang.String name)  
      java.util.logging.Logger getLogger()  
      void registerBuiltIn​(java.lang.String name, BuiltIn builtIn)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface openllet.shared.tools.Logging

        logger
    • Method Detail

      • getLogger

        public java.util.logging.Logger getLogger()
        Specified by:
        getLogger in interface openllet.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)