10.07.2015 Views

pdf - 395 K - Ecole des mines de Nantes

pdf - 395 K - Ecole des mines de Nantes

pdf - 395 K - Ecole des mines de Nantes

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

private UP(DataRow row) : this(newUserId((string)row[USER_ID])) {}private UP(UserId user){_user = user;}public UserId User{get{return _user;}}private DataRow Row{get{return Data.Rows.Find(_user.IPAddress);}}private void AddSUP(string supName){SUP sup = SUP.GetSUP(supName);if (sup == null)throw new Exception("Cannot find SUP " + supName);DataRow row = upSupTable.NewRow();row[UP_COL] = User.IPAddress;row[SUP_COL] = supName;// Should not be present alreadylock (upSupTable){upSupTable.Rows.Add(row);}}/// /// See IProfile./// public ILink AddLinkBetween(ResourceId origin, ResourceId<strong><strong>de</strong>s</strong>tination){ILink link = GetLinkBetween(origin, <strong><strong>de</strong>s</strong>tination);if (link != null) return link;UPNo<strong>de</strong> origNo<strong>de</strong> = AddNo<strong>de</strong>On(origin) as UPNo<strong>de</strong>;UPNo<strong>de</strong> <strong><strong>de</strong>s</strong>tinNo<strong>de</strong> = AddNo<strong>de</strong>On(<strong><strong>de</strong>s</strong>tination) as UPNo<strong>de</strong>;return UPLink.CreateLink(origNo<strong>de</strong>, <strong><strong>de</strong>s</strong>tinNo<strong>de</strong>);}/// /// See IProfile./// public INo<strong>de</strong> AddNo<strong>de</strong>On(ResourceId resource){INo<strong>de</strong> no<strong>de</strong> = GetNo<strong>de</strong>On(resource);if (no<strong>de</strong> != null) return no<strong>de</strong>;return UPNo<strong>de</strong>.CreateNo<strong>de</strong>(this, resource);MSc EMOOSE Thesis – http://www.emn.fr/EMOOSE 115

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!