fr.umlv.tatoo.cc.parser.solver
Interface NodeFactory<K,V>


public interface NodeFactory<K,V>

Author:
Julien

Method Summary
 NodeContent<K,V> getNode(K key)
          Build node information from key
 

Method Detail

getNode

NodeContent<K,V> getNode(K key)
Build node information from key

Parameters:
key - the key
Returns:
the node