Package org.openl.rules.dt.storage
Class ObjectStorageBuilder
- java.lang.Object
-
- org.openl.rules.dt.storage.StorageBuilder<Object>
-
- org.openl.rules.dt.storage.ObjectStorageBuilder
-
- All Implemented Interfaces:
IStorageBuilder<Object>
public class ObjectStorageBuilder extends StorageBuilder<Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckMinMax(Object loadedValue)IStorage<Object>optimizeAndBuild()intsize()voidwriteElse(int index)voidwriteFormula(Object formula, int index)voidwriteSpace(int index)voidwriteValue(Object value, int index)-
Methods inherited from class org.openl.rules.dt.storage.StorageBuilder
getInfo, writeObject
-
-
-
-
Method Detail
-
writeValue
public void writeValue(Object value, int index)
- Specified by:
writeValuein classStorageBuilder<Object>
-
writeSpace
public void writeSpace(int index)
- Specified by:
writeSpacein classStorageBuilder<Object>
-
writeElse
public void writeElse(int index)
- Specified by:
writeElsein classStorageBuilder<Object>
-
writeFormula
public void writeFormula(Object formula, int index)
- Specified by:
writeFormulain classStorageBuilder<Object>
-
checkMinMax
protected void checkMinMax(Object loadedValue)
- Specified by:
checkMinMaxin classStorageBuilder<Object>
-
size
public int size()
-
-