Class WindowLPMTreeNode
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.model.fpgrowth.WindowLPMTreeNode
-
public class WindowLPMTreeNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WindowLPMTreeNode(int position, int windowWidth, ReplayableLocalProcessModel lpm, int inEvent, int outEvent, java.util.List<java.lang.Integer> replayedEventsIndices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.Collection<WindowLPMTreeNode>getChildren()java.util.Collection<WindowLPMTreeNode>getChildren(int pos)java.util.Collection<WindowLPMTreeNode>getChildren(int event, int pos)ReplayableLocalProcessModelgetLpm()WindowLPMTreeNodegetNullChild()java.util.List<java.lang.Integer>getReplayedEventsIndices()inthashCode()java.lang.StringtoString()voidtryAddNullChild(int event, int eventPos)voidtryAddPath(int inEvent, int inPos, int outEvent, int outPos, java.util.List<Place> path, java.util.Map<java.lang.String,java.lang.Integer> labelMap)voidtryAddPlace(int inEvent, int inPos, int outEvent, int outPos, Place place, java.util.Map<java.lang.String,java.lang.Integer> labelMap)
-
-
-
Constructor Detail
-
WindowLPMTreeNode
public WindowLPMTreeNode(int position, int windowWidth, ReplayableLocalProcessModel lpm, int inEvent, int outEvent, java.util.List<java.lang.Integer> replayedEventsIndices)
-
-
Method Detail
-
tryAddPlace
public void tryAddPlace(int inEvent, int inPos, int outEvent, int outPos, Place place, java.util.Map<java.lang.String,java.lang.Integer> labelMap)
-
tryAddPath
public void tryAddPath(int inEvent, int inPos, int outEvent, int outPos, java.util.List<Place> path, java.util.Map<java.lang.String,java.lang.Integer> labelMap)
-
tryAddNullChild
public void tryAddNullChild(int event, int eventPos)
-
getChildren
public java.util.Collection<WindowLPMTreeNode> getChildren()
-
getChildren
public java.util.Collection<WindowLPMTreeNode> getChildren(int pos)
-
getChildren
public java.util.Collection<WindowLPMTreeNode> getChildren(int event, int pos)
-
getNullChild
public WindowLPMTreeNode getNullChild()
-
getLpm
public ReplayableLocalProcessModel getLpm()
-
getReplayedEventsIndices
public java.util.List<java.lang.Integer> getReplayedEventsIndices()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-