Package org.openl.rules.dt
Class DTInfo
- java.lang.Object
-
- org.openl.rules.dt.DTInfo
-
public class DTInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberHConditions()intgetNumberVConditions()DTScalegetScale()
-
-
-
Method Detail
-
getScale
public DTScale getScale()
-
getNumberHConditions
public int getNumberHConditions()
-
getNumberVConditions
public int getNumberVConditions()
-
-