de.cesr.more.manipulate.agent
Class MBlacklistThresholdLinkProcessor.TieCounter

java.lang.Object
  extended by de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor.TieCounter
Enclosing class:
MBlacklistThresholdLinkProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>>

protected class MBlacklistThresholdLinkProcessor.TieCounter
extends Object


Field Summary
 int localTies
           
 int reciprocalTies
           
 int transitiveTies
           
 
Constructor Summary
protected MBlacklistThresholdLinkProcessor.TieCounter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transitiveTies

public int transitiveTies

reciprocalTies

public int reciprocalTies

localTies

public int localTies
Constructor Detail

MBlacklistThresholdLinkProcessor.TieCounter

protected MBlacklistThresholdLinkProcessor.TieCounter()