Class JavaModule

  • All Implemented Interfaces:
    ModuleIF

    public class JavaModule
    extends Object
    implements ModuleIF
    EXPERIMENTAL: A query module that is able to instantiate predicates when given a java class name.

    • Constructor Detail

    • Method Detail

      • getPredicate

        public PredicateIF getPredicate​(String name)
        Description copied from interface: ModuleIF
        INTERNAL: Returns the predicate with the given local name inside the module.
        Specified by:
        getPredicate in interface ModuleIF
        Parameters:
        name - The local name of the predicate; that is the part of the QName after the colon.
      • parseParameters

        protected Map parseParameters​(String parameters)