update
This commit is contained in:
@@ -849,6 +849,7 @@ public class DefaultVehicleController
|
||||
);
|
||||
|
||||
if (Objects.equals(evt.getPropertyName(), VehicleProcessModel.Attribute.POSITION.name())) {
|
||||
System.out.println("Position changed updateVehiclePosition");
|
||||
updateVehiclePosition((String) evt.getNewValue());
|
||||
}
|
||||
else if (Objects.equals(
|
||||
@@ -1002,9 +1003,11 @@ public class DefaultVehicleController
|
||||
vehicle.getName(),
|
||||
point
|
||||
);
|
||||
System.out.println("update position updatePositionWithoutOrder 999999");
|
||||
updatePositionWithoutOrder(point);
|
||||
}
|
||||
else {
|
||||
System.out.println("update position updatePositionWithOrder 0000");
|
||||
updatePositionWithOrder(point);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user