de.cesr.more.building.util
Interface MoreLinkProbProvider<V>

Type Parameters:
V -

public interface MoreLinkProbProvider<V>

MORe

Date:
13.06.2012

Method Summary
 double getLinkProb(V node)
          Return the probability with which other agents are linked to the given agent.
 

Method Detail

getLinkProb

double getLinkProb(V node)
Return the probability with which other agents are linked to the given agent.

Parameters:
node -
Returns:
link probability for the given node.