de.cesr.more.manipulate.agent
Class MMilieuThresholdWeightProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>>

java.lang.Object
  extended by de.cesr.more.manipulate.agent.MThresholdWeightProcessor<A,E>
      extended by de.cesr.more.manipulate.agent.MMilieuThresholdWeightProcessor<A,E>
All Implemented Interfaces:
MoreEgoNetworkProcessor<A,E>

public class MMilieuThresholdWeightProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>>
extends MThresholdWeightProcessor<A,E>

MORe

Date:
05.06.2012

Field Summary
protected static double WEIGHT_MAX
           
 
Constructor Summary
MMilieuThresholdWeightProcessor()
           
 
Method Summary
 void process(A agent, MoreNetwork<A,E> network)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEIGHT_MAX

protected static final double WEIGHT_MAX
See Also:
Constant Field Values
Constructor Detail

MMilieuThresholdWeightProcessor

public MMilieuThresholdWeightProcessor()
Method Detail

process

public void process(A agent,
                    MoreNetwork<A,E> network)
Specified by:
process in interface MoreEgoNetworkProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>>
Overrides:
process in class MThresholdWeightProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>>
See Also:
MoreEgoNetworkProcessor.process(java.lang.Object, de.cesr.more.basic.network.MoreNetwork)