|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder<AgentType,EdgeType>
public abstract class MAbstractGeoRsNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>>
MORe
Field Summary | |
---|---|
protected repast.simphony.context.Context<AgentType> |
context
The context the network belongs to. |
protected MoreEdgeFactory<AgentType,EdgeType> |
edgeFac
|
protected MoreNetworkEdgeModifier<AgentType,EdgeType> |
edgeModifier
should be accessed via getEdgeModifer... |
protected com.vividsolutions.jts.geom.GeometryFactory |
geoFactory
|
protected repast.simphony.space.gis.Geography<Object> |
geography
Need to be of type Object since network objects and agents should be insertable |
Constructor Summary | |
---|---|
MAbstractGeoRsNetworkBuilder()
|
|
MAbstractGeoRsNetworkBuilder(repast.simphony.space.gis.Geography<Object> geography)
|
Method Summary | |
---|---|
repast.simphony.context.Context<AgentType> |
getContext()
|
repast.simphony.space.gis.Geography<Object> |
getGeography()
|
void |
setContext(repast.simphony.context.Context<AgentType> context)
Set the context the resulting network is embedded within. |
void |
setGeography(repast.simphony.space.gis.Geography<Object> geography)
Sets the geography that defines the spatial proximity of nodes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.cesr.more.rs.building.MoreRsNetworkBuilder |
---|
buildNetwork |
Field Detail |
---|
protected repast.simphony.space.gis.Geography<Object> geography
Object
since network objects and agents should be insertable
protected com.vividsolutions.jts.geom.GeometryFactory geoFactory
protected MoreEdgeFactory<AgentType,EdgeType extends MRepastEdge<AgentType>> edgeFac
protected MoreNetworkEdgeModifier<AgentType,EdgeType extends MRepastEdge<AgentType>> edgeModifier
protected repast.simphony.context.Context<AgentType> context
Constructor Detail |
---|
public MAbstractGeoRsNetworkBuilder(repast.simphony.space.gis.Geography<Object> geography)
geography
- public MAbstractGeoRsNetworkBuilder()
Method Detail |
---|
public void setGeography(repast.simphony.space.gis.Geography<Object> geography)
MoreGeoNetworkBuilder
setGeography
in interface MoreGeoNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>>
MoreGeoNetworkBuilder.setGeography(repast.simphony.space.gis.Geography)
public void setContext(repast.simphony.context.Context<AgentType> context)
MoreRsNetworkBuilder
setContext
in interface MoreRsNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>>
MoreRsNetworkBuilder.setContext(repast.simphony.context.Context)
public repast.simphony.space.gis.Geography<Object> getGeography()
public repast.simphony.context.Context<AgentType> getContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |