Class TypeConsistencyChecker
- java.lang.Object
-
- org.somda.sdc.biceps.provider.preprocessing.TypeConsistencyChecker
-
- All Implemented Interfaces:
DescriptionPreprocessingSegment
public class TypeConsistencyChecker extends Object implements DescriptionPreprocessingSegment
Preprocessing segment that ensures correctness of child-parent type relationships.
-
-
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.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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) throws Exception
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.- Throws:
Exception- an arbitrary exception if something goes wrong.
-
-