Class FanInCache

java.lang.Object
se.lnu.siq.s4rdm3x.model.cmd.util.FanInCache

public class FanInCache
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.util.HashMap<CNode,​java.util.HashMap<CNode,​java.lang.Double>> m_nodeFanInMap  
  • Constructor Summary

    Constructors 
    Constructor Description
    FanInCache​(java.lang.Iterable<CNode> a_nodes)  
  • Method Summary

    Modifier and Type Method Description
    double getFanIn​(CNode a_to)  
    double getFanIn​(CNode a_to, CNode a_from)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait