Class ProcessTreeNodiser
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.efficienttree.ProcessTreeNodiser
-
public class ProcessTreeNodiser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessTreeNodiser.NodeType
-
Constructor Summary
Constructors Constructor Description ProcessTreeNodiser(java.lang.String string, int spacesPerTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLastActivity()intgetLastIndentation()intgetLastLineNumber()ProcessTreeNodiser.NodeTypegetLastNodeType()booleannextNode()Fetches the next node and returns whether it exists.voidpushBack()
-
-
-
Method Detail
-
nextNode
public boolean nextNode() throws java.io.IOExceptionFetches the next node and returns whether it exists.- Returns:
- Throws:
java.io.IOException
-
getLastActivity
public java.lang.String getLastActivity()
-
getLastNodeType
public ProcessTreeNodiser.NodeType getLastNodeType()
-
getLastIndentation
public int getLastIndentation()
-
getLastLineNumber
public int getLastLineNumber()
-
pushBack
public void pushBack()
-
-