Uses of Class
org.processmining.placebasedlpmdiscovery.model.fpgrowth.MainFPGrowthLPMTreeNode
-
Packages that use MainFPGrowthLPMTreeNode Package Description org.processmining.placebasedlpmdiscovery.model.fpgrowth -
-
Uses of MainFPGrowthLPMTreeNode in org.processmining.placebasedlpmdiscovery.model.fpgrowth
Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return MainFPGrowthLPMTreeNode Modifier and Type Method Description MainFPGrowthLPMTreeNodeMainFPGrowthLPMTreeNode. add(MainFPGrowthLPMTreeNode parent, Place place)protected MainFPGrowthLPMTreeNodeMainFPGrowthLPMTree. createRoot()MainFPGrowthLPMTreeNodeMainFPGrowthLPMTreeNode. getChild(Place place)MainFPGrowthLPMTreeNodeMainFPGrowthLPMTree. getNode(LocalProcessModel lpm)MainFPGrowthLPMTreeNodeMainFPGrowthLPMTree. getRoot()Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return types with arguments of type MainFPGrowthLPMTreeNode Modifier and Type Method Description java.util.Set<MainFPGrowthLPMTreeNode>MainFPGrowthLPMTreeNode. getChildren()Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth with parameters of type MainFPGrowthLPMTreeNode Modifier and Type Method Description MainFPGrowthLPMTreeNodeMainFPGrowthLPMTreeNode. add(MainFPGrowthLPMTreeNode parent, Place place)Constructors in org.processmining.placebasedlpmdiscovery.model.fpgrowth with parameters of type MainFPGrowthLPMTreeNode Constructor Description MainFPGrowthLPMTreeNode(MainFPGrowthLPMTreeNode parent)MainFPGrowthLPMTreeNode(MainFPGrowthLPMTreeNode parent, Place place)
-