Uses of Class
org.processmining.plugins.inductiveVisualMiner.editModel.DfgEdgeNodiser.NodeType
-
Packages that use DfgEdgeNodiser.NodeType Package Description org.processmining.plugins.inductiveVisualMiner.editModel -
-
Uses of DfgEdgeNodiser.NodeType in org.processmining.plugins.inductiveVisualMiner.editModel
Methods in org.processmining.plugins.inductiveVisualMiner.editModel that return DfgEdgeNodiser.NodeType Modifier and Type Method Description DfgEdgeNodiser.NodeTypeDfgEdgeNodiser. getLastNodeType()static DfgEdgeNodiser.NodeTypeDfgEdgeNodiser.NodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DfgEdgeNodiser.NodeType[]DfgEdgeNodiser.NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-