Class HandleReferenceHandler
- java.lang.Object
-
- org.somda.sdc.biceps.provider.preprocessing.HandleReferenceHandler
-
- All Implemented Interfaces:
DescriptionPreprocessingSegment
public class HandleReferenceHandler extends Object implements DescriptionPreprocessingSegment
Preprocessing segment that appends descriptor references to states.This segment allows the user to spare calling
AbstractState.setDescriptorHandle(String)by automatically setting the descriptor reference at each state.
-
-
Constructor Summary
Constructors Constructor Description HandleReferenceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)In a sequence of modifications this function processes one modification.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.somda.sdc.biceps.common.storage.DescriptionPreprocessingSegment
afterLastModification, beforeFirstModification
-
-
-
-
Method Detail
-
process
public void process(MdibDescriptionModifications allModifications, MdibDescriptionModification currentModification, MdibStorage storage)
Description copied from interface:DescriptionPreprocessingSegmentIn a sequence of modifications this function processes one modification.- Specified by:
processin interfaceDescriptionPreprocessingSegment- Parameters:
allModifications- all modifications.currentModification- the current modification to be processed.storage- the MDIB storage for access.
-
-