Class NodeFactory.InProgress
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.base.impls.NodeFactory.InProgress
-
- All Implemented Interfaces:
java.util.function.Supplier<N>,SimpleBuilder<N>
- Enclosing class:
- NodeFactory<N extends TreeNode>
public class NodeFactory.InProgress extends java.lang.Object implements SimpleBuilder<N>
-
-
Constructor Summary
Constructors Constructor Description InProgress(N createdNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeFactory.InProgressaddChild(N child)<A> NodeFactory.InProgressannotate(A annotation)Nbuild()NodeFactory.InProgresssetParent(N parent)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.components.SimpleBuilder
get
-
-
-
-
Constructor Detail
-
InProgress
public InProgress(N createdNode)
-
-
Method Detail
-
annotate
public <A> NodeFactory.InProgress annotate(A annotation)
-
addChild
public NodeFactory.InProgress addChild(N child)
-
setParent
public NodeFactory.InProgress setParent(N parent)
-
build
public N build()
- Specified by:
buildin interfaceSimpleBuilder<N extends TreeNode>
-
-