Uses of Interface
org.processmining.framework.plugin.PluginContextID
-
Packages that use PluginContextID Package Description org.processmining.framework.plugin org.processmining.framework.plugin.events org.processmining.framework.plugin.impl -
-
Uses of PluginContextID in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return PluginContextID Modifier and Type Method Description PluginContextIDGlobalContext. createNewPluginContextID()The GlobalContext implementation should create IDs for all PluginContexts instantiated for it.PluginContextIDPluginContext. getID()Each PluginContext should carry an ID. -
Uses of PluginContextID in org.processmining.framework.plugin.events
Methods in org.processmining.framework.plugin.events with parameters of type PluginContextID Modifier and Type Method Description voidLogger.ListenerList. fireLog(java.lang.String message, PluginContextID contextID, Logger.MessageLevel messageLevel)voidLogger.ListenerList. fireLog(java.lang.Throwable t, PluginContextID contextID)voidLogger. log(java.lang.String message, PluginContextID contextID, Logger.MessageLevel messageLevel)voidLogger. log(java.lang.Throwable t, PluginContextID contextID) -
Uses of PluginContextID in org.processmining.framework.plugin.impl
Classes in org.processmining.framework.plugin.impl that implement PluginContextID Modifier and Type Class Description classPluginContextIDImplMethods in org.processmining.framework.plugin.impl that return PluginContextID Modifier and Type Method Description PluginContextIDAbstractGlobalContext. createNewPluginContextID()PluginContextIDAbstractPluginContext. createNewPluginContextID()The GlobalContext implementation should create IDs for all PluginContexts instantiated for it.PluginContextIDAbstractPluginContext. getID()Methods in org.processmining.framework.plugin.impl with parameters of type PluginContextID Modifier and Type Method Description intPluginContextIDImpl. compareTo(PluginContextID o)
-