annas.graph
Interface NodeFactory<N>

Type Parameters:
N - Node type
All Known Implementing Classes:
DefaultNodeFactory

public interface NodeFactory<N>

Factory for creating nodes

Author:
Sam Wilson

Method Summary
 N createNode()
           
 

Method Detail

createNode

N createNode()