Skip to content

Commit

Permalink
Move KnowledgeNetwork to Symu.DNA
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorisse committed Aug 26, 2020
1 parent ac18f98 commit edc1c69
Show file tree
Hide file tree
Showing 70 changed files with 21 additions and 819 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
using Symu.DNA.Activities;
using Symu.Repository.Entity;
using Symu.Repository.Networks;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
using Symu.Common.Interfaces.Agent;
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.DNA.Knowledges;
using Symu.Messaging.Templates;
using Symu.Repository.Entity;
using Symu.Repository.Networks;
using Symu.Repository.Networks.Beliefs;
using Symu.Repository.Networks.Knowledges;
using static Symu.Common.Constants;

#endregion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
using Symu.Common;
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.DNA.Knowledges;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;
using static Symu.Common.Constants;

#endregion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
using Symu.Repository.Networks;
using Symu.Repository.Networks.Beliefs;
using Symu.Repository.Networks.Influences;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
using Symu.Common.Interfaces.Agent;
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.DNA.Knowledges;
using Symu.Messaging.Templates;
using Symu.Repository.Entity;
using Symu.Repository.Networks;
using Symu.Repository.Networks.Knowledges;
using static Symu.Common.Constants;

#endregion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
using Symu.Common.Interfaces.Agent;
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.DNA.Knowledges;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;
using static Symu.Common.Constants;

#endregion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

using System;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using Symu.Classes.Task;
using Symu.Common.Interfaces.Entity;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Classes/Organization/OrganizationEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
using Symu.Messaging.Templates;
using Symu.Repository;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Classes/Task/MurphyTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;
using static Symu.Common.Constants;

#endregion
Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Classes/Task/SymuTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
using Symu.Common.Interfaces.Agent;
using Symu.Common.Interfaces.Entity;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;
using Symu.Results.Blocker;
using static Symu.Common.Constants;

Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Messaging/Messages/MessageAttachments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using System.Collections.Generic;
using Symu.Common.Interfaces.Entity;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using Symu.Common;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Repository/Entity/Activity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using System.Linq;
using Symu.Common.Interfaces.Entity;
using Symu.DNA.Activities;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
2 changes: 1 addition & 1 deletion SourceCode/Symu/Repository/Entity/AgentKnowledge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Symu.Common;
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.Repository.Networks.Knowledges;
using Symu.DNA.Knowledges;

namespace Symu.Repository.Entity
{
Expand Down
2 changes: 1 addition & 1 deletion SourceCode/Symu/Repository/Entity/Database.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
using Symu.Common.Interfaces;
using Symu.Common.Interfaces.Agent;
using Symu.Common.Interfaces.Entity;
using Symu.DNA.Knowledges;
using Symu.DNA.Resources;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
2 changes: 1 addition & 1 deletion SourceCode/Symu/Repository/Entity/Email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
using Symu.Classes.Agents;
using Symu.Classes.Organization;
using Symu.Common.Interfaces.Entity;
using Symu.DNA.Knowledges;
using Symu.Messaging.Templates;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Repository/Entity/Knowledge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System;
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
2 changes: 1 addition & 1 deletion SourceCode/Symu/Repository/Entity/Wiki.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
using Symu.Classes.Agents;
using Symu.Classes.Organization;
using Symu.Common.Interfaces.Entity;
using Symu.DNA.Knowledges;
using Symu.Messaging.Templates;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Repository/Networks/Beliefs/AgentBelief.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;
using static Symu.Common.Constants;

#endregion
Expand Down
1 change: 0 additions & 1 deletion SourceCode/Symu/Repository/Networks/Beliefs/Belief.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using Symu.Common.Interfaces.Entity;
using Symu.Common.Math.ProbabilityDistributions;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
using Symu.Common.Interfaces;
using Symu.Common.Interfaces.Agent;
using Symu.Common.Interfaces.Entity;
using Symu.DNA.Knowledges;
using Symu.Repository.Entity;
using Symu.Repository.Networks.Knowledges;

#endregion

Expand Down
99 changes: 0 additions & 99 deletions SourceCode/Symu/Repository/Networks/Knowledges/AgentExpertise.cs

This file was deleted.

21 changes: 0 additions & 21 deletions SourceCode/Symu/Repository/Networks/Knowledges/IAgentKnowledge.cs

This file was deleted.

This file was deleted.

0 comments on commit edc1c69

Please sign in to comment.