System.out.println(" Entity:"+entity);
}
}
static public Collection<Entity> SetWikiUserEntitiesAndAccounts() {
Entity administrator = GlobalModel.addEntity(new Entity("Administrator"));
administrator.addIdentificatorInCommunities(GlobalModel.getCommunities().get("serverfault.com"),
new EntityIdentifier("Ben Torell",null));
Entity pblanco = GlobalModel.addEntity(new Entity("PBlanco"));
pblanco.addIdentificatorInCommunities(GlobalModel.getCommunities().get("serverfault.com"),
new EntityIdentifier("wayne koorts",null));
pblanco.addIdentificatorInCommunities(GlobalModel.getCommunities().get("security.stackexchange.com"),
new EntityIdentifier("kk-sjp-kk","http://security.stackexchange.com/users/1337/sjp"));
pblanco.addIdentificatorInCommunities(GlobalModel.getCommunities().get("ohloh.net"),
new EntityIdentifier("Arjan van de Ven",null));
Entity jAMaldonado = GlobalModel.addEntity(new Entity("Jamaldonado"));
jAMaldonado.addIdentificatorInCommunities(GlobalModel.getCommunities().get("questions.securitytube.net"),
new EntityIdentifier("Andre G",null));
jAMaldonado.addIdentificatorInCommunities(GlobalModel.getCommunities().get("security.stackexchange.com"),
new EntityIdentifier("Karrax",null));
jAMaldonado.addIdentificatorInCommunities(GlobalModel.getCommunities().get("stackoverflow.com"),
new EntityIdentifier("Karrax",null));
Entity dPozog = GlobalModel.addEntity(new Entity("DPozog"));
dPozog.addIdentificatorInCommunities(GlobalModel.getCommunities().get("stackoverflow.com"),
new EntityIdentifier("347915/Jose",null));
dPozog.addIdentificatorInCommunities(GlobalModel.getCommunities().get("security.stackexchange.com"),
new EntityIdentifier("sdanelson",null));
Entity ebarear = GlobalModel.addEntity(new Entity("Ebarear"));
ebarear.addIdentificatorInCommunities(GlobalModel.getCommunities().get("stackoverflow.com"),
new EntityIdentifier("Jon Skeet",null));
Entity edukun = GlobalModel.addEntity(new Entity("Edukun"));
edukun.addIdentificatorInCommunities(GlobalModel.getCommunities().get("ohloh.net"),
new EntityIdentifier("Gavin Sharp",null));
edukun.addIdentificatorInCommunities(GlobalModel.getCommunities().get("security.stackexchange.com"),
new EntityIdentifier("Sairam Kunala",null));
Entity racker = GlobalModel.addEntity(new Entity("Racker"));
racker.addIdentificatorInCommunities(GlobalModel.getCommunities().get("ohloh.net"),
new EntityIdentifier("janosch","http://www.ohloh.net/p/linux-omap/contributors/34615288934090"));
//racker.addIdentificatorInCommunities(GlobalModel.getCommunities().get("sla.ckers.org"),
// new EntityIdentifier("rsnake",null));
GetMoreAccounts();
return GlobalModel.getEntities().values();