Package org.openl.rules.dt.storage
Class ReadOnlyStorage<T>
- java.lang.Object
-
- org.openl.rules.dt.storage.ReadOnlyStorage<T>
-
- All Implemented Interfaces:
IStorage<T>
- Direct Known Subclasses:
ScaledStorage
public abstract class ReadOnlyStorage<T> extends Object implements IStorage<T>
-
-
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 StorageInfogetInfo()voidsetElse(int index)voidsetFormula(int index, Object formula)voidsetSpace(int index)voidsetValue(int index, Object o)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openl.rules.dt.storage.IStorage
getExprValue, getValue, isElse, isFormula, isSpace, removeExprs, size
-
-
-
-
Method Detail
-
setFormula
public void setFormula(int index, Object formula)- Specified by:
setFormulain interfaceIStorage<T>
-
getInfo
public StorageInfo getInfo()
-
-