Class Background
- java.lang.Object
-
- org.drools.scenariosimulation.api.model.AbstractScesimModel<BackgroundData>
-
- org.drools.scenariosimulation.api.model.Background
-
public class Background extends AbstractScesimModel<BackgroundData>
Envelop class that wrap the definition of the Background grid and its data
-
-
Field Summary
-
Fields inherited from class org.drools.scenariosimulation.api.model.AbstractScesimModel
scesimData, scesimModelDescriptor
-
-
Constructor Summary
Constructors Constructor Description Background()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundDataaddData(int index)BackgroundcloneModel()java.util.List<BackgroundDataWithIndex>getBackgroundDataWithIndex()-
Methods inherited from class org.drools.scenariosimulation.api.model.AbstractScesimModel
addData, clear, clearDatas, clearDatas, cloneData, getDataByIndex, getScesimModelDescriptor, getUnmodifiableData, removeData, removeDataByIndex, removeFactMapping, removeFactMappingByIndex, replaceData, resetErrors, toScesimDataWithIndex
-
-
-
-
Method Detail
-
getBackgroundDataWithIndex
public java.util.List<BackgroundDataWithIndex> getBackgroundDataWithIndex()
-
addData
public BackgroundData addData(int index)
- Specified by:
addDatain classAbstractScesimModel<BackgroundData>
-
cloneModel
public Background cloneModel()
- Specified by:
cloneModelin classAbstractScesimModel<BackgroundData>
-
-