Skip to content

Commit

Permalink
Move InteractionNetwork to Symu.DNA
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorisse committed Aug 25, 2020
1 parent 9fe121a commit 96c1baf
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 257 deletions.
2 changes: 1 addition & 1 deletion SourceCode/Symu/Repository/Entity/Interaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

using System;
using Symu.Common.Interfaces.Agent;
using Symu.Repository.Networks.Interactions;
using Symu.DNA.TwoModesNetworks.Interactions;
using static Symu.Common.Constants;

#endregion
Expand Down
70 changes: 0 additions & 70 deletions SourceCode/Symu/Repository/Networks/Interactions/IInteraction.cs

This file was deleted.

182 changes: 0 additions & 182 deletions SourceCode/Symu/Repository/Networks/Interactions/InteractionNetwork.cs

This file was deleted.

2 changes: 1 addition & 1 deletion SourceCode/Symu/Repository/Networks/MetaNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
using Symu.DNA.Groups;
using Symu.DNA.Resources;
using Symu.DNA.Roles;
using Symu.DNA.TwoModesNetworks.Interactions;
using Symu.Repository.Networks.Beliefs;
using Symu.Repository.Networks.Enculturation;
using Symu.Repository.Networks.Influences;
using Symu.Repository.Networks.Interactions;
using Symu.Repository.Networks.Knowledges;
using Symu.Repository.Networks.Sphere;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
using Symu.Common.Interfaces.Agent;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.DNA.Activities;
using Symu.DNA.TwoModesNetworks.Interactions;
using Symu.Repository.Networks.Beliefs;
using Symu.Repository.Networks.Interactions;
using Symu.Repository.Networks.Knowledges;

#endregion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Symu.Common.Interfaces.Agent;
using Symu.DNA.TwoModesNetworks.Interactions;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Interactions;

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Symu.Repository.Entity;
using Symu.Repository.Networks;
using Symu.Repository.Networks.Beliefs;
using Symu.Repository.Networks.Interactions;
using Symu.Repository.Networks.Knowledges;
using Symu.Repository.Networks.Sphere;

Expand Down

0 comments on commit 96c1baf

Please sign in to comment.