public static class BuiltInFunctions.GenerateConditionalGFunctionClass
extends java.lang.Object
| Constructor and Description |
|---|
GenerateConditionalGFunctionClass() |
| Modifier and Type | Method and 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.
|
public static com.googlecode.aviator.runtime.type.AviatorFunction generateConditionalGFunction(java.lang.String name,
ConditionalRoleManager condRm)
name - the name of the g(_, _) function, can be "g", "g2", ..condRm - the conditional role manager used by the function.Copyright © 2017–2025. All rights reserved.