Uses of Class
org.processmining.framework.util.Pair
-
Packages that use Pair Package Description org.processmining.framework.plugin org.processmining.framework.plugin.impl org.processmining.framework.util.collection -
-
Uses of Pair in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return Pair Modifier and Type Method Description Pair<PluginDescriptor,java.lang.Integer>
PluginContext. getPluginDescriptor()
Return the plugin descriptor and method index of the plugin which is invoked in this context.Methods in org.processmining.framework.plugin that return types with arguments of type Pair Modifier and Type Method Description java.util.Set<Pair<java.lang.Integer,PluginParameterBinding>>
PluginManager. find(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.Class<?>[] resultTypes, java.lang.Class<? extends PluginContext> contextType, boolean totalMatch, boolean orderedParameters, boolean mustBeUserVisible, java.lang.Class<?>... parameters)
This method retuns a collection ofPair
s ofInteger
andPluginParameterBinding
objects, such that: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 ofPair
s ofInteger
andPluginParameterBinding
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. -
Uses of Pair in org.processmining.framework.plugin.impl
Methods in org.processmining.framework.plugin.impl that return Pair Modifier and Type Method Description Pair<PluginDescriptor,java.lang.Integer>
AbstractPluginContext. getPluginDescriptor()
Methods in org.processmining.framework.plugin.impl that return types with arguments of type Pair Modifier and Type Method Description java.util.Set<Pair<java.lang.Integer,PluginParameterBinding>>
PluginManagerImpl. find(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.Class<?>[] resultTypes, java.lang.Class<? extends PluginContext> contextType, boolean totalMatch, boolean orderedParameters, boolean mustBeUserVisible, java.lang.Class<?>... parameters)
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)
-
Uses of Pair in org.processmining.framework.util.collection
Subclasses of Pair in org.processmining.framework.util.collection Modifier and Type Class Description class
ComparablePair<F extends java.lang.Comparable<? super F>,S extends java.lang.Comparable<? super S>>
-