Constructor and Description |
---|
org.processmining.plugins.inductiveVisualMiner.editModel.DfgTokeniser(InputStream)
As of JDK version 1.1, the preferred way to tokenize an input
stream is to convert it into a character stream, for example:
Reader r = new BufferedReader(new InputStreamReader(is)); StreamTokenizer st = new StreamTokenizer(r); |
org.processmining.plugins.inductiveVisualMiner.InductiveVisualMinerController(PluginContext, InductiveVisualMinerPanel, InductiveVisualMinerState, ProMCanceller) |
org.processmining.plugins.inductiveVisualMiner.InductiveVisualMinerState(XLog, EfficientTree) |