| Package | Description |
|---|---|
| org.processmining.operationalsupport.plugin | |
| org.processmining.operationalsupport.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
OSServicePOM
Adds automatic handling of providers to OSService.
|
| Modifier and Type | Method and Description |
|---|---|
OSService |
OSServicePlugin.startOperationalSupportServerDefault(org.processmining.framework.plugin.PluginContext context) |
OSService |
OSServicePlugin.startOperationalSupportServerDefault(org.processmining.contexts.uitopia.UIPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
OSServiceVisualizer.visualize(org.processmining.framework.plugin.PluginContext context,
OSService service) |
| Modifier and Type | Method and Description |
|---|---|
OSService |
AbstractProvider.getOwner() |
OSService |
Provider.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
static Provider |
RandomProvider.registerServiceProvider(org.processmining.framework.plugin.PluginContext context,
OSService service) |
static Provider |
TestProvider.registerServiceProvider(org.processmining.framework.plugin.PluginContext context,
OSService service) |
void |
AbstractProvider.setOwner(OSService owner) |
| Constructor and Description |
|---|
AbstractProvider(OSService owner) |
RandomProvider(OSService owner) |
TestProvider(OSService owner) |