|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GimMilieuContextAwareContext<AgentType extends GimMilieuAgent<?>>
Considers GimMilieuContext
as sub-contexts.
SesamGIM - Geographical Initialisation for Milieu Agents
Field Summary |
---|
Fields inherited from interface repast.simphony.context.Context |
---|
SYN_CONTEXT_PREFIX |
Method Summary | |
---|---|
boolean |
addAgent(AgentType agent)
Substitutes Collection.add(Object) in order to add
agents to GimMilieuContext s. |
String |
getID()
Return the context's id. |
GimMilieuContext<AgentType> |
getMilieu(int milieuId)
Returns the milieu context of this market cell with the given ID |
Methods inherited from interface repast.simphony.context.Context |
---|
addContextListener, addProjection, addSubContext, addValueLayer, findContext, findParent, getAgentLayer, getAgentTypes, getContextListeners, getObjects, getProjection, getProjection, getProjections, getProjections, getRandomObject, getRandomObjects, getSubContext, getSubContexts, getTypeID, getValueLayer, getValueLayers, hasSubContext, query, removeContextListener, removeProjection, removeSubContext, removeValueLayer, setTypeID |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface repast.simphony.context.RepastElement |
---|
getId, setId |
Method Detail |
---|
GimMilieuContext<AgentType> getMilieu(int milieuId)
milieuId
- milieu ID of the Milieu
boolean addAgent(AgentType agent)
Collection.add(Object)
in order to add
agents to GimMilieuContext
s.
agent
-
String getID()
GimMarketCellContext
s or the PLZ for GimPlzContext
s.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |