|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.ispace.AbstractAgentGroup
public abstract class AbstractAgentGroup
A base class that can support both intensionally and extensionally secified groups.
| Field Summary | |
|---|---|
(package private) ContactManager |
contactManager
|
(package private) java.lang.String |
name
|
| Constructor Summary | |
|---|---|
AbstractAgentGroup(java.lang.String name,
ContactManager cm)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
getBasePopulation()
Returns the collection of AgentData objects from which this group's members are selected. |
java.util.Collection |
getKnownMembers()
Returns the collection obtained by using the isMember method to filter the base population. |
java.lang.String |
getName()
Returns the name of this AgentGroup. |
boolean |
isMember(java.lang.Object item)
A test that is applied to members of the base population to select the members of this group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String name
ContactManager contactManager
| Constructor Detail |
|---|
public AbstractAgentGroup(java.lang.String name,
ContactManager cm)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface AgentGrouppublic java.util.Collection getBasePopulation()
null.
AgentData,
ContactManager.getAgentData()public boolean isMember(java.lang.Object item)
public java.util.Collection getKnownMembers()
getKnownMembers in interface AgentGroupAgentData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||