Class MainFPGrowthLPMTreeNode
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.model.fpgrowth.MainFPGrowthLPMTreeNode
-
public class MainFPGrowthLPMTreeNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MainFPGrowthLPMTreeNode(MainFPGrowthLPMTreeNode parent)MainFPGrowthLPMTreeNode(MainFPGrowthLPMTreeNode parent, Place place)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MainFPGrowthLPMTreeNodeadd(MainFPGrowthLPMTreeNode parent, Place place)LPMAdditionalInfogetAdditionalInfo()MainFPGrowthLPMTreeNodegetChild(Place place)java.util.Set<MainFPGrowthLPMTreeNode>getChildren()intgetHeight()LocalProcessModelgetLPM()booleanhasChild(Place place)voidsetAdditionalInfo(LPMAdditionalInfo newInfo)
-
-
-
Constructor Detail
-
MainFPGrowthLPMTreeNode
public MainFPGrowthLPMTreeNode(MainFPGrowthLPMTreeNode parent)
-
MainFPGrowthLPMTreeNode
public MainFPGrowthLPMTreeNode(MainFPGrowthLPMTreeNode parent, Place place)
-
-
Method Detail
-
hasChild
public boolean hasChild(Place place)
-
getChildren
public java.util.Set<MainFPGrowthLPMTreeNode> getChildren()
-
getChild
public MainFPGrowthLPMTreeNode getChild(Place place)
-
getAdditionalInfo
public LPMAdditionalInfo getAdditionalInfo()
-
add
public MainFPGrowthLPMTreeNode add(MainFPGrowthLPMTreeNode parent, Place place)
-
getLPM
public LocalProcessModel getLPM()
-
getHeight
public int getHeight()
-
setAdditionalInfo
public void setAdditionalInfo(LPMAdditionalInfo newInfo)
-
-