getPluginContextType
public java.lang.Class<? extends org.processmining.framework.plugin.PluginContext> getPluginContextType()
Description copied from interface: org.processmining.framework.plugin.GlobalContext
Returns the specific type of the PluginContext. This type is used to
instantiate new contexts in which to invoke plugins.
- Specified by:
getPluginContextType
in interface org.processmining.framework.plugin.GlobalContext
- Specified by:
getPluginContextType
in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- Returns:
- the type of PluginContext provided by this global context