de.cesr.more.basic
Class MNetworkTools

java.lang.Object
  extended by de.cesr.more.basic.MNetworkTools

public class MNetworkTools
extends Object

MORe The MNetworkTools provides some general static methods that are applied to networks.

Date:
11.10.2011

Constructor Summary
MNetworkTools()
           
 
Method Summary
static
<AgentType>
boolean
isStructurallyEqual(MoreNetwork<AgentType,?> networkOne, MoreNetwork<AgentType,?> networkTwo)
          Requires the same set of nodes to be equal (if B is representative of A, A.equals(B) must be true)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MNetworkTools

public MNetworkTools()
Method Detail

isStructurallyEqual

public static <AgentType> boolean isStructurallyEqual(MoreNetwork<AgentType,?> networkOne,
                                                      MoreNetwork<AgentType,?> networkTwo)
Requires the same set of nodes to be equal (if B is representative of A, A.equals(B) must be true)

Parameters:
networkOne -
networkTwo -
Returns:
true if the given networks are structurally equal.