Constructor and description |
---|
AgentSet
() |
AgentSet
(Collection<E> c) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(AgentSet two) |
|
AgentSet |
with(Closure cl) |
|
AgentSet |
withMax(Closure closure) Reports a new agentset containing only those agents that have the maximum value of the given closure. |
|
AgentSet |
withMin(Closure closure) Reports a new agentset containing only those agents that have the minimum value of the given closure. |
Methods inherited from class | Name |
---|---|
class AbstractAgentSet |
askAgentSet |