20 package net.sf.gridarta.model.exitconnector;
22 import java.awt.Point;
23 import java.util.Objects;
28 import org.jetbrains.annotations.NotNull;
29 import org.jetbrains.annotations.Nullable;
78 return new Point(
x,
y);
91 if (sourceMapFile ==
null) {
93 mapPath = targetMapPath;
98 if (Objects.equals(sourceMapComponent, targetMapComponent)) {
103 mapPath = targetMapPath;
124 public boolean equals(@Nullable
final Object obj) {
128 if (obj ==
null || obj.getClass() != getClass()) {