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 interfacePluginContext -
Uses of GlobalContext in org.processmining.framework.plugin.impl
Classes in org.processmining.framework.plugin.impl that implement GlobalContext Modifier and Type Class Description classAbstractGlobalContextSince this context should maintain a link to a single plugin context, and PluginContextImpl is abstract, this context is also abstract.classAbstractPluginContextMethods in org.processmining.framework.plugin.impl that return GlobalContext Modifier and Type Method Description GlobalContextAbstractPluginContext. 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.
-