Class AlgorithmMetaInfoReader
- java.lang.Object
-
- org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader<T>
-
- org.openl.rules.lang.xls.types.meta.AMethodMetaInfoReader<AlgorithmBoundNode>
-
- org.openl.rules.lang.xls.types.meta.AlgorithmMetaInfoReader
-
- All Implemented Interfaces:
MetaInfoReader
public class AlgorithmMetaInfoReader extends AMethodMetaInfoReader<AlgorithmBoundNode>
-
-
Field Summary
-
Fields inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
NOT_FOUND
-
-
Constructor Summary
Constructors Constructor Description AlgorithmMetaInfoReader(AlgorithmBoundNode boundNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellMetaInfogetBodyMetaInfo(int row, int col)voidsetOperationColumn(int operationColumn)Is invoked from binder-
Methods inherited from class org.openl.rules.lang.xls.types.meta.AMethodMetaInfoReader
getAdditionalMetaInfoForTableReturnType, getHeaderMetaInfo, getTableSyntaxNode
-
Methods inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
addConstant, getBoundNode, getGridTable, getMetaInfo, isNeededCell, isNeededCell, prepare, release, setBoundNode
-
-
-
-
Constructor Detail
-
AlgorithmMetaInfoReader
public AlgorithmMetaInfoReader(AlgorithmBoundNode boundNode)
-
-
Method Detail
-
setOperationColumn
public void setOperationColumn(int operationColumn)
Is invoked from binder
-
getBodyMetaInfo
public CellMetaInfo getBodyMetaInfo(int row, int col)
- Specified by:
getBodyMetaInfoin classBaseMetaInfoReader<AlgorithmBoundNode>
-
-