Class NodeFactory<N extends TreeNode>
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.base.impls.NodeFactory<N>
-
public class NodeFactory<N extends TreeNode> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNodeFactory.InProgress
-
Constructor Summary
Constructors Constructor Description NodeFactory(java.lang.Class<N> nodeClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NchildOf(N parent)NcreateNode(java.lang.Object... args)NodeFactory.InProgressnewChildOf(N parent)NodeFactory.InProgressnewNode()
-
-
-
Constructor Detail
-
NodeFactory
public NodeFactory(java.lang.Class<N> nodeClass)
-
-
Method Detail
-
createNode
public N createNode(java.lang.Object... args)
-
newChildOf
public NodeFactory.InProgress newChildOf(N parent)
-
newNode
public NodeFactory.InProgress newNode()
-
-