Uses of Class
org.processmining.placebasedlpmdiscovery.model.fpgrowth.WindowLPMTreeNode
-
-
Uses of WindowLPMTreeNode in org.processmining.placebasedlpmdiscovery.lpmbuilding.algorithms.fpgrowth.placecombination.utils
Methods in org.processmining.placebasedlpmdiscovery.lpmbuilding.algorithms.fpgrowth.placecombination.utils that return WindowLPMTreeNode Modifier and Type Method Description WindowLPMTreeNodeWindowLPMTreeValidLPMsRandomTraversal. next() -
Uses of WindowLPMTreeNode in org.processmining.placebasedlpmdiscovery.model.fpgrowth
Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return WindowLPMTreeNode Modifier and Type Method Description WindowLPMTreeNodeWindowLPMTreeNode. getNullChild()Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return types with arguments of type WindowLPMTreeNode Modifier and Type Method Description java.util.Collection<WindowLPMTreeNode>WindowLPMTreeNode. getChildren()java.util.Collection<WindowLPMTreeNode>WindowLPMTreeNode. getChildren(int pos)java.util.Collection<WindowLPMTreeNode>WindowLPMTreeNode. getChildren(int event, int pos)java.util.Set<WindowLPMTreeNode>WindowLPMTree. getNullNodes()Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth with parameters of type WindowLPMTreeNode Modifier and Type Method Description LPMTemporaryWindowInfoLPMTemporaryWindowInfoCreator. createTempInfo(WindowLPMTreeNode n)
-