| Package | Description |
|---|---|
| org.processmining.framework.plugin | |
| org.processmining.framework.plugin.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginContext |
| Modifier and Type | Class and 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 |
| Modifier and Type | Method and Description |
|---|---|
GlobalContext |
AbstractPluginContext.getGlobalContext() |
| Constructor and Description |
|---|
AbstractPluginContext(GlobalContext context,
java.lang.String label)
Create a new root plugin instance context.
|