Class BuiltInFunctions.GenerateConditionalGFunctionClass

  • Enclosing class:
    BuiltInFunctions

    public static class BuiltInFunctions.GenerateConditionalGFunctionClass
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​com.googlecode.aviator.runtime.type.AviatorBoolean>> memorizedMap  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.googlecode.aviator.runtime.type.AviatorFunction generateConditionalGFunction​(java.lang.String name, ConditionalRoleManager condRm)
      GenerateConditionalGFunction is the factory method of the g(_, _[, _]) function with conditions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • memorizedMap

        private static java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​com.googlecode.aviator.runtime.type.AviatorBoolean>> memorizedMap
    • Constructor Detail

      • GenerateConditionalGFunctionClass

        public GenerateConditionalGFunctionClass()
    • Method Detail

      • generateConditionalGFunction

        public static com.googlecode.aviator.runtime.type.AviatorFunction generateConditionalGFunction​(java.lang.String name,
                                                                                                       ConditionalRoleManager condRm)
        GenerateConditionalGFunction is the factory method of the g(_, _[, _]) function with conditions.
        Parameters:
        name - the name of the g(_, _) function, can be "g", "g2", ..
        condRm - the conditional role manager used by the function.
        Returns:
        the function.