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