Created idgenerator package

This commit is contained in:
2018-12-03 12:03:26 +01:00
parent c30524b388
commit 5174e1d0c8
10 changed files with 290 additions and 59 deletions

View File

@ -37,7 +37,7 @@ import opensesim.gui.util.EscDialog;
import opensesim.gui.Globals;
import opensesim.gui.util.Json;
import opensesim.gui.util.Json.Export;
import opensesim.util.IDGenerator.Id;
import org.json.JSONException;
import org.json.JSONObject;

View File

@ -67,7 +67,7 @@ import org.json.JSONObject;
import opensesim.old_sesim.AutoTraderInterface;
import opensesim.old_sesim.Exchange;
import opensesim.old_sesim.Scheduler;
import opensesim.util.IDGenerator.Id;
import opensesim.util.XClassLoader;
/**