Package org.openl.rules.tbasic
Class AlgorithmBuilder
- java.lang.Object
-
- org.openl.rules.tbasic.AlgorithmBuilder
-
public class AlgorithmBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIONstatic CellMetaInfoCELL_META_INFOstatic StringCONDITION
-
Constructor Summary
Constructors Constructor Description AlgorithmBuilder(IBindingContext ctx, Algorithm algorithm, TableSyntaxNode tsn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(IBindingContext cxt, ILogicalTable tableBody)
-
-
-
Field Detail
-
CONDITION
public static final String CONDITION
- See Also:
- Constant Field Values
-
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
-
CELL_META_INFO
public static final CellMetaInfo CELL_META_INFO
-
-
Constructor Detail
-
AlgorithmBuilder
public AlgorithmBuilder(IBindingContext ctx, Algorithm algorithm, TableSyntaxNode tsn)
-
-
Method Detail
-
build
public void build(IBindingContext cxt, ILogicalTable tableBody) throws Exception
- Throws:
Exception
-
-