Interface MdibStoragePreprocessingChainFactory
-
public interface MdibStoragePreprocessingChainFactoryFactory to create MdibStoragePreprocessingChain instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdibStoragePreprocessingChaincreateMdibStoragePreprocessingChain(MdibStorage mdibStorage, List<DescriptionPreprocessingSegment> descriptionChainSegments, List<StatePreprocessingSegment> stateChainSegments)Creates a new MdibStoragePreprocessingChain instance.
-
-
-
Method Detail
-
createMdibStoragePreprocessingChain
MdibStoragePreprocessingChain createMdibStoragePreprocessingChain(MdibStorage mdibStorage, List<DescriptionPreprocessingSegment> descriptionChainSegments, List<StatePreprocessingSegment> stateChainSegments)
Creates a new MdibStoragePreprocessingChain instance.- Parameters:
mdibStorage- the MDIB storage the processing chain belongs to.descriptionChainSegments- a list of description processing segments. The segments are applied in the same order as inserted to the list.stateChainSegments- a list of state processing segments. The segments are applied in the same order as inserted to the list.- Returns:
- a new
MdibStoragePreprocessingChaininstance.
-
-