Skip to content

Commit

Permalink
Move GroupNetwork to SymuDNA
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorisse committed Aug 25, 2020
1 parent b993b34 commit 4807570
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 1,028 deletions.
5 changes: 4 additions & 1 deletion SourceCode/Symu/Repository/Entity/AgentGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@

using Symu.Common.Interfaces;
using Symu.Common.Interfaces.Agent;
using Symu.Repository.Networks.Groups;
using Symu.DNA.Groups;

#endregion

namespace Symu.Repository.Entity
{
/// <summary>
/// AgentGroup is the default implementation of IAgentGroup
/// </summary>
public class AgentGroup : IAgentGroup
{
public AgentGroup(IAgentId agentId, float allocation)
Expand Down

0 comments on commit 4807570

Please sign in to comment.