com.kuka.graph
Interface NodeFactory<N>

Type Parameters:
N - the type of the nodes this factory is creating
All Superinterfaces:
Serializable

public interface NodeFactory<N>
extends Serializable

Factory creating nodes of type N.


Method Summary
 N createNode()
          Creates a new node.
 

Method Detail

createNode

N createNode()
Creates a new node.

Returns:
the node


Copyright © 2019. All rights reserved.