de.cesr.more.rs.building
Interface MoreRsNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>>

Type Parameters:
AgentType -
EdgeType -
All Superinterfaces:
MoreNetworkBuilder<AgentType,EdgeType>
All Known Subinterfaces:
MoreGeoRsNetworkBuilder<AgentType,EdgeType>, MoreGeoRsNetworkService<AgentType,EdgeType>, MoreRsNetworkService<AgentType,EdgeType>
All Known Implementing Classes:
MAbstractGeoRsNetworkBuilder, MGeoRsBaselineNumberNetworkService, MGeoRsBaselineRadiusNetworkService, MGeoRsBaselineRingNetworkService, MGeoRsCompleteNetworkBuilder, MGeoRsHomophilyDistanceFfNetworkService, MGeoRsHomophilyDistanceNetworkService, MGeoRsIdealHomophilyDistanceNetworkService, MGeoRsIdealNetworkService, MGeoRsLattice2DNetworkBuilder, MGeoRsNetworkService, MGeoRsRandomNetworkService, MGeoRsRestoreNetworkBuilder, MGeoRsSocialDistanceAttachNetworkBuilder, MGeoRsWattsBetaSwBuilder, MGeoRsWattsBetaSwPartnerCheckingBuilder, MGroupBaselineRadiusNetworkService, MRsCompleteNetworkBuilder, MRsErdosRenyiRandomNetworkService, MRsLattice2DNetworkBuilder, MRsNetworkService

public interface MoreRsNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>>
extends MoreNetworkBuilder<AgentType,EdgeType>

MORe

Date:
23.05.2011

Method Summary
 MoreRsNetwork<AgentType,EdgeType> buildNetwork(Collection<AgentType> agents)
          Links the given collection of agents and thus generates the network.
 void setContext(repast.simphony.context.Context<AgentType> context)
          Set the context the resulting network is embedded within.
 

Method Detail

setContext

void setContext(repast.simphony.context.Context<AgentType> context)
Set the context the resulting network is embedded within.

Parameters:
context -

buildNetwork

MoreRsNetwork<AgentType,EdgeType> buildNetwork(Collection<AgentType> agents)
Description copied from interface: MoreNetworkBuilder
Links the given collection of agents and thus generates the network.

Specified by:
buildNetwork in interface MoreNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>>
Parameters:
agents -
Returns:
network