This is the model for resolving conflicts in the properties of the {@link OsmPrimitive}s. In particular, it represents conflicts in the coordinates of {@link Node}s and the deleted or visible state of {@link OsmPrimitive}s. This model is an {@link Observable}. It notifies registered {@link java.util.Observer}s whenever the internal state changes. This model also emits property changes for {@link #RESOLVED_COMPLETELY_PROP}. Property change listeners may register themselves using {@link #addPropertyChangeListener(PropertyChangeListener)}.
@see Node#getCoor()
@see OsmPrimitive#isDeleted
@see OsmPrimitive#isVisible
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.