i want to know what is the difference between ISLOCALNAME and ISGUID
1) `AID df = new AID("agent1", AID.ISLOCALNAME);
System.out.println(df.getName());`
2)`AID df = new AID("agent1", AID.ISGUID);
System.out.println(df.getName());`
thank you !