|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<T> repast.simphony.context.AbstractContext<T> repast.simphony.context.SmallDefaultContext<T> repast.simphony.context.DefaultContext<AgentT> de.cesr.sesamgim.context.GAreaContext<AgentT>
public class GAreaContext<AgentT>
Field Summary | |
---|---|
protected int |
id
|
protected String |
kreis
|
Fields inherited from class repast.simphony.context.SmallDefaultContext |
---|
allObjs, objectMap |
Fields inherited from class repast.simphony.context.AbstractContext |
---|
subContexts |
Fields inherited from interface repast.simphony.context.Context |
---|
SYN_CONTEXT_PREFIX |
Constructor Summary | |
---|---|
GAreaContext(repast.simphony.context.Context<Object> superContext)
|
Method Summary | |
---|---|
int |
getAreaId()
|
String |
getKreis()
|
static void |
reset()
Resets the counter. |
void |
setBETEXTUNG1(String kreis)
Only useful for "Statistische Bezirke" |
void |
setKREIS_ID(double id)
Only useful for "Statistischer Bezirke" |
void |
setStat_Bez(String id)
Only useful for "Statistischer Bezirke" ID of "Statistischer Bezirk" |
void |
setStt_name(String name)
Only useful for "Statistischer Bezirke" Name of "Statistischer Bezirk" |
String |
toString()
|
Methods inherited from class repast.simphony.context.DefaultContext |
---|
addInternal, containsInternal, iteratorInternal, removeInternal, sizeInternal |
Methods inherited from class repast.simphony.context.SmallDefaultContext |
---|
getObjects, getRandomObject, getRandomObjects |
Methods inherited from class repast.simphony.context.AbstractContext |
---|
add, addContextListener, addProjection, addSubContext, addValueLayer, clear, contains, eventOccured, findContext, findParent, fireAddContextEvent, fireRemoveEvent, fireSubContextAdded, fireSubContextRemoved, getAgentLayer, getAgentTypes, getContextListeners, getId, getProjection, getProjection, getProjections, getProjections, getSubContext, getSubContexts, getTypeID, getValueLayer, getValueLayers, handleRemove, hasSubContext, iterator, query, remove, removeContextListener, removeProjection, removeSubContext, removeValueLayer, setId, setTypeID, size |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Field Detail |
---|
protected String kreis
protected int id
Constructor Detail |
---|
public GAreaContext(repast.simphony.context.Context<Object> superContext)
Method Detail |
---|
public static void reset()
public String toString()
toString
in class AbstractCollection<AgentT>
public String getKreis()
public int getAreaId()
getAreaId
in interface GimAreaContext<AgentT>
public void setBETEXTUNG1(String kreis)
kreis
- the kreis to setpublic void setKREIS_ID(double id)
id
- the id to setpublic void setStt_name(String name)
id
- the id to setpublic void setStat_Bez(String id)
id
- the id to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |