Package de.cesr.more.manipulate.agent

Interface Summary
MoreEgoNetworkEvent MORe
MoreEgoNetworkManagerComp<A,E extends MoreEdge<? super A>> MORe
MoreEgoNetworkProcessor<A,E extends MoreEdge<? super A>> MORe
MoreLinkManipulatableAgent<A> MORe Interface for agent classes that shall use a link manipulation processor like MThresholdLinkProcessor
 

Class Summary
MBlacklistThresholdLinkProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>> MORe I assumes that agents have a static GIS location and do not move and caches agent's local potential interaction partners.
MEgoNetworkManagerComp<A,E extends MoreEdge<? super A>> Agent component that manages the agents links according to differences between partners regarding some node property.
MMilieuThresholdWeightProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>> MORe
MPseudoEgoNetworkProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>> MORe Does nothing.
MThresholdLinkProcessor<A extends MoreLinkManipulatableAgent<A>,E extends MoreEdge<? super A>> MORe TODO adapt: consider global, reciprocal and local links!
MThresholdWeightProcessor<A extends MoreLinkManipulatableAgent<A>,E extends MoreEdge<? super A>> MORe In case the node properties undergo a certain threshold (MNetManipulatePa.DYN_INCREASE_THRESHOLD), weights are increased by (MNetManipulatePa.DYN_INCREASE_AMOUNT).