org.tm4j.topicmap.utils.TopicMapMerger .setMakeConsistent(boolean newVal)

Description

Instructs the instance to post-process merged topic maps to ensure consistency. Since changes to this property are vetoable, a registered java.beans.VetoableChangeListener may determine that the property change is inappropriate or invalid, and ask for it to be rolled back. In that case, the property's original value is restored, and a warning is issued to any registered logger.

Parameters
boolean newVal true if the instance will post-process merged topic maps for consistency, false otherwise.

Other Resources

Related Topics

Has Parameters