de.cesr.more.basic.edge
Interface MoreFadingWeightEdge

All Known Implementing Classes:
MEdge, MGeoEdge, MRepastEdge

public interface MoreFadingWeightEdge

MORe Interface for edges whose weight fade out. The amount of fading weight is determined by MNetManipulatePa.DYN_FADE_OUT_AMOUNT, the interval of fades by MNetManipulatePa.DYN_FADE_OUT_INTERVAL . If MNetManipulatePa.DYN_FADE_OUT_AMOUNT is greater than 0.0 the fading shall be scheduled automatically. NOTE: Relevant is the value of MNetManipulatePa.DYN_FADE_OUT_AMOUNT at initialisation time of the edge object!

Date:
10.04.2012

Method Summary
 void fadeWeight()
          Fades the edge weight by MNetManipulatePa.DYN_FADE_OUT_AMOUNT.
 

Method Detail

fadeWeight

void fadeWeight()
Fades the edge weight by MNetManipulatePa.DYN_FADE_OUT_AMOUNT.