Uses of Class
org.openl.rules.tbasic.TableParserSpecificationBean
-
Packages that use TableParserSpecificationBean Package Description org.openl.rules.tbasic -
-
Uses of TableParserSpecificationBean in org.openl.rules.tbasic
Methods in org.openl.rules.tbasic that return TableParserSpecificationBean Modifier and Type Method Description TableParserSpecificationBean[]AlgorithmTableParserManager. getAlgorithmSpecification()TableParserSpecificationBean[]IAlgorithmTableParserManager. getAlgorithmSpecification()TableParserSpecificationBeanAlgorithmTreeNode. getSpecification()Methods in org.openl.rules.tbasic with parameters of type TableParserSpecificationBean Modifier and Type Method Description voidAlgorithmTreeNode. setSpecification(TableParserSpecificationBean specification)Constructors in org.openl.rules.tbasic with parameters of type TableParserSpecificationBean Constructor Description RowParser(List<AlgorithmRow> rows, TableParserSpecificationBean[] specifications)
-