A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractConnection - Class in org.processmining.framework.connections.impl
-
Note that for all implementations of Connection, it is essential to consider memory consumption.
- AbstractConnection(String) - Constructor for class org.processmining.framework.connections.impl.AbstractConnection
- AbstractGlobalContext - Class in org.processmining.framework.plugin.impl
-
Since this context should maintain a link to a single plugin context, and PluginContextImpl is abstract, this context is also abstract.
- AbstractGlobalContext() - Constructor for class org.processmining.framework.plugin.impl.AbstractGlobalContext
- AbstractImportPlugin - Class in org.processmining.framework.abstractplugins
-
Note that implementing classes of this baseclass should carry the UIImportPlugin annotation Subclasses of AbstractImportPlugin should use the @Plugin Annotation as follows:
- AbstractImportPlugin() - Constructor for class org.processmining.framework.abstractplugins.AbstractImportPlugin
- AbstractMultiSet<T,M extends java.util.Map<T,java.lang.Integer>> - Class in org.processmining.framework.util.collection
-
This class implements a mutliset.
- AbstractMultiSet() - Constructor for class org.processmining.framework.util.collection.AbstractMultiSet
- AbstractPluginContext - Class in org.processmining.framework.plugin.impl
- AbstractPluginContext(GlobalContext, String) - Constructor for class org.processmining.framework.plugin.impl.AbstractPluginContext
-
Create a new root plugin instance context.
- AbstractPluginContext(AbstractPluginContext, String) - Constructor for class org.processmining.framework.plugin.impl.AbstractPluginContext
- AbstractPluginDescriptor - Class in org.processmining.framework.plugin.impl
- AbstractPluginDescriptor() - Constructor for class org.processmining.framework.plugin.impl.AbstractPluginDescriptor
- AbstractStrongReferencingConnection - Class in org.processmining.framework.connections.impl
- AbstractStrongReferencingConnection(String) - Constructor for class org.processmining.framework.connections.impl.AbstractStrongReferencingConnection
- active - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- add(Collection<? extends N>) - Method in class org.processmining.framework.util.search.BreadthFirstExpandCollection
- add(Collection<? extends N>) - Method in class org.processmining.framework.util.search.DepthFirstExpandCollection
- add(Collection<? extends N>) - Method in interface org.processmining.framework.util.search.ExpandCollection
-
Adds the given elements to the collection.
- add(PackageDescriptor) - Method in class org.processmining.framework.packages.PackageSet
- add(T) - Method in class org.processmining.framework.plugin.events.ProMEventListenerList
- add(T) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
adds one object to the multiset.
- add(T, Integer) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
Adds the given object to the multiset, as many times as indicated by the given weight parameter.
- add(T, Integer) - Method in interface org.processmining.framework.util.collection.MultiSet
-
Adds the given object to the multiset, as many times as indicated by the given weight parameter.
- addAll(Collection<? extends T>) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
Adds the given collection to this multiset.
- addConnection(T) - Method in interface org.processmining.framework.connections.ConnectionManager
-
Adds the given connection to the framework.
- addConnection(T) - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- addConnection(T) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- addConnection(T) - Method in interface org.processmining.framework.plugin.PluginContext
-
Registers the given connection in the global context.
- addHelp(CmdLineParser.Option, String) - Method in class org.processmining.framework.util.AutoHelpCommandLineParser
- addInitialNodes(Collection<N>) - Method in class org.processmining.framework.util.search.MultiThreadedSearcher
-
Sets the initial nodes of the search tree.
- addInitialNodes(N...) - Method in class org.processmining.framework.util.search.MultiThreadedSearcher
-
Sets the initial nodes of the search tree.
- addJar(File) - Static method in class org.processmining.framework.util.PathHacker
- addJar(String) - Static method in class org.processmining.framework.util.PathHacker
- addJar(URL) - Static method in class org.processmining.framework.util.PathHacker
-
Adds the given URL to the classpath for direct use
- addJarsForPackage(PackageDescriptor, Boot.Level, PluginManager) - Static method in class org.processmining.framework.boot.Boot
- AddJarsForPackageRunnable - Class in org.processmining.framework.boot
-
Threaded implementation of the addJarsForPackage method
- AddJarsForPackageRunnable(PackageDescriptor, Boot.Level, PluginManager) - Constructor for class org.processmining.framework.boot.AddJarsForPackageRunnable
- addLibPath(String) - Static method in class org.processmining.framework.util.PathHacker
-
ensures the given path is in java.library.path
- addLibraryPathFromDirectory(File) - Static method in class org.processmining.framework.util.PathHacker
- addListener(PackageManagerListener) - Method in class org.processmining.framework.packages.PackageManager
- addListener(PluginManager.PluginManagerListener) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- addListener(PluginManager.PluginManagerListener) - Method in interface org.processmining.framework.plugin.PluginManager
-
Adds a listener to the plugin manager.
- addServiceHandler(ServiceHandler) - Method in class org.processmining.framework.util.socket.Service
-
Registers a new handler.
- affiliation() - Method in annotation type org.processmining.framework.annotations.AuthoredType
-
Specifies the affiliation of the author
- ALL - org.processmining.framework.boot.Boot.Level
- ALL - org.processmining.framework.packages.PackageDescriptor.OS
- AlphanumComparator - Class in org.processmining.framework.util.collection
-
This is an updated version with enhancements made by Daniel Migowski, Andre Bogus, and David Koelle To convert to use Templates (Java 1.5+): - Change "implements Comparator" to "implements Comparator
" - Change "compare(Object o1, Object o2)" to "compare(String s1, String s2)" - Remove the type checking and casting in compare(). - AlphanumComparator() - Constructor for class org.processmining.framework.util.collection.AlphanumComparator
- Analytics - org.processmining.framework.plugin.annotations.PluginCategory
- ArrayUtils - Class in org.processmining.framework.util
- author() - Method in annotation type org.processmining.framework.annotations.AuthoredType
-
Specifies the name of the author
- AuthoredType - Annotation Type in org.processmining.framework.annotations
- AUTO_UPDATE - Static variable in class org.processmining.framework.boot.Boot
- AutoHelpCommandLineParser - Class in org.processmining.framework.util
- AutoHelpCommandLineParser(String) - Constructor for class org.processmining.framework.util.AutoHelpCommandLineParser
- AutoHelpCommandLineParser(String, AutoHelpCommandLineParser.Command[]) - Constructor for class org.processmining.framework.util.AutoHelpCommandLineParser
- AutoHelpCommandLineParser.Command - Class in org.processmining.framework.util
B
- baseSet() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns an unmodifiable set of unique objects in the multiset.
- baseSet() - Method in interface org.processmining.framework.util.collection.MultiSet
-
returns an unmodifiable set of unique objects in the multiset.
- baseSet() - Method in interface org.processmining.framework.util.collection.SortedMultiSet
-
returns an unmodifiable set of unique objects in the multiset.
- baseSet() - Method in class org.processmining.framework.util.collection.TreeMultiSet
-
returns an unmodifiable set of unique objects in the multiset.
- boot(Class<?>, Class<? extends PluginContext>, String...) - Static method in class org.processmining.framework.boot.Boot
- boot(Class<?>, String...) - Static method in class org.processmining.framework.boot.Boot
- Boot - Class in org.processmining.framework.boot
- Boot() - Constructor for class org.processmining.framework.boot.Boot
- Boot.Level - Enum in org.processmining.framework.boot
- Bootable - Annotation Type in org.processmining.framework.plugin.annotations
- BREADTHFIRST - Static variable in class org.processmining.framework.util.search.MultiThreadedSearcher
-
Constant representing a BREADTH-FIRST search.
- BreadthFirstExpandCollection<N> - Class in org.processmining.framework.util.search
- BreadthFirstExpandCollection() - Constructor for class org.processmining.framework.util.search.BreadthFirstExpandCollection
- BulletProof - org.processmining.framework.plugin.annotations.PluginLevel
- buttonIsEnabled - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- bytesRead - Variable in class org.processmining.framework.util.progress.XMonitoredInputStream
-
Number of bytes read so far.
C
- cancel() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- cancel() - Method in interface org.processmining.framework.plugin.Progress
- cancel() - Method in interface org.processmining.framework.util.socket.ServiceEnvironment
-
A service uses this method to signal that it has been canceled (i.e., the socket is closed).
- cancel(boolean) - Method in class org.processmining.framework.plugin.ProMFuture
- CancelledException - Exception in org.processmining.framework.packages.impl
- CancelledException() - Constructor for exception org.processmining.framework.packages.impl.CancelledException
- cast(Object) - Static method in class org.processmining.framework.util.Cast
-
Casts the given object to type T.
- Cast - Class in org.processmining.framework.util
- categories() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Categories define the 'type' of functionality the plugin provides.
- changeProgress(int) - Method in interface org.processmining.framework.plugin.events.ProgressEventListener
- changeProgressBounds(int, int) - Method in interface org.processmining.framework.plugin.events.ProgressEventListener
- changeProgressCaption(String) - Method in interface org.processmining.framework.plugin.events.ProgressEventListener
- changeProgressIndeterminate(boolean) - Method in interface org.processmining.framework.plugin.events.ProgressEventListener
- changeProvidedObjectObject(ProvidedObjectID, Object) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- changeProvidedObjectObject(ProvidedObjectID, Object) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- CHECK_PACKAGES - Static variable in class org.processmining.framework.boot.Boot
- checkConsistency() - Method in class org.processmining.framework.packages.PackageManager
- CLASS_EXTENSION - Static variable in interface org.processmining.framework.plugin.PluginManager
-
Constant to denote the file extension for class files.
- Cleanable - Interface in org.processmining.framework.util
- cleanPackageCache() - Method in class org.processmining.framework.packages.PackageManager
-
Cleans the package cache in the registry.
- cleanUp() - Method in interface org.processmining.framework.util.Cleanable
- clear() - Method in interface org.processmining.framework.connections.ConnectionManager
- clear() - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- clear() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- clear() - Method in interface org.processmining.framework.plugin.PluginContext
- clear() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- clear() - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- clear() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
- clear() - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- clearSettingsCache() - Static method in class org.processmining.framework.plugin.impl.PluginCacheEntry
-
Clear the cache here.
- CLI - Annotation Type in org.processmining.framework.plugin.annotations
- clientSocket - Variable in class org.processmining.framework.util.socket.Service.ConnectionHandlerRunnable
- colorBg - Variable in class org.processmining.framework.util.ui.SlickerConsole
- colorBorder - Static variable in class org.processmining.framework.util.ui.SlickerMessageBar
- colorBottom - Static variable in class org.processmining.framework.util.ui.SlickerMessageBar
- colorDebug - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- colorError - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- colorFontBg - Variable in class org.processmining.framework.util.ui.SlickerConsole
- colorNormal - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- colorPassive - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- colorTest - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- colorTextActive - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- colorTextPassive - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- colorTop - Static variable in class org.processmining.framework.util.ui.SlickerMessageBar
- colorTriangle - Variable in class org.processmining.framework.util.ui.ExpandButton
- colorWarning - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- Command(String, String) - Constructor for class org.processmining.framework.util.AutoHelpCommandLineParser.Command
- CommandLineArgumentList - Class in org.processmining.framework.util
- CommandLineArgumentList() - Constructor for class org.processmining.framework.util.CommandLineArgumentList
- CommandLineInterface - Class in org.processmining.framework.packages
- CommandLineInterface(PackageManager) - Constructor for class org.processmining.framework.packages.CommandLineInterface
- ComparablePair<F extends java.lang.Comparable<? super F>,S extends java.lang.Comparable<? super S>> - Class in org.processmining.framework.util.collection
- ComparablePair(F, S) - Constructor for class org.processmining.framework.util.collection.ComparablePair
- comparator() - Method in interface org.processmining.framework.util.collection.SortedMultiSet
- comparator() - Method in class org.processmining.framework.util.collection.TreeMultiSet
- compare(String, String) - Method in class org.processmining.framework.util.collection.AlphanumComparator
- compareTo(PackageDescriptor) - Method in class org.processmining.framework.packages.PackageDescriptor
- compareTo(PackageVersion) - Method in class org.processmining.framework.packages.PackageVersion
- compareTo(PluginContextID) - Method in class org.processmining.framework.plugin.impl.PluginContextIDImpl
- compareTo(PluginDescriptor) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- compareTo(PluginDescriptor) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Compares this plugin with another plugins.
- compareTo(PluginDescriptorID) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorIDImpl
- compareTo(PluginParameterBinding) - Method in class org.processmining.framework.plugin.PluginParameterBinding
- compareTo(ProMID) - Method in class org.processmining.framework.connections.impl.ConnectionIDImpl
- compareTo(ProMID) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectIDImpl
- compareTo(ComparablePair<F, S>) - Method in class org.processmining.framework.util.collection.ComparablePair
- compareTo(T, T) - Method in class org.processmining.framework.util.collection.ComparablePair
- computeLevenshteinDistanceLinearSpace(List<String>) - Method in class org.processmining.framework.util.LevenshteinDistance
- concatAll(T[], T[]...) - Static method in class org.processmining.framework.util.ArrayUtils
-
Concatenates arrays
- ConformanceChecking - org.processmining.framework.plugin.annotations.PluginCategory
- CONNECT_TIMEOUT - Static variable in class org.processmining.framework.boot.Boot
- Connection - Interface in org.processmining.framework.connections
-
A connection describes a relation between objects.
- ConnectionAnnotation - Annotation Type in org.processmining.framework.connections
-
This annotation is used by the framework to scan for all implementations if Connection.
- ConnectionCannotBeObtained - Exception in org.processmining.framework.connections
-
Exception thrown by the connectionmanager if a requested connection does not exist.
- ConnectionCannotBeObtained(String, Class<?>, Object...) - Constructor for exception org.processmining.framework.connections.ConnectionCannotBeObtained
-
Constructor with reason, connection type and objects.
- ConnectionCannotBeObtained(String, ConnectionCannotBeObtained) - Constructor for exception org.processmining.framework.connections.ConnectionCannotBeObtained
-
Constructor with message and cause
- connectionCreated(ConnectionID) - Method in interface org.processmining.framework.plugin.events.ConnectionObjectListener
-
This method signals the creation of a connection with the given ID.
- connectionDeleted(ConnectionID) - Method in interface org.processmining.framework.plugin.events.ConnectionObjectListener
-
This method signals the deletion of a connection with the given ID.
- ConnectionDoesntExistMessage - Annotation Type in org.processmining.framework.connections.annotations
- ConnectionHandlerRunnable(Socket, ServiceEnvironment) - Constructor for class org.processmining.framework.util.socket.Service.ConnectionHandlerRunnable
- ConnectionID - Interface in org.processmining.framework.connections
-
ID of a connection.
- ConnectionIDImpl - Class in org.processmining.framework.connections.impl
- ConnectionIDImpl() - Constructor for class org.processmining.framework.connections.impl.ConnectionIDImpl
- ConnectionManager - Interface in org.processmining.framework.connections
- ConnectionManagerImpl - Class in org.processmining.framework.connections.impl
- ConnectionManagerImpl(PluginManager) - Constructor for class org.processmining.framework.connections.impl.ConnectionManagerImpl
- ConnectionObjectFactory - Annotation Type in org.processmining.framework.connections.annotations
-
Annotation used on plugins to signal that they can construct a Connection on objects.
- ConnectionObjectListener - Interface in org.processmining.framework.plugin.events
- ConnectionObjectListener.ListenerList - Class in org.processmining.framework.plugin.events
- connectionUpdated(ConnectionID) - Method in interface org.processmining.framework.plugin.events.ConnectionObjectListener
-
This method signals that the connection with the given ID was updated.
- console - Variable in class org.processmining.framework.util.ui.SlickerMessageBar
- contains(Object) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
checks whether the number of occurrences of the given object is greater or equal to 1.
- containsAll(Collection<?>) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
Checks whether the number of occurrences of elements in the given collection is at most what is specified in this collection, i.e., this method returns (new MultiSet(c)).isLessOrEqual(this)
- containsAtLeast(T, int) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
- containsKey(Object) - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- containsKey(Object) - Method in class org.processmining.framework.util.WeakValueHashMap
-
Returns true if this map contains a mapping for the specified key.
- containsObjects(Object...) - Method in interface org.processmining.framework.connections.Connection
-
Return true if all objects given as parameter are contained in the connection.
- containsObjects(Object...) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- containsObjects(Collection<?>) - Method in interface org.processmining.framework.connections.Connection
-
Return true if all objects given as parameter are contained in the connection.
- containsObjects(Collection<?>) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- containsValue(Object) - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- containsValue(Object) - Method in class org.processmining.framework.util.WeakValueHashMap
-
Returns true if this map maps one or more keys to the specified value.
- ContextAwareObject - Interface in org.processmining.framework.providedobjects
-
If an object implements this interface, then this object should use transient fields to store pointers to the three managers.
- copyOf(T[], int) - Static method in class org.processmining.framework.util.ArrayUtils
-
Makes a copy of an array.
- createChildContext(String) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- createChildContext(String) - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns a new plugin context instance, which can be used to invoke other plugins.
- createNewPluginContextID() - Method in interface org.processmining.framework.plugin.GlobalContext
-
The GlobalContext implementation should create IDs for all PluginContexts instantiated for it.
- createNewPluginContextID() - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- createNewPluginContextID() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
The GlobalContext implementation should create IDs for all PluginContexts instantiated for it.
- createProvidedObject(String, T, Class<? super T>, PluginContext) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- createProvidedObject(String, T, Class<? super T>, PluginContext) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
-
This method creates a new providedObjectID.
- createProvidedObject(String, T, PluginContext) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- createProvidedObject(String, T, PluginContext) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
-
This method creates a new providedObjectID.
- createProvidedObjects(PluginContext) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- createProvidedObjects(PluginContext) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
-
This method creates a list of new providedObjectIDs for each object in the PluginExecutionResult of the context.
- createTypedChildContext(String) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
D
- dateFormat - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- DEBUG - org.processmining.framework.plugin.events.Logger.MessageLevel
-
All DEBUG messages are omitted in the release version.
- DEFAULT_REPOSITORY - Static variable in class org.processmining.framework.boot.Boot
- deleteChild(PluginContext) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- deleteChild(PluginContext) - Method in interface org.processmining.framework.plugin.PluginContext
-
Delete this child from this context.
- deleteObject() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- deleteObject() - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Signals the provided object to delete itself.
- deleteProvidedObject(ProvidedObjectID) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- deleteProvidedObject(ProvidedObjectID) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- DependsOnUnknownException - Exception in org.processmining.framework.plugin.impl
-
thrown by the constructor of a plugindescritor if it depends on a plugin not yet in the system.
- DependsOnUnknownException(String) - Constructor for exception org.processmining.framework.plugin.impl.DependsOnUnknownException
- DEPTHFIRST - Static variable in class org.processmining.framework.util.search.MultiThreadedSearcher
-
Constant representing a DEPTH-FIRST search.
- DepthFirstExpandCollection<N> - Class in org.processmining.framework.util.search
- DepthFirstExpandCollection() - Constructor for class org.processmining.framework.util.search.DepthFirstExpandCollection
- determineOS() - Static method in class org.processmining.framework.util.OsUtil
- Discovery - org.processmining.framework.plugin.annotations.PluginCategory
- doAutoUpdate() - Method in class org.processmining.framework.packages.PackageManager
-
Deprecated.
- doInBackground() - Method in class org.processmining.framework.plugin.ProMFuture
-
This method should be implemented by all subclasses of ProMFuture.
- done() - Method in class org.processmining.framework.plugin.ProMFuture
-
This method is called by the runnable of this future as soon as the computation of the result is ready, but before any listeners are notified of the completion.
- drawLine(int, int, int, Graphics2D, boolean) - Method in class org.processmining.framework.util.ui.SlickerConsole
- DynamicConnection - Interface in org.processmining.framework.connections
-
Tagger interface to indicate that a connection will change after instantiation.
E
- email() - Method in annotation type org.processmining.framework.annotations.AuthoredType
-
specifies the e-mail address of the author
- Enhancement - org.processmining.framework.plugin.annotations.PluginCategory
- entrySet() - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- entrySet() - Method in class org.processmining.framework.util.WeakValueHashMap
-
Returns a
Set
view of the mappings in this map. - equals(Object) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- equals(Object) - Method in class org.processmining.framework.connections.impl.ConnectionIDImpl
- equals(Object) - Method in class org.processmining.framework.packages.PackageDescriptor
- equals(Object) - Method in class org.processmining.framework.packages.PackageVersion
- equals(Object) - Method in class org.processmining.framework.packages.Repository
- equals(Object) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- equals(Object) - Method in class org.processmining.framework.plugin.impl.PluginContextIDImpl
- equals(Object) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorIDImpl
- equals(Object) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- equals(Object) - Method in interface org.processmining.framework.plugin.PluginContextID
-
PluginContextID are used in Collections, so this method has to be implemented in all its subclasses.
- equals(Object) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
return equality of plugins.
- equals(Object) - Method in interface org.processmining.framework.plugin.PluginDescriptorID
-
ProvidedObjectIDs are used in Collections, so this method has to be implemented in all its subclasses.
- equals(Object) - Method in class org.processmining.framework.plugin.PluginParameterBinding
-
Equality of bindings is based on the binding, plugin and complete status.
- equals(Object) - Method in interface org.processmining.framework.ProMID
-
ProMID are used in Collections, so this method has to be implemented in all its subclasses.
- equals(Object) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectIDImpl
- equals(Object) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- equals(Object) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns true if the multisets are equal, i.e.
- equals(Object) - Method in class org.processmining.framework.util.Pair
- equalsIgnoreType(Object) - Method in class org.processmining.framework.connections.impl.ConnectionIDImpl
- equalsIgnoreType(Object) - Method in interface org.processmining.framework.ProMID
-
Determines equality between this ProMID and any given object.
- equalsIgnoreType(Object) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectIDImpl
- error(URL, Throwable, String) - Method in interface org.processmining.framework.plugin.PluginManager.PluginManagerListener
-
Listen for errors which occur while registering packages and scanning for plugins.
- ERROR - org.processmining.framework.boot.Boot.Level
- ERROR - org.processmining.framework.plugin.events.Logger.MessageLevel
-
Error message level, for error information during ruintime.
- exception(String) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- exception(Throwable) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- execute(PluginContext, int, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractPluginDescriptor
-
In this method, the pluginDescriptor should do the actual work of concstructing the result.
- execute(PluginContext, int, Object...) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- expand - Variable in class org.processmining.framework.util.ui.SlickerMessageBar
- ExpandButton - Class in org.processmining.framework.util.ui
- ExpandButton() - Constructor for class org.processmining.framework.util.ui.ExpandButton
- ExpandCollection<N> - Interface in org.processmining.framework.util.search
- expanded - Variable in class org.processmining.framework.util.ui.SlickerConsole
- expandNode(N, Progress, Collection<N>) - Method in interface org.processmining.framework.util.search.NodeExpander
-
This method is called by the searcher when a node in the search tree has to be considered for expansion.
- expandPanel - Variable in class org.processmining.framework.util.ui.SlickerMessageBar
F
- Fair - org.processmining.framework.plugin.annotations.PluginQuality
- FieldNotSetException - Exception in org.processmining.framework.plugin.impl
- FieldNotSetException(String, String) - Constructor for exception org.processmining.framework.plugin.impl.FieldNotSetException
- FieldSetException - Exception in org.processmining.framework.plugin.impl
- FieldSetException(String, String) - Constructor for exception org.processmining.framework.plugin.impl.FieldSetException
- FILE_PROTOCOL - Static variable in interface org.processmining.framework.plugin.PluginManager
-
Constant to denote the file protocol to be used in URLs provided to this plugin manager.
- filename() - Method in annotation type org.processmining.framework.annotations.TestMethod
- Filtering - org.processmining.framework.plugin.annotations.PluginCategory
- filterPanel - Variable in class org.processmining.framework.util.ui.SlickerMessageBar
- find(Class<? extends Annotation>, Class<?>[], Class<? extends PluginContext>, boolean, boolean, boolean, Class<?>...) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- find(Class<? extends Annotation>, Class<?>[], Class<? extends PluginContext>, boolean, boolean, boolean, Class<?>...) - Method in interface org.processmining.framework.plugin.PluginManager
-
This method retuns a collection of
Pair
s ofInteger
andPluginParameterBinding
objects, such that: - find(Class<? extends Annotation>, Class<?>, Class<? extends PluginContext>, boolean, boolean, boolean, Class<?>...) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- find(Class<? extends Annotation>, Class<?>, Class<? extends PluginContext>, boolean, boolean, boolean, Class<?>...) - Method in interface org.processmining.framework.plugin.PluginManager
-
This method retuns a collection of
Pair
s ofInteger
andPluginParameterBinding
objects, such that: - find(String) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- findInstalledVersion(PackageDescriptor) - Method in class org.processmining.framework.packages.PackageManager
- findMethod(Object[]) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- findOrInstallPackages(String...) - Method in class org.processmining.framework.packages.PackageManager
- finishedInstall(String, File, PackageDescriptor) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- fireConnectionCreated(ConnectionID) - Method in class org.processmining.framework.plugin.events.ConnectionObjectListener.ListenerList
- fireConnectionDeleted(ConnectionID) - Method in class org.processmining.framework.plugin.events.ConnectionObjectListener.ListenerList
- fireConnectionUpdated(ConnectionID) - Method in class org.processmining.framework.plugin.events.ConnectionObjectListener.ListenerList
- fireError(URL, Throwable, String) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- fireException(String) - Method in class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- fireException(Throwable) - Method in class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- fireFinishedInstall(String, File, PackageDescriptor) - Method in class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- fireFutureReady(ProMFuture<? extends Object>) - Method in class org.processmining.framework.plugin.events.FutureListener.ListenerList
- fireLog(String, PluginContextID, Logger.MessageLevel) - Method in class org.processmining.framework.plugin.events.Logger.ListenerList
- fireLog(Throwable, PluginContextID) - Method in class org.processmining.framework.plugin.events.Logger.ListenerList
- fireNameChanged(String) - Method in class org.processmining.framework.plugin.events.NameChangeListener.ListenerList
- firePluginAdded(PluginDescriptor, Collection<Class<?>>) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- firePluginCancelled(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginCompleted(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginCreated(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginDeleted(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginFutureCreated(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginResumed(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginStarted(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginSuspended(PluginContext) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- firePluginTerminatedWithError(PluginContext, Throwable) - Method in class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- fireProgressBoundsChanged(int, int) - Method in class org.processmining.framework.plugin.events.ProgressEventListener.ListenerList
- fireProgressCaptionChanged(String) - Method in class org.processmining.framework.plugin.events.ProgressEventListener.ListenerList
- fireProgressChanged(int) - Method in class org.processmining.framework.plugin.events.ProgressEventListener.ListenerList
- fireProgressIndeterminateChanged(boolean) - Method in class org.processmining.framework.plugin.events.ProgressEventListener.ListenerList
- fireProvidedObjectCreated(ProvidedObjectID, PluginContext) - Method in class org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener.ListenerList
- fireProvidedObjectDeleted(ProvidedObjectID) - Method in class org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener.ListenerList
- fireProvidedObjectFutureReady(ProvidedObjectID) - Method in class org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener.ListenerList
- fireProvidedObjectNameChanged(ProvidedObjectID) - Method in class org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener.ListenerList
- fireProvidedObjectObjectChanged(ProvidedObjectID) - Method in class org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener.ListenerList
- fireSessionComplete(boolean) - Method in class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- fireSessionStart() - Method in class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- fireStartDownload(String, URL, PackageDescriptor) - Method in class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- fireStartInstall(String, File, PackageDescriptor) - Method in class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- first - Variable in class org.processmining.framework.util.Pair
- fromString(String) - Static method in enum org.processmining.framework.packages.PackageDescriptor.OS
- functionName() - Method in annotation type org.processmining.framework.plugin.annotations.CLI
- FutureListener - Interface in org.processmining.framework.plugin.events
- FutureListener.ListenerList - Class in org.processmining.framework.plugin.events
- futureReady(ProMFuture<? extends Object>) - Method in interface org.processmining.framework.plugin.events.FutureListener
- futureReady(ProMFuture<? extends Object>) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
G
- get() - Method in class org.processmining.framework.plugin.ProMFuture
- get(long, TimeUnit) - Method in class org.processmining.framework.plugin.ProMFuture
- get(Object) - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- get(Object) - Method in class org.processmining.framework.util.WeakValueHashMap
-
Gets the value for the given key.
- get(String) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getAllPlugins() - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getAllPlugins() - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns all plugin descriptors
- getAllPlugins(boolean) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getAllPlugins(boolean) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns all plugin descriptors known to the plugin manager.
- getAnnotation(Class<T>) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getAnnotation(Class<T>) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the annotation of the given class carried by this plugin.
- getAnnotation(Class<T>, int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getAnnotation(Class<T>, int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the annotation of the method at the given index.
- getAuthor() - Method in class org.processmining.framework.packages.PackageDescriptor
- getAutoInstalled() - Method in class org.processmining.framework.packages.PackageDescriptor
- getAvailablePackages() - Method in class org.processmining.framework.packages.PackageManager
- getBestRepository(String[], String) - Static method in class org.processmining.framework.boot.Boot
- getBinding() - Method in class org.processmining.framework.plugin.PluginParameterBinding
-
This method returns an array of integers, of which the length corresponds to the length of the list of parameters types provided to the PluginParameterBinding factory.
- getCachedClassNames() - Method in class org.processmining.framework.plugin.impl.PluginCacheEntry
- getCaption() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- getCaption() - Method in interface org.processmining.framework.plugin.Progress
- getCategories() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getCategories() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the set of categories.
- getChildContexts() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getChildContexts() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns a list of all child contexts which have been created with createChildContext().
- getConflictingPackages() - Method in class org.processmining.framework.packages.PackageStateReport
- getConflicts() - Method in class org.processmining.framework.packages.PackageDescriptor
- getConnection(ConnectionID) - Method in interface org.processmining.framework.connections.ConnectionManager
-
Returns the connection with the given ID.
- getConnection(ConnectionID) - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- getConnectionIDs() - Method in interface org.processmining.framework.connections.ConnectionManager
-
Returns a collection of connection IDs registered to this global context.
- getConnectionIDs() - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- getConnectionListeners() - Method in interface org.processmining.framework.connections.ConnectionManager
-
Returns the list of registered connectionObject listeners
- getConnectionListeners() - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
-
Returns the list of registered connectionObject listeners
- getConnectionManager() - Method in interface org.processmining.framework.plugin.GlobalContext
-
Returns the connection manager.
- getConnectionManager() - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- getConnectionManager() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getConnections(Class<T>, PluginContext, Object...) - Method in interface org.processmining.framework.connections.ConnectionManager
-
Returns a collection of connections between the objects specified, such that the type of the connection is assignable from the given connectionType (unless the parameter equals null).
- getConnections(Class<T>, PluginContext, Object...) - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- getContextType(int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getContextType(int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns the context type required by the method at index methodIndex.
- getDependencies() - Method in class org.processmining.framework.packages.PackageDescriptor
- getDescription() - Method in class org.processmining.framework.packages.PackageDescriptor
- getDescription() - Method in enum org.processmining.framework.plugin.annotations.PluginCategory
- getDistanceMatrix() - Method in class org.processmining.framework.util.LevenshteinDistance
- getEnabledPackages() - Method in class org.processmining.framework.packages.PackageManager
- getExecutor() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns an executor which can be used to execute plugins in child contexts.
- getFile() - Method in class org.processmining.framework.abstractplugins.AbstractImportPlugin
- getFile() - Method in interface org.processmining.framework.abstractplugins.ImportPlugin
-
Returns the File object this plugin was instantiated with.
- getFirst() - Method in class org.processmining.framework.util.Pair
- getFirstConnection(Class<T>, PluginContext, Object...) - Method in interface org.processmining.framework.connections.ConnectionManager
-
Returns a connection between the objects specified, such that the type of the connection is assignable from the given connectionType (unless the parameter equals null).
- getFirstConnection(Class<T>, PluginContext, Object...) - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- getFutureListeners() - Method in class org.processmining.framework.plugin.ProMFuture
-
Returns a ListenerList containing the registered future listeners
- getFutureResult(int) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getFutureResult(int) - Method in interface org.processmining.framework.plugin.PluginContext
-
This method should only be used by a plugin, in the body of that plugin.
- getGlobalContext() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getHelp() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getHelp() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the help / description of the plugin.
- getHelp() - Method in class org.processmining.framework.util.AutoHelpCommandLineParser.Command
- getIcon() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getIcon() - Method in interface org.processmining.framework.plugin.PluginDescriptor
- getID() - Method in interface org.processmining.framework.connections.Connection
-
Return the ID of the connection.
- getID() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getID() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getID() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getID() - Method in interface org.processmining.framework.plugin.PluginContext
-
Each PluginContext should carry an ID.
- getID() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
returns the ID of this Plugin.
- getID() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- getID() - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Returns the ID of this Provided Object
- getImageFilterFilename() - Method in enum org.processmining.framework.plugin.annotations.PluginCategory
- getIndexInMethod(int, int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getIndexInMethod(int, int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns the index of the global parameter to the index of that parameter in the given method.
- getIndexInParameterNames(int, int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getIndexInParameterNames(int, int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns the index of the method parameter of the given method in the list of global parameters.
- getInputStream(File) - Method in class org.processmining.framework.abstractplugins.AbstractImportPlugin
-
This method returns an inputStream for a file.
- getInstalledPackages() - Method in class org.processmining.framework.packages.PackageManager
- getInstance() - Static method in class org.processmining.framework.packages.PackageManager
- getInstance() - Static method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getJavaIdentifier(String) - Static method in class org.processmining.framework.util.StringUtils
- getKey() - Method in class org.processmining.framework.plugin.impl.PluginCacheEntry
- getKeywords() - Method in class org.processmining.framework.packages.PackageDescriptor
- getKeywords() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getKeywords() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the set of keywords.
- getKnownClassesAnnotatedWith(Class<? extends Annotation>) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getKnownClassesAnnotatedWith(Class<? extends Annotation>) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns all known classes annotated with a certain annotationType.
- getKnownObjectTypes() - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getKnownObjectTypes() - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns the set of types that is known to the plugin manager.
- getLabel() - Method in interface org.processmining.framework.connections.Connection
-
Return the label of the connection
- getLabel() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getLabel() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getLabel() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns the label of this context.
- getLabel() - Method in class org.processmining.framework.plugin.ProMFuture
-
returns the label of this future
- getLabel() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- getLabel() - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Returns the label of this provided object
- getLatestReport() - Method in class org.processmining.framework.packages.PackageManager
- getLevenshteinDistanceLinearSpace(String, String) - Method in class org.processmining.framework.util.LevenshteinDistance
- getLicense() - Method in class org.processmining.framework.packages.PackageDescriptor
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.processmining.framework.util.HTMLToString.HTMLCellRenderer
- getListenerCount() - Method in class org.processmining.framework.plugin.events.ProMEventListenerList
- getListeners() - Method in class org.processmining.framework.packages.PackageManager
- getListeners() - Method in class org.processmining.framework.plugin.events.ProMEventListenerList
- getLocalPackageDirectory() - Method in class org.processmining.framework.packages.PackageDescriptor
- getLoggingListeners() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getLoggingListeners() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns the list of logging listeners registered to this context.
- getLogoURL() - Method in class org.processmining.framework.packages.PackageDescriptor
- getLongName() - Method in enum org.processmining.framework.plugin.events.Logger.MessageLevel
- getMainPluginContext() - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- getMaintainer() - Method in class org.processmining.framework.packages.PackageDescriptor
- getMapping() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getMaximum() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- getMaximum() - Method in interface org.processmining.framework.plugin.Progress
- getMethodHelp(int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getMethodHelp(int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the help / description of the given method, if specified.
- getMethodIndex() - Method in class org.processmining.framework.plugin.PluginParameterBinding
-
Returns the method index of the method which is bound by this binding.
- getMethodLabel(int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getMethodLabel(int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the label of the given method, if specified.
- getMinimum() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- getMinimum() - Method in interface org.processmining.framework.plugin.Progress
- getMissingDependencies() - Method in class org.processmining.framework.packages.PackageStateReport
- getMostSignificantResult() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getMostSignificantResult() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns the index in the result array of the most significant result for this plugin
- getName() - Method in class org.processmining.framework.packages.PackageDescriptor
- getName() - Method in enum org.processmining.framework.packages.PackageDescriptor.OS
- getName() - Method in exception org.processmining.framework.packages.UnknownPackageException
- getName() - Method in enum org.processmining.framework.plugin.annotations.PluginCategory
- getName() - Method in enum org.processmining.framework.plugin.annotations.PluginLevel
- getName() - Method in enum org.processmining.framework.plugin.annotations.PluginQuality
- getName() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getName() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the name of the plugin.
- getName() - Method in class org.processmining.framework.util.AutoHelpCommandLineParser.Command
- getNameChangeListeners() - Method in class org.processmining.framework.plugin.ProMFuture
-
Returns a ListenerList containing the registered name change listeners
- getNumberOfMethods() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
-
Return the number of methods in this plugin.
- getNumberOfMethods() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the number of methods in this plugin.
- getObject() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- getObject() - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Same as calling getObject(true);
- getObject(boolean) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- getObject(boolean) - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Returns the object stored in this provided object.
- getObjects() - Method in interface org.processmining.framework.connections.Connection
-
Return all objects contained in this connection, without their labels.
- getObjects() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getObjectWithRole(String) - Method in interface org.processmining.framework.connections.Connection
-
Return the object with the given role in this connection The type of the returned object is T.
- getObjectWithRole(String) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getOrganisation() - Method in class org.processmining.framework.packages.PackageDescriptor
- getOS() - Method in class org.processmining.framework.packages.PackageDescriptor
- getPack() - Method in exception org.processmining.framework.packages.UnknownPackageTypeException
- getPackage() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getPackage() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the package where the plug-in resides.
- getPackageMap(Collection<PackageDescriptor>) - Static method in class org.processmining.framework.packages.PackageManager
- getPackagesDirectory() - Method in class org.processmining.framework.packages.PackageManager
- getPackagesWithMultipleVersions() - Method in class org.processmining.framework.packages.PackageStateReport
- getParameterNames() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getParameterNames() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns a list of labels that represent the possible parameters of this plugin.
- getParameterNames(int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getParameterNames(int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns a list of labels that represent the required parameters of the method at the given index.
- getParameters() - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getParameterTypes() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getParameterTypes() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
returns a list of size
getNumberOfMethods()
, such that element at indexi
of the list equalsgetParameterTypes(i)
- getParameterTypes(int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getParameterTypes(int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns a list of types that represent the required parameters of the method at the given index.
- getParentContext() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getParentContext() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns the context which created this context or null if it has no parent.
- getPhysicalMemory() - Static method in class org.processmining.framework.util.OsUtil
- getPlugin() - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getPlugin() - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
Returns the plugin used to generate this result
- getPlugin() - Method in class org.processmining.framework.plugin.PluginParameterBinding
-
Returns the Plugin which is bound by this binding.
- getPlugin(String) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getPlugin(String) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns a PluginDescriptor of which the toString() of its id equals the given id.
- getPlugin(PluginDescriptorID) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getPlugin(PluginDescriptorID) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns a PluginDescriptor with the given id.
- getPluginContextType() - Method in interface org.processmining.framework.plugin.GlobalContext
-
Returns the specific type of the PluginContext.
- getPluginContextType() - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- getPluginContextType() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getPluginDescriptor() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getPluginDescriptor() - Method in interface org.processmining.framework.plugin.PluginContext
-
Return the plugin descriptor and method index of the plugin which is invoked in this context.
- getPluginLifeCycleEventListeners() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getPluginLifeCycleEventListeners() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns the list of registered plugin life cycle listeners.
- getPluginManager() - Method in interface org.processmining.framework.plugin.GlobalContext
-
Returns the plugin manager.
- getPluginManager() - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- getPluginManager() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
Returns the plugin manager.
- getPluginParameterName(int, int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getPluginParameterName(int, int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the label of the parameter at index
parameterIndex
of the method atmethodIndex
. - getPluginParameterType(int, int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getPluginParameterType(int, int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the type of the parameter at index
parameterIndex
of the method atmethodIndex
. - getPluginsAcceptingAtLeast(Class<? extends PluginContext>, boolean, Class<?>...) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getPluginsAcceptingAtLeast(Class<? extends PluginContext>, boolean, Class<?>...) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns PluginParameterBindings, which can be invoked in the given context on the given parameter types.
- getPluginsAcceptingInAnyOrder(Class<? extends PluginContext>, boolean, Class<?>...) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getPluginsAcceptingInAnyOrder(Class<? extends PluginContext>, boolean, Class<?>...) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns executable PluginParameterBindings, which can be invoked in the given context on the given parameter types.
- getPluginsAcceptingOrdered(Class<? extends PluginContext>, boolean, Class<?>...) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getPluginsAcceptingOrdered(Class<? extends PluginContext>, boolean, Class<?>...) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns executable PluginParameterBindings, which can be invoked in the given context on the given parameter types.
- getPluginsResultingIn(Class<?>, Class<? extends PluginContext>, boolean) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- getPluginsResultingIn(Class<? extends Object>, Class<? extends PluginContext>, boolean) - Method in interface org.processmining.framework.plugin.PluginManager
-
Find the plugins resulting in the given type.
- getPort() - Method in class org.processmining.framework.util.socket.Service
-
Get the server port.
- getProgress() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getProgress() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns the progress object corresponding to this context
- getProgressEventListeners() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getProgressEventListeners() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns the list of registered progress listeners
- getProMLibIcon(String) - Static method in class org.processmining.framework.util.IconLoader
- getProMPackageDirectory() - Static method in class org.processmining.framework.util.OsUtil
-
Returns a handle to the ProM package folder.
- getProMWorkspaceDirectory() - Static method in class org.processmining.framework.util.OsUtil
-
Returns a handle to the ProM workspace folder.
- getProvidedObjectID(int) - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getProvidedObjectID(int) - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
Returns the ProvidedObjectID under which the object at index i is known to the framework's ProvidedObject manager
- getProvidedObjectLabel(ProvidedObjectID) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- getProvidedObjectLabel(ProvidedObjectID) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- getProvidedObjectLifeCylceListeners() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- getProvidedObjectLifeCylceListeners() - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- getProvidedObjectManager() - Method in interface org.processmining.framework.plugin.GlobalContext
-
Returns the providedObject manager.
- getProvidedObjectManager() - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- getProvidedObjectManager() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
Returns the providedObject manager.
- getProvidedObjectObject(ProvidedObjectID, boolean) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- getProvidedObjectObject(ProvidedObjectID, boolean) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
-
returns the provided object identified by this ID.
- getProvidedObjects() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- getProvidedObjects() - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
-
Returns all provided Object IDs known to the framework.
- getProvidedObjectType(ProvidedObjectID) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- getProvidedObjectType(ProvidedObjectID) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- getRepositories() - Method in class org.processmining.framework.packages.PackageManager
- getResult() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
This method returns the PluginExecutionResult of the plugin which is invoked in this context.
- getResult() - Method in interface org.processmining.framework.plugin.PluginContext
-
This method returns the PluginExecutionResult of the plugin which is invoked in this context.
- getResult(int) - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getResult(int) - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
returns the result at the given index, casted to the given returntype.
- getResultName(int) - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getResultName(int) - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
this method returns the name of the result at the given index.
- getResultNames() - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getResultNames() - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
This method returns the names of the results
- getResults() - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getResults() - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
returns the results of this plugin in an array.
- getReturnNames() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
-
returns the types of the objects returned if this plugin is invoked, in the order in which they are returned
- getReturnNames() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
returns the labels of the objects returned if this plugin is invoked, in the order in which they are returned.
- getReturnType() - Method in class org.processmining.framework.plugin.ProMFuture
-
The return type of this future.
- getReturnTypes() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
-
returns the labels of the objects returned if this plugin is invoked, in the order in which they are returned
- getReturnTypes() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
returns the types of the objects returned if this plugin is invoked, in the order in which they are returned
- getRoles() - Method in interface org.processmining.framework.connections.Connection
-
Return the roles of all objects in this connection
- getRoles() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getRootContext() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getRootContext() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns the root plugin context.
- getRunnable() - Method in class org.processmining.framework.plugin.ProMFuture
-
Returns the Runnable representing the execution that needs to be performed to produce the result of this future.
- getSecond() - Method in class org.processmining.framework.util.Pair
- getShortName() - Method in enum org.processmining.framework.plugin.events.Logger.MessageLevel
- getSize() - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getSize() - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
Returns the size of this result, i.e.
- getStandardIcon(String) - Static method in class org.processmining.framework.util.IconLoader
- getStepNumber() - Method in class org.processmining.framework.util.progress.XMonitoredInputStream
-
Returns the number of steps so far.
- getType() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- getType() - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Returns the type of the object contained in this Provided Object.
- getType(int) - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- getType(int) - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
Returns the type of the object at index i, as declared by the plugin
- getTypesAtParameterIndex(int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getTypesAtParameterIndex(int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns a list of types that can be accepted for the parameter at index
globalParameterIndex
. - getURL() - Method in class org.processmining.framework.packages.PackageDescriptor
- getURL() - Method in class org.processmining.framework.packages.Repository
- getURL() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getURL() - Method in interface org.processmining.framework.plugin.PluginDescriptor
- getUUID() - Method in class org.processmining.framework.connections.impl.ConnectionIDImpl
- getUUID() - Method in interface org.processmining.framework.ProMID
-
Returns a UUID that is used for this object.
- getUUID() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectIDImpl
- getValue() - Method in enum org.processmining.framework.plugin.annotations.PluginLevel
- getValue() - Method in enum org.processmining.framework.plugin.annotations.PluginQuality
- getValue() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- getValue() - Method in interface org.processmining.framework.plugin.Progress
- getVersion() - Method in class org.processmining.framework.packages.PackageDescriptor
- GlobalContext - Interface in org.processmining.framework.plugin
-
Any implementation should maintain a referencte to a single plugin context.
- Good - org.processmining.framework.plugin.annotations.PluginQuality
- GoogleAnalyticsUtil - Class in org.processmining.framework.util
- GoogleAnalyticsUtil() - Constructor for class org.processmining.framework.util.GoogleAnalyticsUtil
H
- handleConnection(Socket, ServiceEnvironment, Executor) - Method in class org.processmining.framework.util.socket.Service
-
Notifies all registered handlers about every new client connection.
- handleRequest(ServiceEnvironment, BufferedReader, PrintWriter) - Method in interface org.processmining.framework.util.socket.ServiceHandler
-
Invoked whenever a client connects to the service.
- handlers - Variable in class org.processmining.framework.util.socket.Service
- handlesCancel() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Whether this plugin handles cancel itself.
- handlesCancel() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- handlesCancel() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns whether the plugin handles termination itself.
- hasAnnotation(Class<? extends Annotation>) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- hasAnnotation(Class<? extends Annotation>) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Check if this plugin carries the given annotation.
- hasAnnotation(Class<? extends Annotation>, int) - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- hasAnnotation(Class<? extends Annotation>, int) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Check if the method at the given index carries the given annotation.
- hasBrokenDependencies() - Method in class org.processmining.framework.packages.PackageDescriptor
- hasErrors() - Method in class org.processmining.framework.packages.PackageStateReport
- hashCode() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- hashCode() - Method in class org.processmining.framework.connections.impl.ConnectionIDImpl
- hashCode() - Method in class org.processmining.framework.packages.PackageDescriptor
- hashCode() - Method in class org.processmining.framework.packages.PackageVersion
- hashCode() - Method in class org.processmining.framework.packages.Repository
- hashCode() - Method in class org.processmining.framework.plugin.impl.PluginContextIDImpl
- hashCode() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorIDImpl
- hashCode() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- hashCode() - Method in interface org.processmining.framework.plugin.PluginContextID
-
PluginContextID are used in HashMaps, so this method has to be implemented in all its subclasses.
- hashCode() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
return hashcode
- hashCode() - Method in interface org.processmining.framework.plugin.PluginDescriptorID
-
ProvidedObjectIDs are used in HashMaps, so this method has to be implemented in all its subclasses.
- hashCode() - Method in class org.processmining.framework.plugin.PluginParameterBinding
-
Returns a hashcode based on the binding, plugin and complete status
- hashCode() - Method in interface org.processmining.framework.ProMID
-
ProMID are used in HashMaps, so this method has to be implemented in all its subclasses.
- hashCode() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectIDImpl
- hashCode() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- hashCode() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns a hashCode for this multiset.
- hashCode() - Method in class org.processmining.framework.util.Pair
- HashMultiSet<T> - Class in org.processmining.framework.util.collection
- HashMultiSet() - Constructor for class org.processmining.framework.util.collection.HashMultiSet
-
Constructs a new, empty multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- HashMultiSet(Collection<? extends T>) - Constructor for class org.processmining.framework.util.collection.HashMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- HashMultiSet(T[]) - Constructor for class org.processmining.framework.util.collection.HashMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are in the given array.
- hasPluginDescriptorInPath(PluginDescriptor, int) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- hasPluginDescriptorInPath(PluginDescriptor, int) - Method in interface org.processmining.framework.plugin.PluginContext
- hasPlugins() - Method in class org.processmining.framework.packages.PackageDescriptor
- hasProMPackageDirectory() - Static method in class org.processmining.framework.util.OsUtil
-
Returns whether the ProM package folder exists on this system.
- hasProMWorkspaceDirectory() - Static method in class org.processmining.framework.util.OsUtil
-
Returns whether the ProM workspace folder exists on this system.
- help() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Returns the help / description for this plugin.
- help() - Method in annotation type org.processmining.framework.plugin.annotations.PluginVariant
-
Returns the help / description for this plugin variant.
- HIDE_OLD_PACKAGES - Static variable in class org.processmining.framework.boot.Boot
- HTMLCellRenderer() - Constructor for class org.processmining.framework.util.HTMLToString.HTMLCellRenderer
- HTMLToString - Interface in org.processmining.framework.util
- HTMLToString.HTMLCellRenderer - Class in org.processmining.framework.util
I
- icon() - Method in annotation type org.processmining.framework.annotations.Icon
-
Specifies the relative path to the icon to be loaded if this type has to be represented by an Icon
- icon() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
- Icon - Annotation Type in org.processmining.framework.annotations
- IconLoader - Class in org.processmining.framework.util
- IconLoader() - Constructor for class org.processmining.framework.util.IconLoader
- IMAGES_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- importFile(PluginContext, File) - Method in class org.processmining.framework.abstractplugins.AbstractImportPlugin
- importFile(PluginContext, File) - Method in interface org.processmining.framework.abstractplugins.ImportPlugin
- importFile(PluginContext, String) - Method in class org.processmining.framework.abstractplugins.AbstractImportPlugin
- importFile(PluginContext, String) - Method in interface org.processmining.framework.abstractplugins.ImportPlugin
- importFile(PluginContext, URI) - Method in class org.processmining.framework.abstractplugins.AbstractImportPlugin
- importFile(PluginContext, URI) - Method in interface org.processmining.framework.abstractplugins.ImportPlugin
- importFile(PluginContext, URL) - Method in class org.processmining.framework.abstractplugins.AbstractImportPlugin
- importFile(PluginContext, URL) - Method in interface org.processmining.framework.abstractplugins.ImportPlugin
- importFromStream(PluginContext, InputStream, String, long) - Method in class org.processmining.framework.abstractplugins.AbstractImportPlugin
-
This method is called by all plugin variants to do the actual importing.
- ImportPlugin - Interface in org.processmining.framework.abstractplugins
-
This interface should be implemented by plugins that serve as input plugins.
- inc() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- inc() - Method in interface org.processmining.framework.plugin.Progress
- IncorrectReturnTypeException - Exception in org.processmining.framework.plugin
-
Thrown when a plugin returns an object of the wrong type.
- IncorrectReturnTypeException(String, int, Class<?>, Class<?>) - Constructor for exception org.processmining.framework.plugin.IncorrectReturnTypeException
- initialize(Class<? extends PluginContext>) - Static method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- initialize(Boot.Level) - Method in class org.processmining.framework.packages.PackageManager
- install(List<PackageDescriptor>) - Method in class org.processmining.framework.packages.PackageManager
- InSufficientResultException - Exception in org.processmining.framework.plugin
-
Thrown when a plugin returns less results than declared.
- InSufficientResultException(String, int, int) - Constructor for exception org.processmining.framework.plugin.InSufficientResultException
- invoke(int, PluginContext, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractPluginDescriptor
- invoke(int, PluginContext, Object...) - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Asynchronously invokes a method of this plugin.
- invoke(PluginContext, Object...) - Method in class org.processmining.framework.plugin.PluginParameterBinding
-
Invokes the method of the plugin referenced by this binding on the given parameterObjects.
- invokeBinding(PluginParameterBinding, Object...) - Method in interface org.processmining.framework.plugin.GlobalContext
-
This method invokes the specified binding in a context which is a child of the main plugin context maintained by this globalContext.
- invokeBinding(PluginParameterBinding, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- invokeBinding(PluginParameterBinding, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- invokePlugin(PluginDescriptor, int, Object...) - Method in interface org.processmining.framework.plugin.GlobalContext
-
This method invokes the specified plugin in a context which is a child of the main plugin context maintained by this globalContext.
- invokePlugin(PluginDescriptor, int, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- invokePlugin(PluginDescriptor, int, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
This method invokes the specified plugin in a context which is a child of the main plugin context maintained by this globalContext;
- is32Bit() - Static method in class org.processmining.framework.util.OsUtil
- is64Bit() - Static method in class org.processmining.framework.util.OsUtil
- isAborted() - Method in class org.processmining.framework.util.progress.XProgressBarListener
-
Checks whether the monitored process has been canceled.
- isAborted() - Method in interface org.processmining.framework.util.progress.XProgressListener
-
Checks whether the monitored process has been canceled.
- isAvailable(PackageDescriptor) - Method in class org.processmining.framework.packages.PackageManager
-
Checks whether a package is still available.
- isCancelled() - Method in interface org.processmining.framework.packages.PackageManager.Canceller
- isCancelled() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- isCancelled() - Method in interface org.processmining.framework.plugin.Progress
- isCancelled() - Method in interface org.processmining.framework.plugin.ProMCanceller
- isCancelled() - Method in class org.processmining.framework.plugin.ProMFuture
- isCancelled() - Method in interface org.processmining.framework.util.socket.ServiceEnvironment
-
Provides the information about the state of the environment.
- isDeleted() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- isDeleted() - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Returns whether or not this object has been deleted.
- isDistantChildOf(PluginContext) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- isDistantChildOf(PluginContext) - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns true if this is a distant child of context, i.e.
- isDone() - Method in class org.processmining.framework.plugin.ProMFuture
- isEmpty() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
- isEmpty() - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- isEmpty() - Method in class org.processmining.framework.util.search.DepthFirstExpandCollection
- isEmpty() - Method in interface org.processmining.framework.util.search.ExpandCollection
-
Checks whether or not the collection retained by this ExpandCollection is empty.
- isEmpty() - Method in class org.processmining.framework.util.WeakValueHashMap
-
Returns true if this map contains no key-value mappings.
- isEnabled() - Method in interface org.processmining.framework.connections.ConnectionManager
-
Returns whether connections are enabled.
- isEnabled() - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- isEnabled() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- isEnabled() - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- isEnabled() - Method in class org.processmining.framework.util.ui.TypeToggleButton
- isExpanded - Variable in class org.processmining.framework.util.ui.ExpandButton
- isExpanded() - Method in class org.processmining.framework.util.ui.ExpandButton
- isInCache() - Method in class org.processmining.framework.plugin.impl.PluginCacheEntry
- isIndeterminate() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- isIndeterminate() - Method in interface org.processmining.framework.plugin.Progress
- isLatestReleaseInstalled() - Static method in class org.processmining.framework.boot.Boot
- isLessOrEqual(MultiSet<T>) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns true if this multiset is less or equal to the given multiset, i.e.
- isLessOrEqual(MultiSet<T>) - Method in interface org.processmining.framework.util.collection.MultiSet
-
returns true if this multiset is less or equal to the given multiset, i.e.
- isParameterAssignable(Class<?>, Class<?>) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- isParameterAssignable(Class<?>, Class<?>) - Method in interface org.processmining.framework.plugin.PluginManager
-
Returns true if the instance type can be cast to the requested type, or if the requested type is an array and the instance type can be cast to the component type of the requested type.
- isRemoved() - Method in interface org.processmining.framework.connections.Connection
-
Return true if one of the objects connected by this connection no longer exists, i.e.
- isRemoved() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- isRemoved() - Method in class org.processmining.framework.connections.impl.AbstractStrongReferencingConnection
- isRunningLinux() - Static method in class org.processmining.framework.util.OsUtil
- isRunningMacOsX() - Static method in class org.processmining.framework.util.OsUtil
- isRunningUnix() - Static method in class org.processmining.framework.util.OsUtil
- isRunningWindows() - Static method in class org.processmining.framework.util.OsUtil
- isShowDebug() - Method in class org.processmining.framework.util.ui.SlickerConsole
- isShowDebug() - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- isShowErrors() - Method in class org.processmining.framework.util.ui.SlickerConsole
- isShowErrors() - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- isShowMessages() - Method in class org.processmining.framework.util.ui.SlickerConsole
- isShowMessages() - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- isShowTest() - Method in class org.processmining.framework.util.ui.SlickerConsole
- isShowTest() - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- isShowWarnings() - Method in class org.processmining.framework.util.ui.SlickerConsole
- isShowWarnings() - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- isTrackingByGAAllowed() - Static method in class org.processmining.framework.boot.Boot
- isUsable() - Method in enum org.processmining.framework.packages.PackageDescriptor.OS
- isUserAccessible() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- isUserAccessible() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns true if this plugin can be used by the end-users.
- iterator() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns an iterator over the elements of the multiset.
J
- JAR_EXTENSION - Static variable in interface org.processmining.framework.plugin.PluginManager
-
Constant to denote the file extension for jar files.
K
- KeepInProMCache - Annotation Type in org.processmining.framework.plugin.annotations
-
Annotation that is used as a base annotation for all classes that need to be kept in cache by the ProM framework.
- keySet() - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- keywords() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Keywords / tags for the plugin (extra description)
L
- largeConsolePanel - Variable in class org.processmining.framework.util.ui.SlickerMessageBar
- largeConsoleScrollPane - Variable in class org.processmining.framework.util.ui.SlickerMessageBar
- LAST_RELEASE_AUTOINSTALLED_KEY - Static variable in class org.processmining.framework.boot.Boot
- LAST_RELEASE_PACKAGE_KEY - Static variable in class org.processmining.framework.boot.Boot
- lastStep - Variable in class org.processmining.framework.util.progress.XMonitoredInputStream
-
The last step which has been notified about.
- leftBorder - Variable in class org.processmining.framework.util.ui.SlickerConsole
- lessOrEqual(PackageVersion) - Method in class org.processmining.framework.packages.PackageVersion
- lessThan(PackageVersion) - Method in class org.processmining.framework.packages.PackageVersion
- letter - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- level() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Indication of level for plug-in.
- LevenshteinDistance - Class in org.processmining.framework.util
- LevenshteinDistance() - Constructor for class org.processmining.framework.util.LevenshteinDistance
- LevenshteinDistance(int, List<String>) - Constructor for class org.processmining.framework.util.LevenshteinDistance
- LIB_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- LIN32 - org.processmining.framework.packages.PackageDescriptor.OS
- LIN64 - org.processmining.framework.packages.PackageDescriptor.OS
- lineHeight - Variable in class org.processmining.framework.util.ui.SlickerConsole
- LinkedHashMultiSet<T> - Class in org.processmining.framework.util.collection
- LinkedHashMultiSet() - Constructor for class org.processmining.framework.util.collection.LinkedHashMultiSet
-
Constructs a new, empty multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- LinkedHashMultiSet(Collection<? extends T>) - Constructor for class org.processmining.framework.util.collection.LinkedHashMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- LinkedHashMultiSet(T...) - Constructor for class org.processmining.framework.util.collection.LinkedHashMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are in the given array.
- List() - Constructor for class org.processmining.framework.plugin.events.PluginLifeCycleEventListener.List
- ListenerList() - Constructor for class org.processmining.framework.packages.events.PackageManagerListener.ListenerList
- ListenerList() - Constructor for class org.processmining.framework.plugin.events.ConnectionObjectListener.ListenerList
- ListenerList() - Constructor for class org.processmining.framework.plugin.events.FutureListener.ListenerList
- ListenerList() - Constructor for class org.processmining.framework.plugin.events.Logger.ListenerList
- ListenerList() - Constructor for class org.processmining.framework.plugin.events.NameChangeListener.ListenerList
- ListenerList() - Constructor for class org.processmining.framework.plugin.events.ProgressEventListener.ListenerList
- ListenerList() - Constructor for class org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener.ListenerList
- listRepository(InputStream, PackageManager.Canceller) - Static method in class org.processmining.framework.packages.impl.PackageConfigPerister
- LITE_PREFIX - Static variable in class org.processmining.framework.boot.Boot
-
Versions of ProM.Lite should have a PROM_VERSION in the ini file that identifies the specific version.
- Local - org.processmining.framework.plugin.annotations.PluginLevel
- log(String) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
Same as calling log(message, MessageLevel.NORMAL);
- log(String) - Method in interface org.processmining.framework.plugin.PluginContext
-
Same as calling log(message, MessageLevel.NORMAL);
- log(String) - Method in interface org.processmining.framework.util.socket.ServiceEnvironment
-
A service uses this method to log messages in the environment.
- log(String, Logger.MessageLevel) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
The provided String is provided to the context for information.
- log(String, Logger.MessageLevel) - Method in interface org.processmining.framework.plugin.PluginContext
-
The provided String is provided to the context for information.
- log(String, Logger.MessageLevel) - Method in interface org.processmining.framework.util.socket.ServiceEnvironment
-
A service uses this method to log messages in the environment.
- log(String, PluginContextID, Logger.MessageLevel) - Method in interface org.processmining.framework.plugin.events.Logger
- log(Throwable) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
-
The provided Exception is provided to the context.
- log(Throwable) - Method in interface org.processmining.framework.plugin.PluginContext
-
The provided Exception is provided to the context.
- log(Throwable) - Method in interface org.processmining.framework.util.socket.ServiceEnvironment
-
A service uses this method to log occurrence of an exception in the environment.
- log(Throwable, PluginContextID) - Method in interface org.processmining.framework.plugin.events.Logger
- logFile - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- Logger - Interface in org.processmining.framework.plugin.events
- Logger.ListenerList - Class in org.processmining.framework.plugin.events
- Logger.MessageLevel - Enum in org.processmining.framework.plugin.events
- loggingEventListeners - Variable in class org.processmining.framework.plugin.impl.AbstractGlobalContext
M
- MAC - org.processmining.framework.packages.PackageDescriptor.OS
- MACRO_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- main(String[]) - Static method in class org.processmining.framework.packages.PackageManager
- manager - Variable in class org.processmining.framework.connections.impl.AbstractConnection
- map - Variable in class org.processmining.framework.util.collection.AbstractMultiSet
- maxSize - Variable in class org.processmining.framework.util.ui.SlickerConsole
- MCR_EXTENSION - Static variable in interface org.processmining.framework.plugin.PluginManager
-
Constant to denote the file extension for macro files.
- meetsLevelThreshold() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- meetsLevelThreshold() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return whether this plug-in meets the level threshold.
- meetsQualityThreshold() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- meetsQualityThreshold() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return whether this plug-in meets the quality threshold.
- message() - Method in annotation type org.processmining.framework.connections.annotations.ConnectionDoesntExistMessage
- messages - Variable in class org.processmining.framework.util.ui.SlickerConsole
- metrics - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- mostSignificantResult() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Returns the index + 1 in the result array of the most significant result for this plugin, i.e.
- mouseOver - Variable in class org.processmining.framework.util.ui.ExpandButton
- mouseOver - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- MultiSet<T> - Interface in org.processmining.framework.util.collection
-
This class implements a mutliset.
- MultiThreadedSearcher<N> - Class in org.processmining.framework.util.search
-
This class implements a multi-threaded search algorithm.
- MultiThreadedSearcher(int, NodeExpander<N>, int) - Constructor for class org.processmining.framework.util.search.MultiThreadedSearcher
-
Instantiates a searcher.
- MultiThreadedSearcher(int, NodeExpander<N>, ExpandCollection<N>) - Constructor for class org.processmining.framework.util.search.MultiThreadedSearcher
-
Instantiates a searcher.
- MultiThreadedSearcher(NodeExpander<N>, int) - Constructor for class org.processmining.framework.util.search.MultiThreadedSearcher
-
Instantiates a searcher.
- MultiThreadedSearcher(NodeExpander<N>, ExpandCollection<N>) - Constructor for class org.processmining.framework.util.search.MultiThreadedSearcher
-
Instantiates a searcher.
N
- name() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Returns the name identifying this plugin in a human readable way.
- nameChanged(String) - Method in interface org.processmining.framework.plugin.events.NameChangeListener
- nameChanged(String) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- NameChangeListener - Interface in org.processmining.framework.plugin.events
- NameChangeListener.ListenerList - Class in org.processmining.framework.plugin.events
- NEVER_CANCEL - Static variable in interface org.processmining.framework.plugin.ProMCanceller
-
ProMCanceller
that never returns true forProMCanceller.isCancelled()
- newPlugin(PluginDescriptor, Collection<Class<?>>) - Method in interface org.processmining.framework.plugin.PluginManager.PluginManagerListener
-
Listen for plugins that are registered to the manager.
- NightlyBuild - org.processmining.framework.plugin.annotations.PluginLevel
- NodeExpander<N> - Interface in org.processmining.framework.util.search
-
This class is used by the MultiThreadedSearcher to handle callbacks.
- NONE - org.processmining.framework.boot.Boot.Level
- NORMAL - org.processmining.framework.plugin.events.Logger.MessageLevel
-
Normal message level, for information during runtime
O
- ObjectConstructor - Interface in org.processmining.framework.plugin
- occurrences(Object) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns the number of occurrences of the given object in this multiset.
- occurrences(Object) - Method in interface org.processmining.framework.util.collection.MultiSet
-
returns the number of occurrences of the given object in this multiset.
- OPENXES_SHADOW_SIZE - Static variable in class org.processmining.framework.boot.Boot
- org.processmining.framework - package org.processmining.framework
- org.processmining.framework.abstractplugins - package org.processmining.framework.abstractplugins
- org.processmining.framework.annotations - package org.processmining.framework.annotations
- org.processmining.framework.boot - package org.processmining.framework.boot
- org.processmining.framework.connections - package org.processmining.framework.connections
- org.processmining.framework.connections.annotations - package org.processmining.framework.connections.annotations
- org.processmining.framework.connections.impl - package org.processmining.framework.connections.impl
- org.processmining.framework.packages - package org.processmining.framework.packages
- org.processmining.framework.packages.events - package org.processmining.framework.packages.events
- org.processmining.framework.packages.impl - package org.processmining.framework.packages.impl
- org.processmining.framework.plugin - package org.processmining.framework.plugin
- org.processmining.framework.plugin.annotations - package org.processmining.framework.plugin.annotations
- org.processmining.framework.plugin.events - package org.processmining.framework.plugin.events
- org.processmining.framework.plugin.impl - package org.processmining.framework.plugin.impl
- org.processmining.framework.providedobjects - package org.processmining.framework.providedobjects
- org.processmining.framework.providedobjects.impl - package org.processmining.framework.providedobjects.impl
- org.processmining.framework.util - package org.processmining.framework.util
- org.processmining.framework.util.collection - package org.processmining.framework.util.collection
- org.processmining.framework.util.progress - package org.processmining.framework.util.progress
- org.processmining.framework.util.search - package org.processmining.framework.util.search
- org.processmining.framework.util.socket - package org.processmining.framework.util.socket
- org.processmining.framework.util.ui - package org.processmining.framework.util.ui
- OS_BEOS - Static variable in class org.processmining.framework.util.OsUtil
- OS_BSD - Static variable in class org.processmining.framework.util.OsUtil
- OS_LINUX - Static variable in class org.processmining.framework.util.OsUtil
- OS_MACOSCLASSIC - Static variable in class org.processmining.framework.util.OsUtil
- OS_MACOSX - Static variable in class org.processmining.framework.util.OsUtil
- OS_RISCOS - Static variable in class org.processmining.framework.util.OsUtil
- OS_UNKNOWN - Static variable in class org.processmining.framework.util.OsUtil
- OS_WIN32 - Static variable in class org.processmining.framework.util.OsUtil
- OS_WIN64 - Static variable in class org.processmining.framework.util.OsUtil
- OsUtil - Class in org.processmining.framework.util
- OsUtil() - Constructor for class org.processmining.framework.util.OsUtil
- output() - Method in annotation type org.processmining.framework.annotations.TestMethod
P
- PACKAGE_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- PackageConfigPerister - Class in org.processmining.framework.packages.impl
- PackageDescriptor - Class in org.processmining.framework.packages
- PackageDescriptor(String, String, PackageDescriptor.OS, String, String, String, String, String, String, String, String, boolean, boolean, List<String>, List<String>) - Constructor for class org.processmining.framework.packages.PackageDescriptor
- PackageDescriptor.OS - Enum in org.processmining.framework.packages
- PackageManager - Class in org.processmining.framework.packages
- PackageManager.Canceller - Interface in org.processmining.framework.packages
- PackageManagerListener - Interface in org.processmining.framework.packages.events
- PackageManagerListener.ListenerList - Class in org.processmining.framework.packages.events
- PackageSet - Class in org.processmining.framework.packages
- PackageSet() - Constructor for class org.processmining.framework.packages.PackageSet
- PackageStateReport - Class in org.processmining.framework.packages
- PackageStateReport(Map<String, SortedSet<PackageDescriptor>>, Map<PackageDescriptor, Set<String>>, Map<PackageDescriptor, Set<String>>) - Constructor for class org.processmining.framework.packages.PackageStateReport
- PackageVersion - Class in org.processmining.framework.packages
- PackageVersion(String) - Constructor for class org.processmining.framework.packages.PackageVersion
- paintComponent(Graphics) - Method in class org.processmining.framework.util.ui.ExpandButton
- paintComponent(Graphics) - Method in class org.processmining.framework.util.ui.SlickerConsole
- paintComponent(Graphics) - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- paintComponent(Graphics) - Method in class org.processmining.framework.util.ui.TypeToggleButton
- Pair<F,S> - Class in org.processmining.framework.util
- Pair(F, S) - Constructor for class org.processmining.framework.util.Pair
- parameterLabels() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Returns the labels of the parameters for this plugin.
- PathHacker - Class in org.processmining.framework.util
-
Dynamically adds jars or dll files at runtime to the environment for direct use
- PathHacker() - Constructor for class org.processmining.framework.util.PathHacker
- PathHackerRunnable - Class in org.processmining.framework.boot
-
Threaded executions of PathHacker addJar
- PathHackerRunnable(PackageDescriptor, Boot.Level, PluginManager, File) - Constructor for class org.processmining.framework.boot.PathHackerRunnable
- PeerReviewed - org.processmining.framework.plugin.annotations.PluginLevel
- Plugin - Annotation Type in org.processmining.framework.plugin.annotations
- PLUGIN_LEVEL_THRESHOLD - Static variable in class org.processmining.framework.boot.Boot
- PLUGIN_QUALITY_THRESHOLD - Static variable in class org.processmining.framework.boot.Boot
- PluginCacheEntry - Class in org.processmining.framework.plugin.impl
- PluginCacheEntry(URL, Boot.Level) - Constructor for class org.processmining.framework.plugin.impl.PluginCacheEntry
-
Deprecated.
- PluginCacheEntry(URL, Boot.Level, PackageDescriptor) - Constructor for class org.processmining.framework.plugin.impl.PluginCacheEntry
- pluginCancelled(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it is cancelled
- pluginCancelled(PluginContext) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- PluginCategory - Enum in org.processmining.framework.plugin.annotations
-
Plugin Category
- pluginCompleted(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it is completed
- PluginContext - Interface in org.processmining.framework.plugin
- PluginContextID - Interface in org.processmining.framework.plugin
-
Represents an ID of a plugin context.
- PluginContextIDImpl - Class in org.processmining.framework.plugin.impl
- PluginContextIDImpl() - Constructor for class org.processmining.framework.plugin.impl.PluginContextIDImpl
- pluginCreated(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a parent context, if a child context of that parent is created.
- pluginDeleted(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it's deleted from its parent
- PluginDescriptor - Interface in org.processmining.framework.plugin
- PluginDescriptorID - Interface in org.processmining.framework.plugin
-
This interface provides an ID for each plugin.
- PluginDescriptorIDImpl - Class in org.processmining.framework.plugin.impl
- PluginDescriptorIDImpl(Class<?>) - Constructor for class org.processmining.framework.plugin.impl.PluginDescriptorIDImpl
- PluginDescriptorIDImpl(Method) - Constructor for class org.processmining.framework.plugin.impl.PluginDescriptorIDImpl
- PluginDescriptorImpl - Class in org.processmining.framework.plugin.impl
- PluginExecutionResult - Interface in org.processmining.framework.plugin
-
This class represents the result of a plugin execution.
- PluginExecutionResultImpl - Class in org.processmining.framework.plugin.impl
- PluginExecutionResultImpl(Class<?>[], String[], PluginDescriptor) - Constructor for class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- pluginFutureCreated(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it's future was set.
- PluginLevel - Enum in org.processmining.framework.plugin.annotations
- PluginLifeCycleEventListener - Interface in org.processmining.framework.plugin.events
- PluginLifeCycleEventListener.List - Class in org.processmining.framework.plugin.events
- PluginManager - Interface in org.processmining.framework.plugin
-
The plugin manager manages plugins.
- PluginManager.PluginManagerListener - Interface in org.processmining.framework.plugin
-
This interface describes an error listener for the plugin manager.
- PluginManagerImpl - Class in org.processmining.framework.plugin.impl
- PluginParameterBinding - Class in org.processmining.framework.plugin
-
This class represents a binding between a method of a plugin and a set of parameters.
- PluginParameterBinding.Factory - Class in org.processmining.framework.plugin
-
Factory for instantiating PluginParameterBindings binding plugins with a given input.
- PluginQuality - Enum in org.processmining.framework.plugin.annotations
- pluginResumed(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it is resumed
- pluginStarted(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it is started
- pluginSuspended(PluginContext) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it is suspended
- pluginTerminatedWithError(PluginContext, Throwable) - Method in interface org.processmining.framework.plugin.events.PluginLifeCycleEventListener
-
This method is invoked on a context, if it throws an exception
- PluginVariant - Annotation Type in org.processmining.framework.plugin.annotations
- Poor - org.processmining.framework.plugin.annotations.PluginQuality
- pop() - Method in class org.processmining.framework.util.search.DepthFirstExpandCollection
- pop() - Method in interface org.processmining.framework.util.search.ExpandCollection
-
Gets and removes the first element to be expanded by the node expander.
- printUsage() - Method in class org.processmining.framework.util.AutoHelpCommandLineParser
- processLeaf(N, Progress, Collection<N>) - Method in interface org.processmining.framework.util.search.NodeExpander
-
This method is called by the searcher to which this expander is registered each time a leaf was encountered.
- progress - Variable in class org.processmining.framework.plugin.impl.AbstractPluginContext
- Progress - Interface in org.processmining.framework.plugin
-
Interface for progress indicator
- progressBar - Variable in class org.processmining.framework.util.progress.XProgressBarListener
-
Controlled progress bar.
- ProgressBarImpl - Class in org.processmining.framework.plugin.impl
- ProgressBarImpl(PluginContext) - Constructor for class org.processmining.framework.plugin.impl.ProgressBarImpl
- ProgressEventListener - Interface in org.processmining.framework.plugin.events
- ProgressEventListener.ListenerList - Class in org.processmining.framework.plugin.events
- progressListener - Variable in class org.processmining.framework.util.progress.XMonitoredInputStream
-
Progress listener which is being notified.
- PROM_USER_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- PROM_VERSION - Static variable in class org.processmining.framework.boot.Boot
- ProMCanceller - Interface in org.processmining.framework.plugin
-
Interface that can be used by visualizations to receive a notification from the framework when they are removed.
- ProMClassLoader - Class in org.processmining.framework.util
- ProMClassLoader(ClassLoader) - Constructor for class org.processmining.framework.util.ProMClassLoader
- ProMEventListenerList<T extends java.util.EventListener> - Class in org.processmining.framework.plugin.events
- ProMEventListenerList() - Constructor for class org.processmining.framework.plugin.events.ProMEventListenerList
- ProMFuture<T> - Class in org.processmining.framework.plugin
-
Class to represent a future on an object.
- ProMFuture(Class<? extends T>, String) - Constructor for class org.processmining.framework.plugin.ProMFuture
-
Instantiates a ProMFuture object of the given type and with the given label.
- ProMID - Interface in org.processmining.framework
- ProvidedObject - Interface in org.processmining.framework.providedobjects
- providedObjectCreated(ProvidedObjectID, PluginContext) - Method in interface org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener
- providedObjectDeleted(ProvidedObjectID) - Method in interface org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener
- ProvidedObjectDeletedException - Exception in org.processmining.framework.providedobjects
- ProvidedObjectDeletedException(String) - Constructor for exception org.processmining.framework.providedobjects.ProvidedObjectDeletedException
- providedObjectFutureReady(ProvidedObjectID) - Method in interface org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener
- ProvidedObjectID - Interface in org.processmining.framework.providedobjects
- ProvidedObjectIDImpl - Class in org.processmining.framework.providedobjects.impl
- ProvidedObjectIDImpl() - Constructor for class org.processmining.framework.providedobjects.impl.ProvidedObjectIDImpl
- ProvidedObjectImpl - Class in org.processmining.framework.providedobjects.impl
- ProvidedObjectImpl(String, ProvidedObjectID, T, Class<? super T>, ProvidedObjectManager) - Constructor for class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- ProvidedObjectLifeCycleListener - Interface in org.processmining.framework.plugin.events
- ProvidedObjectLifeCycleListener.ListenerList - Class in org.processmining.framework.plugin.events
- ProvidedObjectManager - Interface in org.processmining.framework.providedobjects
- ProvidedObjectManagerImpl - Class in org.processmining.framework.providedobjects.impl
- ProvidedObjectManagerImpl() - Constructor for class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- providedObjectNameChanged(ProvidedObjectID) - Method in interface org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener
- providedObjectNameChanged(ProvidedObjectID) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- providedObjectObjectChanged(ProvidedObjectID) - Method in interface org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener
- providedObjectObjectChanged(ProvidedObjectID) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- put(Object, Object) - Method in class org.processmining.framework.util.WeakValueHashMap
-
Puts a new (key,value) into the map.
- put(String, T) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- put(K, V) - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- putStrong(String, T) - Method in class org.processmining.framework.connections.impl.AbstractStrongReferencingConnection
Q
- quality() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Indication of quality for plug-in.
R
- read() - Method in class org.processmining.framework.util.progress.XMonitoredInputStream
- read(byte[]) - Method in class org.processmining.framework.util.progress.XMonitoredInputStream
- read(byte[], int, int) - Method in class org.processmining.framework.util.progress.XMonitoredInputStream
- read(File, Set<Repository>, PackageSet, PackageSet, PackageManager.Canceller) - Static method in class org.processmining.framework.packages.impl.PackageConfigPerister
- read(InputStream, Set<Repository>, PackageSet, PackageSet, PackageManager.Canceller) - Static method in class org.processmining.framework.packages.impl.PackageConfigPerister
- READ_TIMEOUT - Static variable in class org.processmining.framework.boot.Boot
- receiveMessage(String, Logger.MessageLevel) - Method in class org.processmining.framework.util.ui.SlickerConsole
- receiveMessage(String, Logger.MessageLevel) - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- RecursiveCallException - Exception in org.processmining.framework.plugin
- RecursiveCallException(PluginContext, PluginDescriptor, int) - Constructor for exception org.processmining.framework.plugin.RecursiveCallException
- register(URL, PackageDescriptor) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- register(URL, PackageDescriptor) - Method in interface org.processmining.framework.plugin.PluginManager
-
registers a URL to this plugin manager.
- register(URL, PackageDescriptor, ClassLoader) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- register(URL, PackageDescriptor, ClassLoader) - Method in interface org.processmining.framework.plugin.PluginManager
-
registers a URL to this plugin manager.
- Regular - org.processmining.framework.plugin.annotations.PluginLevel
- relabelProvidedObject(ProvidedObjectID, String) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- relabelProvidedObject(ProvidedObjectID, String) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- RELEASE_PACKAGE - Static variable in class org.processmining.framework.boot.Boot
- remove() - Method in interface org.processmining.framework.connections.Connection
-
Removes the connection.
- remove() - Method in class org.processmining.framework.connections.impl.AbstractConnection
-
Removes the connection.
- remove(Object) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
removes the given object from this multiset, if it is in there.
- remove(Object) - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- remove(Object) - Method in class org.processmining.framework.util.WeakValueHashMap
-
Removes key and value for the given key.
- remove(String) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- remove(T) - Method in class org.processmining.framework.plugin.events.ProMEventListenerList
- removeAll() - Method in class org.processmining.framework.plugin.events.ProMEventListenerList
- removeAll(Collection<?>) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
removes the elements in the given multiset from this multiset.
- removeAllMultiSet(AbstractMultiSet<?, ?>, S) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
- removeFromCache() - Method in class org.processmining.framework.plugin.impl.PluginCacheEntry
- removeListener(PackageManagerListener) - Method in class org.processmining.framework.packages.PackageManager
- removeListener(PluginManager.PluginManagerListener) - Method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- removeListener(PluginManager.PluginManagerListener) - Method in interface org.processmining.framework.plugin.PluginManager
-
Removes the listener from the plugin manager.
- removeRepository(Repository) - Method in class org.processmining.framework.packages.PackageManager
- removeServiceHandler(ServiceHandler) - Method in class org.processmining.framework.util.socket.Service
-
Unregister the handler.
- Repository - Class in org.processmining.framework.packages
- Repository(URL) - Constructor for class org.processmining.framework.packages.Repository
- requiredParameterLabels() - Method in annotation type org.processmining.framework.plugin.annotations.PluginVariant
-
Each plugin variant specifies the required parameter labels in this Array.
- retainAll(Collection<?>) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
Keeps all elements of the given collection in this multiset.
- retainAll(MultiSet<?>) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
Keeps all elements of the given collection in this multiset.
- returnLabels() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Returns an Array of strings, such that each String is an initial label for a returned object.
- returnSystemOut() - Method in annotation type org.processmining.framework.annotations.TestMethod
- returnTypes() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Returns an Array of Class objects, such that each class object represents the type of the returned object at that index, i.e.
- run() - Method in class org.processmining.framework.boot.AddJarsForPackageRunnable
-
Entry point for thread
- run() - Method in class org.processmining.framework.boot.PathHackerRunnable
-
Entry point for thread
- run() - Method in class org.processmining.framework.util.socket.Service.ConnectionHandlerRunnable
-
Notifies all registered handlers about a new client connection in a new thread.
- run(String[]) - Method in class org.processmining.framework.packages.CommandLineInterface
- run(List<String>) - Method in class org.processmining.framework.util.AutoHelpCommandLineParser.Command
- runCommand() - Method in class org.processmining.framework.util.AutoHelpCommandLineParser
- runPluginEvent(String, String) - Method in class org.processmining.framework.util.GoogleAnalyticsUtil
S
- scrollToBottom() - Method in class org.processmining.framework.util.ui.SlickerConsole
- second - Variable in class org.processmining.framework.util.Pair
- serverSocket - Variable in class org.processmining.framework.util.socket.Service
- Service - Class in org.processmining.framework.util.socket
-
This is a wrapper for a server socket.
- Service(int) - Constructor for class org.processmining.framework.util.socket.Service
-
The only constructor, which simply sets a port to be used by the server socket.
- Service.ConnectionHandlerRunnable - Class in org.processmining.framework.util.socket
-
A simple class that enables notification of ServiceHandler-s in a new thread.
- ServiceEnvironment - Interface in org.processmining.framework.util.socket
-
This interface represents a service environment.
- ServiceHandler - Interface in org.processmining.framework.util.socket
-
This interface enables a service to respond to newly connected clients.
- sessionComplete(boolean) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- sessionStart() - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- setAutoUpdate(boolean) - Method in class org.processmining.framework.packages.PackageManager
-
Deprecated.
- setButtonEnabled(boolean) - Method in class org.processmining.framework.util.ui.TypeToggleButton
- setCanceller(PackageManager.Canceller) - Method in class org.processmining.framework.packages.PackageManager
- setCaption(String) - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- setCaption(String) - Method in interface org.processmining.framework.plugin.Progress
- setEnabled(boolean) - Method in interface org.processmining.framework.connections.ConnectionManager
-
Sets whether connections are enabled.
- setEnabled(boolean) - Method in class org.processmining.framework.connections.impl.ConnectionManagerImpl
- setEnabled(boolean) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectManagerImpl
- setEnabled(boolean) - Method in interface org.processmining.framework.providedobjects.ProvidedObjectManager
- setExpanded(boolean) - Method in class org.processmining.framework.util.ui.ExpandButton
- setExpanded(boolean) - Method in class org.processmining.framework.util.ui.SlickerConsole
- setFuture(PluginExecutionResult) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- setFuture(PluginExecutionResult) - Method in interface org.processmining.framework.plugin.PluginContext
- setHasBrokenDependencies() - Method in class org.processmining.framework.packages.PackageDescriptor
- setIndeterminate(boolean) - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- setIndeterminate(boolean) - Method in interface org.processmining.framework.plugin.Progress
- setInput(Object[]) - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- setLabel(String) - Method in interface org.processmining.framework.connections.Connection
-
sets the label of the connection to the new name
- setLabel(String) - Method in class org.processmining.framework.connections.impl.AbstractConnection
-
sets the label of the connection to the new name
- setLabel(String) - Method in class org.processmining.framework.plugin.ProMFuture
-
Sets the label of this future to the given label and fires name change events in any registered name change listeners.
- setLabel(String) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- setLabel(String) - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Sets the label of this provided object to the new label.
- setLatestReleaseInstalled() - Static method in class org.processmining.framework.boot.Boot
- setManager(ConnectionManager) - Method in interface org.processmining.framework.connections.Connection
-
Sets the manager for the connection.
- setManager(ConnectionManager) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- setManagers(ConnectionManager, PluginManager, ProvidedObjectManager) - Method in interface org.processmining.framework.providedobjects.ContextAwareObject
- setMaximum(int) - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- setMaximum(int) - Method in interface org.processmining.framework.plugin.Progress
- setMinimum(int) - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- setMinimum(int) - Method in interface org.processmining.framework.plugin.Progress
- setObject(Object) - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- setObject(Object) - Method in interface org.processmining.framework.providedobjects.ProvidedObject
-
Changes the content of this provided object by replacing the original object with the new object.
- setPluginDescriptor(PluginDescriptor, int) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- setPluginDescriptor(PluginDescriptor, int) - Method in interface org.processmining.framework.plugin.PluginContext
- setProvidedObjectID(int, ProvidedObjectID) - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- setProvidedObjectID(int, ProvidedObjectID) - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
Tells this result under which provided object ID the object at index i is known to the framework
- setReleaseInstalled(String, String) - Static method in class org.processmining.framework.boot.Boot
- setShowDebug(boolean) - Method in class org.processmining.framework.util.ui.SlickerConsole
- setShowDebug(boolean) - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- setShowErrors(boolean) - Method in class org.processmining.framework.util.ui.SlickerConsole
- setShowErrors(boolean) - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- setShowMessages(boolean) - Method in class org.processmining.framework.util.ui.SlickerConsole
- setShowMessages(boolean) - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- setShowTest(boolean) - Method in class org.processmining.framework.util.ui.SlickerConsole
- setShowTest(boolean) - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- setShowWarnings(boolean) - Method in class org.processmining.framework.util.ui.SlickerConsole
- setShowWarnings(boolean) - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- setValue(int) - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- setValue(int) - Method in interface org.processmining.framework.plugin.Progress
- setWorkingDirectoryAtStartup() - Static method in class org.processmining.framework.util.OsUtil
- showDebug - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showErrors - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showMessages - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showTest - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showWarnings - Variable in class org.processmining.framework.util.ui.SlickerConsole
- size - Variable in class org.processmining.framework.util.collection.AbstractMultiSet
- size - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- size() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns the size of the multiset, i.e.
- size() - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- size() - Method in class org.processmining.framework.util.WeakValueHashMap
-
Returns the number of key-value mappings in this map.
- skip(long) - Method in class org.processmining.framework.util.progress.XMonitoredInputStream
- SlickerConsole - Class in org.processmining.framework.util.ui
- SlickerConsole(int) - Constructor for class org.processmining.framework.util.ui.SlickerConsole
- SlickerMessageBar - Class in org.processmining.framework.util.ui
- SlickerMessageBar() - Constructor for class org.processmining.framework.util.ui.SlickerMessageBar
- SortedMultiSet<T> - Interface in org.processmining.framework.util.collection
- stack - Variable in class org.processmining.framework.util.search.DepthFirstExpandCollection
- start(ServiceEnvironment, Executor) - Method in class org.processmining.framework.util.socket.Service
-
Opens the server socked on the given port.
- startDownload(String, URL, PackageDescriptor) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- startInstall(String, File, PackageDescriptor) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- startSearch(Executor, Progress, Collection<N>) - Method in class org.processmining.framework.util.search.MultiThreadedSearcher
-
A call to this method initiates the search.
- startValue - Variable in class org.processmining.framework.util.progress.XProgressBarListener
-
Start value to use in progress bar.
- stepNumber - Variable in class org.processmining.framework.util.progress.XMonitoredInputStream
-
The number of steps to be used for progress expression.
- stepSize - Variable in class org.processmining.framework.util.progress.XMonitoredInputStream
-
Number of bytes per step.
- stillAlive() - Method in interface org.processmining.framework.util.socket.ServiceEnvironment
-
While listening on its socket, a service will regularly invoke this method.
- stopValue - Variable in class org.processmining.framework.util.progress.XProgressBarListener
-
Stop value to use in progress bar.
- stream - Variable in class org.processmining.framework.util.progress.XMonitoredInputStream
-
Wrapped, monitored input stream.
- stringHeight - Variable in class org.processmining.framework.util.ui.SlickerConsole
- StringUtils - Class in org.processmining.framework.util
- substitutedType() - Method in annotation type org.processmining.framework.providedobjects.SubstitutionType
- SubstitutionType - Annotation Type in org.processmining.framework.providedobjects
- synchronize() - Method in class org.processmining.framework.plugin.impl.PluginExecutionResultImpl
- synchronize() - Method in interface org.processmining.framework.plugin.PluginExecutionResult
-
Synchronizes on any futures that might still exist in the result.
T
- TEST - org.processmining.framework.plugin.events.Logger.MessageLevel
-
All TEST messages are omitted in the release version.
- testFile - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- TestMethod - Annotation Type in org.processmining.framework.annotations
-
By adding this annotation to a method, the method is flagged as a test method for ProM.
- timestamps - Variable in class org.processmining.framework.util.ui.SlickerConsole
- toggleDimension() - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- toggleExpanded() - Method in class org.processmining.framework.util.ui.SlickerMessageBar
- toHTML() - Method in class org.processmining.framework.packages.PackageDescriptor
- toHTMLString(boolean) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
- toHTMLString(boolean) - Method in interface org.processmining.framework.util.HTMLToString
- toList() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
Converts this multiset to a list, such that each element occurs as often as returned by the iterator of the multiset (its number of occurrences).
- toList() - Method in interface org.processmining.framework.util.collection.MultiSet
-
Converts this multiset to a list, such that each element occurs as often as returned by the iterator of the multiset (its number of occurrences).
- toString() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- toString() - Method in class org.processmining.framework.connections.impl.ConnectionIDImpl
- toString() - Method in class org.processmining.framework.packages.PackageDescriptor
- toString() - Method in class org.processmining.framework.packages.PackageManager
- toString() - Method in class org.processmining.framework.packages.PackageStateReport
- toString() - Method in class org.processmining.framework.packages.PackageVersion
- toString() - Method in class org.processmining.framework.packages.Repository
- toString() - Method in class org.processmining.framework.plugin.events.ProMEventListenerList
- toString() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- toString() - Method in class org.processmining.framework.plugin.impl.PluginContextIDImpl
- toString() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorIDImpl
- toString() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- toString() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Returns a String representation of the plugin
- toString() - Method in class org.processmining.framework.plugin.ProMFuture
-
Return a string representation of this future.
- toString() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectIDImpl
- toString() - Method in class org.processmining.framework.providedobjects.impl.ProvidedObjectImpl
- toString() - Method in class org.processmining.framework.util.collection.AbstractMultiSet
-
returns a string representing this multiset.
- toString() - Method in class org.processmining.framework.util.Pair
- toStringArray() - Method in class org.processmining.framework.util.CommandLineArgumentList
- TRACKING_BY_GA_ALLOWED - Static variable in class org.processmining.framework.boot.Boot
- TreeMultiSet<T> - Class in org.processmining.framework.util.collection
- TreeMultiSet() - Constructor for class org.processmining.framework.util.collection.TreeMultiSet
-
Constructs a new, empty multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- TreeMultiSet(Collection<T>) - Constructor for class org.processmining.framework.util.collection.TreeMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- TreeMultiSet(Collection<T>, Comparator<? super T>) - Constructor for class org.processmining.framework.util.collection.TreeMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- TreeMultiSet(Comparator<? super T>) - Constructor for class org.processmining.framework.util.collection.TreeMultiSet
-
Constructs a new, empty multiset, such that all elements of the given collection are added as many times as they are returned by the iterator of that collection.
- TreeMultiSet(Comparator<? super T>, T...) - Constructor for class org.processmining.framework.util.collection.TreeMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are in the given array.
- TreeMultiSet(T...) - Constructor for class org.processmining.framework.util.collection.TreeMultiSet
-
Constructs a new multiset, such that all elements of the given collection are added as many times as they are in the given array.
- tryToBind(PluginManager, PluginDescriptor, int, boolean, boolean, Class<?>...) - Static method in class org.processmining.framework.plugin.PluginParameterBinding.Factory
-
This method instantiates binding objects binding the method and index
methodIndex
of the given plugin to the given set of parameter types, if possible. - tryToFindOrConstructAllObjects(Class<T>, Class<C>, String, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- tryToFindOrConstructAllObjects(Class<T>, Class<C>, String, Object...) - Method in interface org.processmining.framework.plugin.ObjectConstructor
-
Finds as many objects of the given type as can be found through the connections of the other given type.
- tryToFindOrConstructFirstNamedObject(Class<T>, String, Class<C>, String, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- tryToFindOrConstructFirstNamedObject(Class<T>, String, Class<C>, String, Object...) - Method in interface org.processmining.framework.plugin.ObjectConstructor
-
Returns the first object of the given type as can be found through the connections of the other given type.
- tryToFindOrConstructFirstObject(Class<T>, Class<C>, String, Object...) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- tryToFindOrConstructFirstObject(Class<T>, Class<C>, String, Object...) - Method in interface org.processmining.framework.plugin.ObjectConstructor
-
Returns the first object of the given type as can be found through the connections of the other given type.
- TUE - Static variable in annotation type org.processmining.framework.annotations.AuthoredType
- type - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- typeName() - Method in annotation type org.processmining.framework.annotations.AuthoredType
-
Specifies the user-readable type for this class
- types - Variable in class org.processmining.framework.util.ui.SlickerConsole
- TypeToggleButton - Class in org.processmining.framework.util.ui
- TypeToggleButton(String, String, Color) - Constructor for class org.processmining.framework.util.ui.TypeToggleButton
U
- uninstall(Collection<PackageDescriptor>) - Method in class org.processmining.framework.packages.PackageManager
- UnknownPackageException - Exception in org.processmining.framework.packages
- UnknownPackageException(String) - Constructor for exception org.processmining.framework.packages.UnknownPackageException
- UnknownPackageTypeException - Exception in org.processmining.framework.packages
- UnknownPackageTypeException(PackageDescriptor) - Constructor for exception org.processmining.framework.packages.UnknownPackageTypeException
- update(boolean, Boot.Level) - Method in class org.processmining.framework.packages.PackageManager
- update(long) - Method in class org.processmining.framework.util.progress.XMonitoredInputStream
-
This method is called by the actual input stream method to provide feedback about the number of read bytes.
- update(List<String>) - Method in class org.processmining.framework.plugin.impl.PluginCacheEntry
- updated() - Method in interface org.processmining.framework.connections.Connection
-
This method should be called as soon as the connection is changed, for example if the label changed, or if the contents of one of the connected objects changes.
- updated() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- updateProgress(int, int) - Method in class org.processmining.framework.util.progress.XProgressBarListener
- updateProgress(int, int) - Method in interface org.processmining.framework.util.progress.XProgressListener
-
Notifies the listener about progress being made.
- url() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
- userAccessible() - Method in annotation type org.processmining.framework.plugin.annotations.Plugin
-
Signals the framework to make this plugin user-accessible.
V
- valueOf(String) - Static method in enum org.processmining.framework.boot.Boot.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.processmining.framework.packages.PackageDescriptor.OS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.processmining.framework.plugin.annotations.PluginCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.processmining.framework.plugin.annotations.PluginLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.processmining.framework.plugin.annotations.PluginQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.processmining.framework.plugin.events.Logger.MessageLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.processmining.framework.boot.Boot.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.processmining.framework.packages.PackageDescriptor.OS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.processmining.framework.plugin.annotations.PluginCategory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.processmining.framework.plugin.annotations.PluginLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.processmining.framework.plugin.annotations.PluginQuality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.processmining.framework.plugin.events.Logger.MessageLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.processmining.framework.util.collection.WeakKeyValueMap
- values() - Method in class org.processmining.framework.util.WeakValueHashMap
-
Returns a
Collection
view of the values contained in this map. - variantLabel() - Method in annotation type org.processmining.framework.plugin.annotations.PluginVariant
-
This String represents the label of the plugin variant.
- VERBOSE - Static variable in class org.processmining.framework.boot.Boot
- VeryGood - org.processmining.framework.plugin.annotations.PluginQuality
- VeryPoor - org.processmining.framework.plugin.annotations.PluginQuality
W
- WARNING - org.processmining.framework.plugin.events.Logger.MessageLevel
-
Warning message level, for warning messages during runtime
- WeakKeyValueMap<K,V> - Class in org.processmining.framework.util.collection
- WeakKeyValueMap() - Constructor for class org.processmining.framework.util.collection.WeakKeyValueMap
- WeakKeyValueMap(int) - Constructor for class org.processmining.framework.util.collection.WeakKeyValueMap
- WeakKeyValueMap(int, float) - Constructor for class org.processmining.framework.util.collection.WeakKeyValueMap
- WeakKeyValueMap(Map<? extends K, ? extends V>) - Constructor for class org.processmining.framework.util.collection.WeakKeyValueMap
- WeakValueHashMap - Class in org.processmining.framework.util
-
A WeakValueHashMap is implemented as a HashMap that maps keys to WeakValues.
- WeakValueHashMap() - Constructor for class org.processmining.framework.util.WeakValueHashMap
- website() - Method in annotation type org.processmining.framework.annotations.AuthoredType
-
Specifies the website of the author (note that this should be URL style, i.e.
- WIN32 - org.processmining.framework.packages.PackageDescriptor.OS
- WIN64 - org.processmining.framework.packages.PackageDescriptor.OS
- WORKSPACE_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- write(File, Set<Repository>, Set<PackageDescriptor>, Set<PackageDescriptor>) - Static method in class org.processmining.framework.packages.impl.PackageConfigPerister
X
- XMonitoredInputStream - Class in org.processmining.framework.util.progress
-
This class implements an input stream which can provide a progress listener with feedback about how much of the data in the stream has already been read.
- XMonitoredInputStream(File, XProgressListener) - Constructor for class org.processmining.framework.util.progress.XMonitoredInputStream
-
Creates a new monitored input stream.
- XMonitoredInputStream(InputStream, long, JProgressBar) - Constructor for class org.processmining.framework.util.progress.XMonitoredInputStream
-
Creates a new monitored input stream.
- XMonitoredInputStream(InputStream, long, XProgressListener) - Constructor for class org.processmining.framework.util.progress.XMonitoredInputStream
-
Creates a new monitored input stream.
- XMonitoredInputStream(InputStream, long, XProgressListener, int) - Constructor for class org.processmining.framework.util.progress.XMonitoredInputStream
-
Creates a new monitored input stream.
- XProgressBarListener - Class in org.processmining.framework.util.progress
-
This class implements a progress listener for controlling an attached Swing progress bar.
- XProgressBarListener(JProgressBar) - Constructor for class org.processmining.framework.util.progress.XProgressBarListener
-
Creates a new progress bar listener with the specified progress bar for display.
- XProgressBarListener(JProgressBar, int, int) - Constructor for class org.processmining.framework.util.progress.XProgressBarListener
-
Creates a new progress bar listener with the specified progress bar for display.
- XProgressListener - Interface in org.processmining.framework.util.progress
-
Interface for listening for progress on an unspecified process.
All Classes All Packages