예제 #1
0
 /// <summary>
 ///     Returns a list with the names of all the agents that contain a certain string.
 /// </summary>
 /// <returns>The name fragment that the agent names should contain</returns>
 public IEnumerable <IAgentId> FilteredAgentIdsByClassId(IClassId classId)
 {
     return(Agents.FilteredKeysByClassId(classId));
 }