this.startPoint = startPoint;
}
@Override
public GraphNodeUi2D createNodeUi(Graph2D graph, Object object) {
EntityNodeUi node = new EntityNodeUi((IntegrationEntity) object, object == startPoint);
checkIcon((IntegrationEntity) object, node);
return node;
}