|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.cesr.sesamgim.core.GManager
public class GManager
Field Summary | |
---|---|
protected com.vividsolutions.jts.geom.GeometryFactory |
geoFactory
|
protected repast.simphony.space.gis.Geography<Object> |
inhabitedAreaGeography
|
protected static GManager |
manager
|
protected Set<GimParameterConsistencyChecker> |
paramConsistencyCheckers
|
protected static de.cesr.uranus.core.UranusRandomService |
randomService
|
protected repast.simphony.context.Context<Object> |
rootContext
|
protected repast.simphony.space.gis.Geography<Object> |
rootGeography
|
protected Collection<GimUpdatableContext<?>> |
ucContexts
|
protected repast.simphony.space.gis.Geography<Object> |
utmGeography
|
Constructor Summary | |
---|---|
protected |
GManager()
|
Method Summary | |
---|---|
void |
afterInit()
Should be called from the user model after any geo-initialisation. |
void |
checkParameterSettingConsistency()
|
com.vividsolutions.jts.geom.GeometryFactory |
getGeomFactory()
|
repast.simphony.space.gis.Geography<Object> |
getInhabitedArea()
Get the geography that designates living areas. |
static GManager |
getMan()
Provides an instance of this GManager. |
Collection<GimMarketCellContext<?>> |
getMarketCellContexts()
Gives all MarketCellContexts |
repast.simphony.context.Context<Object> |
getRootContext()
|
repast.simphony.space.gis.Geography<Object> |
getRootGeography()
|
Collection<GimUpdatableContext<?>> |
getUpdatableContexts()
Gives all MarketCellContexts |
static de.cesr.uranus.core.UranusRandomService |
getURandomService()
Return the random manager that is used for random processes. |
repast.simphony.space.gis.Geography<Object> |
getUtmRootGeography()
TODO keep up to date |
protected void |
init()
TODO incorporate PARMA listener mechanism Inits random stream(s) |
void |
removeParameterConsistencyChecker(GimParameterConsistencyChecker checker)
|
static void |
reset()
Resets the current instance of GManager. |
void |
setRootContext(repast.simphony.context.Context<Object> rootContext)
|
void |
subscribeParameterConsistencyChecker(GimParameterConsistencyChecker checker)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static GManager manager
protected repast.simphony.context.Context<Object> rootContext
protected com.vividsolutions.jts.geom.GeometryFactory geoFactory
protected repast.simphony.space.gis.Geography<Object> rootGeography
protected repast.simphony.space.gis.Geography<Object> utmGeography
protected repast.simphony.space.gis.Geography<Object> inhabitedAreaGeography
protected Collection<GimUpdatableContext<?>> ucContexts
protected Set<GimParameterConsistencyChecker> paramConsistencyCheckers
protected static de.cesr.uranus.core.UranusRandomService randomService
Constructor Detail |
---|
protected GManager()
Method Detail |
---|
public static GManager getMan()
init()
which
initialises random number generators and uses random seed parameters!
protected void init()
public void checkParameterSettingConsistency()
public void subscribeParameterConsistencyChecker(GimParameterConsistencyChecker checker)
checker
- to addpublic void removeParameterConsistencyChecker(GimParameterConsistencyChecker checker)
checker
- to removepublic com.vividsolutions.jts.geom.GeometryFactory getGeomFactory()
public repast.simphony.space.gis.Geography<Object> getInhabitedArea()
public repast.simphony.space.gis.Geography<Object> getUtmRootGeography()
public static de.cesr.uranus.core.UranusRandomService getURandomService()
public void afterInit()
public static void reset()
public repast.simphony.context.Context<Object> getRootContext()
public void setRootContext(repast.simphony.context.Context<Object> rootContext)
rootContext
- the rootContext to setpublic Collection<GimMarketCellContext<?>> getMarketCellContexts()
public Collection<GimUpdatableContext<?>> getUpdatableContexts()
public repast.simphony.space.gis.Geography<Object> getRootGeography()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |