Class LogSkeletonNode
- java.lang.Object
-
- org.processmining.logskeleton.models.LogSkeletonNode
-
public class LogSkeletonNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogSkeletonNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()intgetHigh()java.util.Map<LogSkeletonNode,LogSkeletonEdge>getIncoming()java.lang.StringgetLabel()java.lang.StringgetLabelRepresentative()intgetLow()java.util.Map<LogSkeletonNode,LogSkeletonEdge>getOutgoing()booleanisSelected()voidsetCount(int count)voidsetHigh(int high)voidsetIncoming(java.util.Map<LogSkeletonNode,LogSkeletonEdge> incoming)voidsetLabel(java.lang.String label)voidsetLabelRepresentative(java.lang.String labelRepresentative)voidsetLow(int low)voidsetOutgoing(java.util.Map<LogSkeletonNode,LogSkeletonEdge> outgoing)voidsetSelected(boolean selected)
-
-
-
Method Detail
-
getOutgoing
public java.util.Map<LogSkeletonNode,LogSkeletonEdge> getOutgoing()
-
setOutgoing
public void setOutgoing(java.util.Map<LogSkeletonNode,LogSkeletonEdge> outgoing)
-
getIncoming
public java.util.Map<LogSkeletonNode,LogSkeletonEdge> getIncoming()
-
setIncoming
public void setIncoming(java.util.Map<LogSkeletonNode,LogSkeletonEdge> incoming)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getLabelRepresentative
public java.lang.String getLabelRepresentative()
-
setLabelRepresentative
public void setLabelRepresentative(java.lang.String labelRepresentative)
-
getCount
public int getCount()
-
setCount
public void setCount(int count)
-
getLow
public int getLow()
-
setLow
public void setLow(int low)
-
getHigh
public int getHigh()
-
setHigh
public void setHigh(int high)
-
isSelected
public boolean isSelected()
-
setSelected
public void setSelected(boolean selected)
-
-