Package org.openl.rules.dt.storage
Class ScaledStorage
- java.lang.Object
-
- org.openl.rules.dt.storage.ReadOnlyStorage
-
- org.openl.rules.dt.storage.ScaledStorage
-
- All Implemented Interfaces:
IStorage
public class ScaledStorage extends ReadOnlyStorage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openl.rules.dt.storage.IStorage
IStorage.StorageType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValue(int index)booleanisElse(int index)booleanisFormula(int index)booleanisSpace(int index)intsize()-
Methods inherited from class org.openl.rules.dt.storage.ReadOnlyStorage
getInfo, setElse, setFormula, setSpace, setValue
-
-
-
-
Method Detail
-
size
public int size()
-
getValue
public Object getValue(int index)
-
isSpace
public boolean isSpace(int index)
-
isFormula
public boolean isFormula(int index)
-
isElse
public boolean isElse(int index)
-
-