Uses of Interface
org.openl.rules.table.CoordinatesTransformer
-
Packages that use CoordinatesTransformer Package Description org.openl.rules.dt org.openl.rules.table -
-
Uses of CoordinatesTransformer in org.openl.rules.dt
Classes in org.openl.rules.dt that implement CoordinatesTransformer Modifier and Type Class Description classLookupHeadersTransformerTransformer for lookup table headers values.classTwoDimensionDecisionTableTransformerTransforms coordinates for table with two dimensions(table that has vertical and horizontal conditions). -
Uses of CoordinatesTransformer in org.openl.rules.table
Methods in org.openl.rules.table that return CoordinatesTransformer Modifier and Type Method Description CoordinatesTransformerTransformedGridTable. getTransformer()Constructors in org.openl.rules.table with parameters of type CoordinatesTransformer Constructor Description TransformedGridTable(IGridTable gridTable, CoordinatesTransformer transformer)
-