Class DfgActivityNodiser
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.editModel.DfgActivityNodiser
-
public class DfgActivityNodiser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDfgActivityNodiser.NodeType
-
Constructor Summary
Constructors Constructor Description DfgActivityNodiser(java.lang.String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLastActivity()intgetLastActivityIndex()intgetLastIndentation()intgetLastLineNumber()DfgActivityNodiser.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 DfgActivityNodiser.NodeType getLastNodeType()
-
getLastIndentation
public int getLastIndentation()
-
getLastLineNumber
public int getLastLineNumber()
-
pushBack
public void pushBack()
-
getLastActivityIndex
public int getLastActivityIndex()
-
-