Package | Description |
---|---|
org.processmining.framework.plugin | |
org.processmining.framework.plugin.impl | |
org.processmining.framework.util.collection |
Modifier and Type | Method and Description |
---|---|
Pair<PluginDescriptor,java.lang.Integer> |
PluginContext.getPluginDescriptor()
Return the plugin descriptor and method index of the plugin which is
invoked in this context.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Pair<java.lang.Integer,PluginParameterBinding>> |
PluginManager.find(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.Class<?> resultType,
java.lang.Class<? extends PluginContext> contextType,
boolean totalMatch,
boolean orderedParameters,
boolean mustBeUserVisible,
java.lang.Class<?>... args)
This method retuns a collection of
Pair s of
Integer and PluginParameterBinding objects,
such that: |
java.util.Set<Pair<java.lang.Integer,PluginDescriptor>> |
PluginManager.getPluginsResultingIn(java.lang.Class<? extends java.lang.Object> resultType,
java.lang.Class<? extends PluginContext> contextType,
boolean mustBeUserVisible)
Find the plugins resulting in the given type.
|
Modifier and Type | Method and Description |
---|---|
Pair<PluginDescriptor,java.lang.Integer> |
AbstractPluginContext.getPluginDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Pair<java.lang.Integer,PluginParameterBinding>> |
PluginManagerImpl.find(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.Class<?> resultType,
java.lang.Class<? extends PluginContext> contextType,
boolean totalMatch,
boolean orderedParameters,
boolean mustBeUserVisible,
java.lang.Class<?>... parameters) |
java.util.Set<Pair<java.lang.Integer,PluginDescriptor>> |
PluginManagerImpl.getPluginsResultingIn(java.lang.Class<?> resultType,
java.lang.Class<? extends PluginContext> contextType,
boolean mustBeUserVisible) |
Modifier and Type | Class and Description |
---|---|
class |
ComparablePair<F extends java.lang.Comparable<? super F>,S extends java.lang.Comparable<? super S>> |