Uses of Interface
org.processmining.framework.plugin.GlobalContext
-
Packages that use GlobalContext Package Description org.processmining.framework.plugin org.processmining.framework.plugin.impl -
-
Uses of GlobalContext in org.processmining.framework.plugin
Subinterfaces of GlobalContext in org.processmining.framework.plugin Modifier and Type Interface Description interface
PluginContext
-
Uses of GlobalContext in org.processmining.framework.plugin.impl
Classes in org.processmining.framework.plugin.impl that implement GlobalContext Modifier and Type Class Description class
AbstractGlobalContext
Since this context should maintain a link to a single plugin context, and PluginContextImpl is abstract, this context is also abstract.class
AbstractPluginContext
Methods in org.processmining.framework.plugin.impl that return GlobalContext Modifier and Type Method Description GlobalContext
AbstractPluginContext. getGlobalContext()
Constructors in org.processmining.framework.plugin.impl with parameters of type GlobalContext Constructor Description AbstractPluginContext(GlobalContext context, java.lang.String label)
Create a new root plugin instance context.
-