Exemple #1
0
 /// <summary>
 ///     List of AgentId for interactions : there is Active link (difference with GetAgentIdsForNewInteractions)
 ///     based on the interaction strategy of the interaction patterns :
 ///     Filtered with interactionStrategy and limit with number of new interactions
 /// </summary>
 public IEnumerable <IAgentId> GetAgentIdsForInteractions(InteractionStrategy interactionStrategy)
 {
     return(Environment.MainOrganization.ArtifactNetwork.InteractionSphere
            .GetAgentIdsForInteractions(AgentId, interactionStrategy));
 }
 public void SetInteractionPatterns(InteractionStrategy strategy)
 {
     _mainOrganization.Models.InteractionSphere.SetInteractionPatterns(strategy);
     _mainOrganization.Templates.Human.Cognitive.InteractionPatterns.SetInteractionPatterns(strategy);
 }