Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAuthored - Class in org.processmining.contexts.uitopia.model
- AbstractAuthored() - Constructor for class org.processmining.contexts.uitopia.model.AbstractAuthored
- 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
- AbstractDirectedGraph<N extends DirectedGraphNode,
E extends DirectedGraphEdge<? extends N, ? extends N>> - Class in org.processmining.models.graphbased.directed - AbstractDirectedGraph() - Constructor for class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,
T extends AbstractDirectedGraphNode> - Class in org.processmining.models.graphbased.directed - AbstractDirectedGraphEdge(S, T) - Constructor for class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge
- AbstractDirectedGraphNode - Class in org.processmining.models.graphbased.directed
- AbstractDirectedGraphNode() - Constructor for class org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
- AbstractDirectedHypergraph<N extends DirectedHypergraphNode,
I extends DirectedIncomingHyperedge<? extends N, ? extends N>, O extends DirectedOutgoingHyperedge<? extends N, ? extends N>> - Class in org.processmining.models.graphbased.directedhypergraph - AbstractDirectedHypergraph() - Constructor for class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- AbstractDirectedHypergraphNode - Class in org.processmining.models.graphbased.directedhypergraph
- AbstractDirectedHypergraphNode(String, AbstractDirectedHypergraph<?, ?, ?>) - Constructor for class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraphNode
- AbstractDirectedIncomingHyperedge<S extends AbstractDirectedHypergraphNode,
T extends AbstractDirectedHypergraphNode> - Class in org.processmining.models.graphbased.directedhypergraph - AbstractDirectedIncomingHyperedge(Set<S>, T, String) - Constructor for class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedIncomingHyperedge
- AbstractDirectedOutgoingHyperedge<S extends AbstractDirectedHypergraphNode,
T extends AbstractDirectedHypergraphNode> - Class in org.processmining.models.graphbased.directedhypergraph - AbstractDirectedOutgoingHyperedge(S, Set<T>, String) - Constructor for class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedOutgoingHyperedge
- 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
- AbstractGraph - Class in org.processmining.models.graphbased
- AbstractGraph() - Constructor for class org.processmining.models.graphbased.AbstractGraph
- AbstractGraphEdge<S,
T> - Class in org.processmining.models.graphbased - AbstractGraphEdge(S, T) - Constructor for class org.processmining.models.graphbased.AbstractGraphEdge
- AbstractGraphElement - Class in org.processmining.models.graphbased
- AbstractGraphElement() - Constructor for class org.processmining.models.graphbased.AbstractGraphElement
- AbstractGraphNode - Class in org.processmining.models.graphbased
- AbstractGraphNode() - Constructor for class org.processmining.models.graphbased.AbstractGraphNode
- 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 Map<T, 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
- AbstractShape - Class in org.processmining.models.shapes
- AbstractShape() - Constructor for class org.processmining.models.shapes.AbstractShape
- AbstractStrongReferencingConnection - Class in org.processmining.framework.connections.impl
- AbstractStrongReferencingConnection(String) - Constructor for class org.processmining.framework.connections.impl.AbstractStrongReferencingConnection
- AbstractUndirectedEdge<T extends UndirectedGraphNode> - Class in org.processmining.models.graphbased.undirected
- AbstractUndirectedEdge(T, T, String) - Constructor for class org.processmining.models.graphbased.undirected.AbstractUndirectedEdge
- AbstractUndirectedGraph<N extends UndirectedGraphNode,
E extends UndirectedGraphEdge<? extends N>> - Class in org.processmining.models.graphbased.undirected - AbstractUndirectedGraph() - Constructor for class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- AbstractUndirectedNode - Class in org.processmining.models.graphbased.undirected
- AbstractUndirectedNode(String, AbstractUndirectedGraph<?, ?>) - Constructor for class org.processmining.models.graphbased.undirected.AbstractUndirectedNode
- acceptEdge(E, int) - Method in interface org.processmining.models.graphbased.directed.utils.GraphIterator.EdgeAcceptor
-
Used while searching.
- acceptNode(T, int) - Method in interface org.processmining.models.graphbased.directed.utils.GraphIterator.NodeAcceptor
-
Used while searching.
- actionPerformed(ActionEvent) - Method in class org.processmining.contexts.uitopia.packagemanager.PMMemoryView
- active - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- add(Object, int) - Method in class org.processmining.models.graphbased.directed.DirectedGraphElementWeights
-
Add the given weight to the given object, which will typically be a node identifier.
- add(Object, Object, Object, int) - Method in class org.processmining.models.graphbased.directed.DirectedGraphElementWeights
-
Adds the given weight to the edge identified by its source identifier, target identifier, and its own identifier.
- 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.
- addChild(ContainableDirectedGraphElement) - Method in interface org.processmining.models.graphbased.directed.ContainingDirectedGraphNode
- addChild(Node<T>) - Method in class org.processmining.models.graphbased.directed.utils.Node
-
Adds a child to the list of children for this Node
. - 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.
- addedImportPlugins() - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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(UpdateListener) - Method in class org.processmining.contexts.uitopia.hub.UpdateSignaller
- 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.
- addListener(GraphLayoutConnection.Listener) - Method in class org.processmining.models.connections.GraphLayoutConnection
- addResource(ProvidedObjectID, R) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- addServiceHandler(ServiceHandler) - Method in class org.processmining.framework.util.socket.Service
-
Registers a new handler.
- addText(String) - Method in class org.processmining.contexts.uitopia.packagemanager.PMOverlay
- addType(Class<?>) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- addView(View) - Method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- affiliation() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- affiliation() - Element in annotation interface org.processmining.framework.annotations.AuthoredType
-
Specifies the affiliation of the author
- alignLeft(JComponent) - Method in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- alignRight(JComponent) - Method in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- ALL - Enum constant in enum class org.processmining.framework.boot.Boot.Level
- ALL - Enum constant in enum class org.processmining.framework.packages.PackageDescriptor.OS
- AllInclassMethodTests - Class in org.processmining.contexts.test
-
Utility class to collect all methods annotated with
@TestMethod
from a given location of compiled Java classes. - AllInclassMethodTests() - Constructor for class org.processmining.contexts.test.AllInclassMethodTests
- AllStandardScriptTests - Class in org.processmining.contexts.test
-
Utility class to collect all test scripts annotated in a given directory.
- AllStandardScriptTests() - Constructor for class org.processmining.contexts.test.AllStandardScriptTests
- 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 - Enum constant in enum class org.processmining.framework.plugin.annotations.PluginCategory
- ArrayUtils - Class in org.processmining.framework.util
- ARROW_CROSS - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROW_TECHNICAL_CIRCLE - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_CIRCLE - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_CLASSIC - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_DIAMOND - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_DOUBLELINE - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_LINE - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_NONE - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_SIMPLE - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- ARROWTYPE_TECHNICAL - Enum constant in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
- AttributeMap - Class in org.processmining.models.graphbased
- AttributeMap() - Constructor for class org.processmining.models.graphbased.AttributeMap
- AttributeMap.ArrowType - Enum Class in org.processmining.models.graphbased
- AttributeMapOwner - Interface in org.processmining.models.graphbased
- author() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- author() - Element in annotation interface org.processmining.framework.annotations.AuthoredType
-
Specifies the name of the author
- AuthoredType - Annotation Interface 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
- AUTOSIZE - Static variable in class org.processmining.models.graphbased.AttributeMap
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.
- bind(String, Object) - Method in class org.processmining.contexts.scripting.ScriptExecutor
- 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 Class in org.processmining.framework.boot
- Bootable - Annotation Interface in org.processmining.framework.plugin.annotations
- BORDERWIDTH - Static variable in class org.processmining.models.graphbased.AttributeMap
- BOTTOM - Static variable in class org.processmining.models.shapes.Gate
- BoundaryDirectedGraphNode - Interface in org.processmining.models.graphbased.directed
-
Interface to represent a node that can be drawn on the boundary of another node (e.g.: an exception on a BPMN activity.) The other node will be a ContainingDirectedGraphNode.
- 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
- buggedComponentize(DirectedGraph<N, E>) - Static method in class org.processmining.models.graphbased.directed.analysis.ComponentFactory
- BulletProof - Enum constant in enum class 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
- calculateAllShortestDistanceDijkstra(DirectedGraph<N, E>) - Static method in class org.processmining.models.graphbased.directed.analysis.ShortestPathFactory
- cancel() - Method in interface org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog.CancellationListener
- 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
- captureNow() - Method in class org.processmining.contexts.uitopia.model.ProMView
- 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() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
-
Categories define the 'type' of functionality the plugin provides.
- changed(ProMResource<?>, boolean) - Method in interface org.processmining.contexts.uitopia.model.ProMResource.Listener
- changeProgress(int) - Method in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- changeProgress(int) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- changeProgress(int) - Method in interface org.processmining.framework.plugin.events.ProgressEventListener
- changeProgressBounds(int, int) - Method in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- changeProgressBounds(int, int) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- changeProgressBounds(int, int) - Method in interface org.processmining.framework.plugin.events.ProgressEventListener
- changeProgressCaption(String) - Method in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- changeProgressCaption(String) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- changeProgressCaption(String) - Method in interface org.processmining.framework.plugin.events.ProgressEventListener
- changeProgressIndeterminate(boolean) - Method in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- changeProgressIndeterminate(boolean) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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
- checkAddEdge(Set<N>, N) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- checkAddEdge(N, Set<N>) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- checkAddEdge(N, N) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- checkAddEdge(N, N) - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- checkConsistency() - Method in class org.processmining.framework.packages.PackageManager
- CHILDRENBUTTON - Static variable in class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- 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
- cleanCache() - Method in class org.processmining.contexts.uitopia.packagemanager.PMMemoryView
- cleanPackageCache() - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- 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 class org.processmining.contexts.uitopia.packagemanager.PMOverlay
- 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
- clear() - Method in class org.processmining.models.graphbased.AttributeMap
- clearSettingsCache() - Static method in class org.processmining.framework.plugin.impl.PluginCacheEntry
-
Clear the cache here.
- clearViewSpecific(AttributeMapOwner) - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- CLI - Class in org.processmining.contexts.cli
- CLI - Annotation Interface in org.processmining.framework.plugin.annotations
- CLI() - Constructor for class org.processmining.contexts.cli.CLI
- CLIContext - Class in org.processmining.contexts.cli
- CLIContext() - Constructor for class org.processmining.contexts.cli.CLIContext
- clientSocket - Variable in class org.processmining.framework.util.socket.Service.ConnectionHandlerRunnable
- CLIPluginContext - Class in org.processmining.contexts.cli
- CLIPluginContext(CLIPluginContext, String) - Constructor for class org.processmining.contexts.cli.CLIPluginContext
- CLIPluginContext(GlobalContext, String) - Constructor for class org.processmining.contexts.cli.CLIPluginContext
- CLIProgressBar - Class in org.processmining.contexts.cli
- CLIProgressBar(PluginContext) - Constructor for class org.processmining.contexts.cli.CLIProgressBar
- cloneFrom(DirectedGraph<N, E>) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
-
The returned mapping satisfies: map.keySet().containsAll(graph.getNodes()) and map.keySet().containsAll(graph.getEdges())
- cloneFrom(AbstractDirectedHypergraph<N, I, O>) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- cloneFrom(UndirectedGraph<N, E>) - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- close(boolean) - Method in class org.processmining.contexts.uitopia.packagemanager.PMOverlay
- collapse(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- collapse(Expandable) - Method in class org.processmining.models.connections.GraphLayoutConnection
- collapseAll() - Method in class org.processmining.models.connections.GraphLayoutConnection
- collapseAll(Collection<Expandable>) - Method in class org.processmining.models.connections.GraphLayoutConnection
- COLLAPSED - Static variable in class org.processmining.models.connections.GraphLayoutConnection
- collectAllTestMethods(String) - Method in class org.processmining.contexts.test.AllInclassMethodTests
-
Find all methods with annotation
@TestMethod
in the given loop up directory. - colorBg - Variable in class org.processmining.framework.util.ui.SlickerConsole
- colorBgDown - Static variable in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- colorBgInner - Static variable in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- colorBgUp - Static variable in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- 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
- colorFg - Static variable in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- colorFontBg - Variable in class org.processmining.framework.util.ui.SlickerConsole
- COLORHEIGHTBUFFER - Static variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
-
The vertical distance added to the label height to make the color backdrop extend beyond the label text
- 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 Comparable<? super F>,
S extends 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(ProMAction) - Method in class org.processmining.contexts.uitopia.model.ProMAction
- 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(AbstractGraphEdge<Set<S>, T>) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedIncomingHyperedge
- compareTo(AbstractGraphEdge<S, Set<T>>) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedOutgoingHyperedge
- compareTo(AbstractGraphEdge<S, T>) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge
- compareTo(DirectedGraph<N, E>) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- compareTo(DirectedGraphNode) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
- compareTo(DirectedHypergraph<N, I, O>) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- compareTo(DirectedHypergraphNode) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraphNode
- compareTo(EdgeID) - Method in class org.processmining.models.graphbased.EdgeID
- compareTo(NodeID) - Method in class org.processmining.models.graphbased.NodeID
- compareTo(UndirectedGraph<N, E>) - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- compareTo(UndirectedGraphNode) - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedNode
- compareTo(T, T) - Method in class org.processmining.framework.util.collection.ComparablePair
- ComponentFactory - Class in org.processmining.models.graphbased.directed.analysis
- ComponentFactory() - Constructor for class org.processmining.models.graphbased.directed.analysis.ComponentFactory
- componentize(DirectedGraph<N, E>) - Static method in class org.processmining.models.graphbased.directed.analysis.ComponentFactory
-
Computes strongly connected components for the given directed graph.
- CompositePanel - Class in org.processmining.contexts.util
-
Abstract composite panel class that can return its main component.
- CompositePanel() - Constructor for class org.processmining.contexts.util.CompositePanel
- computeFactoryTests() - Method in class org.processmining.contexts.test.factory.FactoryRunner
- computeLevenshteinDistanceLinearSpace(List<String>) - Method in class org.processmining.framework.util.LevenshteinDistance
- computeTestMethods() - Method in class org.processmining.contexts.test.factory.FactoryRunner
- computeTests() - Method in class org.processmining.contexts.test.factory.FactoryRunner
- concatAll(T[], T[]...) - Static method in class org.processmining.framework.util.ArrayUtils
-
Concatenates arrays
- ConformanceChecking - Enum constant in enum class 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 Interface 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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 Interface 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 Interface 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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
- ContainableDirectedGraphElement - Interface in org.processmining.models.graphbased.directed
-
Interface to represent a directed graph element that can be the child of a node.
- ContainingDirectedGraphNode - Interface in org.processmining.models.graphbased.directed
-
Interface to represent a directed graph node that contain other elements.
- 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.
- containsKey(String) - Method in class org.processmining.models.graphbased.AttributeMap
- 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.
- context - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- 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.
- controller() - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- 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.contexts.uitopia.UIPluginContext
- 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.
- createClone() - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- 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.contexts.cli.CLIPluginContext
- createTypedChildContext(String) - Method in class org.processmining.contexts.uitopia.UIPluginContext
- createTypedChildContext(String) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- createView(Resource) - Method in class org.processmining.contexts.uitopia.model.ProMViewType
- creationTime - Variable in class org.processmining.contexts.uitopia.model.ProMResource
D
- DASHOFFSET - Static variable in class org.processmining.models.graphbased.AttributeMap
- DASHPATTERN - Static variable in class org.processmining.models.graphbased.AttributeMap
- dateFormat - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- DEAD - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackage.PMStatus
- DEBUG - Enum constant in enum class org.processmining.framework.plugin.events.Logger.MessageLevel
-
All DEBUG messages are omitted in the release version.
- decorate(Graphics2D, double, double, double, double) - Method in interface org.processmining.models.shapes.Decorated
- Decorated - Interface in org.processmining.models.shapes
- DEFAULT_REPOSITORY - Static variable in class org.processmining.framework.boot.Boot
- defaultClassFileLocations - Static variable in class org.processmining.contexts.test.PromTest
-
Default location of class files that contain methods which are annotated with
TestMethod
and which shall be run in the JUnit test. - defaultTestDir - Static variable in class org.processmining.contexts.test.PromTest
-
Default location of test files that is used if the system property
test.testFileRoot
is not set. - defaultTestScriptDir - Static variable in class org.processmining.contexts.test.PromTest
-
Default location of test script files inside
PromTest.defaultTestDir
that is used if the system propertytest.testScriptRoot
is not set. - 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
- description() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UIExportPlugin
- description() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UIImportPlugin
- destroy() - Method in class org.processmining.contexts.uitopia.model.ProMCResource
- destroy() - Method in class org.processmining.contexts.uitopia.model.ProMPOResource
- destroy() - Method in class org.processmining.contexts.uitopia.model.ProMTask
- destroy() - Method in class org.processmining.contexts.uitopia.model.ProMView
- determineOS() - Static method in class org.processmining.framework.util.OsUtil
- Diamond - Class in org.processmining.models.shapes
- Diamond() - Constructor for class org.processmining.models.shapes.Diamond
- DirectedGraph<N extends DirectedGraphNode,
E extends DirectedGraphEdge<? extends N, ? extends N>> - Interface in org.processmining.models.graphbased.directed - DirectedGraphEdge<S extends DirectedGraphNode,
T extends DirectedGraphNode> - Interface in org.processmining.models.graphbased.directed - DirectedGraphEdge.MultipleSources<N extends DirectedGraphNode> - Interface in org.processmining.models.graphbased.directed
-
Implementations of this class should also implement DirectedGraphEdge<N, ?>
- DirectedGraphEdge.MultipleTargets<N extends DirectedGraphNode> - Interface in org.processmining.models.graphbased.directed
-
Implementations of this class should also implement DirectedGraphEdge<?, N>
- DirectedGraphElement - Interface in org.processmining.models.graphbased.directed
-
Main interface for elements of a directed graph.
- DirectedGraphElementWeights - Class in org.processmining.models.graphbased.directed
- DirectedGraphElementWeights() - Constructor for class org.processmining.models.graphbased.directed.DirectedGraphElementWeights
- DirectedGraphNode - Interface in org.processmining.models.graphbased.directed
- DirectedHypergraph<N extends DirectedHypergraphNode,
I extends DirectedIncomingHyperedge<? extends N, ? extends N>, O extends DirectedOutgoingHyperedge<? extends N, ? extends N>> - Interface in org.processmining.models.graphbased.directedhypergraph - DirectedHypergraphElement - Interface in org.processmining.models.graphbased.directedhypergraph
- DirectedHypergraphNode - Interface in org.processmining.models.graphbased.directedhypergraph
- DirectedIncomingHyperedge<S extends DirectedHypergraphNode,
T extends DirectedHypergraphNode> - Interface in org.processmining.models.graphbased.directedhypergraph -
represents edges going from multiple sources towards one target
- DirectedOutgoingHyperedge<S extends DirectedHypergraphNode,
T extends DirectedHypergraphNode> - Interface in org.processmining.models.graphbased.directedhypergraph -
represents edges going from a source towards multiple targets
- Discovery - Enum constant in enum class 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
- drawPortLabel(Graphics, String, double, double, Color, boolean) - Static method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
-
Draws a
String
. - DynamicConnection - Interface in org.processmining.framework.connections
-
Tagger interface to indicate that a connection will change after instantiation.
E
- EDGECOLOR - Static variable in class org.processmining.models.graphbased.AttributeMap
- EDGEEND - Static variable in class org.processmining.models.graphbased.AttributeMap
- EDGEENDFILLED - Static variable in class org.processmining.models.graphbased.AttributeMap
- EdgeID - Class in org.processmining.models.graphbased
- EdgeID() - Constructor for class org.processmining.models.graphbased.EdgeID
- EDGEMIDDLE - Static variable in class org.processmining.models.graphbased.AttributeMap
- EDGEMIDDLEFILLED - Static variable in class org.processmining.models.graphbased.AttributeMap
- EDGEPOINTS - Static variable in class org.processmining.models.connections.GraphLayoutConnection
-
A List<java.awt.geom.Point2D> of points, which are the inner points of the spline.
- EDGESTART - Static variable in class org.processmining.models.graphbased.AttributeMap
- EDGESTARTFILLED - Static variable in class org.processmining.models.graphbased.AttributeMap
- EHV - Static variable in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- Ellipse - Class in org.processmining.models.shapes
- Ellipse() - Constructor for class org.processmining.models.shapes.Ellipse
- email() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- email() - Element in annotation interface org.processmining.framework.annotations.AuthoredType
-
specifies the e-mail address of the author
- EMPTYMAP - Static variable in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- Enhancement - Enum constant in enum class 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.contexts.scripting.Signature
- equals(Object) - Method in class org.processmining.contexts.uitopia.model.ProMAction
- equals(Object) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- equals(Object) - Method in class org.processmining.contexts.uitopia.model.ProMResourceType
- equals(Object) - Method in class org.processmining.contexts.uitopia.model.ProMViewType
- equals(Object) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- 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
- equals(Object) - Method in class org.processmining.models.graphbased.AbstractGraph
- equals(Object) - Method in class org.processmining.models.graphbased.AbstractGraphEdge
- equals(Object) - Method in class org.processmining.models.graphbased.AbstractGraphNode
- equals(Object) - Method in interface org.processmining.models.graphbased.directed.DirectedGraphElement
- equals(Object) - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraphElement
- equals(Object) - Method in class org.processmining.models.graphbased.EdgeID
- equals(Object) - Method in class org.processmining.models.graphbased.NodeID
- equals(Object) - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraphElement
- 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 class org.processmining.contexts.uitopia.hub.ProMActionManager
- 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 - Enum constant in enum class org.processmining.framework.boot.Boot.Level
- ERROR - Enum constant in enum class org.processmining.framework.plugin.events.Logger.MessageLevel
-
Error message level, for error information during ruintime.
- exception(String) - Method in class org.processmining.contexts.uitopia.packagemanager.PMListener
- exception(String) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- exception(Throwable) - Method in class org.processmining.contexts.uitopia.packagemanager.PMListener
- exception(Throwable) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- execute(String) - Method in class org.processmining.contexts.scripting.ScriptExecutor
-
Execute a script in the interpreter.
- execute(Action, List<Collection<? extends Resource>>, TaskListener) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- 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
- executeExecutableTransition(T) - Method in interface org.processmining.models.semantics.Semantics
- executeTransition(T) - Method in interface org.processmining.models.semantics.ExtendedSemantics
- ExecutionInformation - Interface in org.processmining.models.semantics
- exitApplication(boolean) - Method in class org.processmining.contexts.uitopia.packagemanager.PMFrame
- expand - Variable in class org.processmining.framework.util.ui.SlickerMessageBar
- expand(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- expand(Expandable) - Method in class org.processmining.models.connections.GraphLayoutConnection
- Expandable - Interface in org.processmining.models.graphbased
- expandAll() - Method in class org.processmining.models.connections.GraphLayoutConnection
- expandAll(Collection<Expandable>) - Method in class org.processmining.models.connections.GraphLayoutConnection
- 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
- ExpansionListener - Interface in org.processmining.models.graphbased
- ExpansionListener.ListenerList - Class in org.processmining.models.graphbased
- expected - Variable in class org.processmining.contexts.cli.PromTestException.ResultMismatch
- exportResource(Resource) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- ExtendedSemantics<S,
T> - Interface in org.processmining.models.semantics - extension() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UIExportPlugin
- extensions() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UIImportPlugin
- EXTRALABELPOSITIONS - Static variable in class org.processmining.models.graphbased.AttributeMap
-
The value of this attribute should be an array of type Point2D[] (size>0), as used in the method GraphConstants.setExtraLabelPositions()
- EXTRALABELS - Static variable in class org.processmining.models.graphbased.AttributeMap
-
The value of this attribute should be an array of type String[] (size>0), as used in the method GraphConstants.setExtraLabels()
F
- FactoryRunner - Class in org.processmining.contexts.test.factory
-
A helper method that can be used to modify how JUnit executes a test suite.
- FactoryRunner(Class<?>) - Constructor for class org.processmining.contexts.test.factory.FactoryRunner
- FactoryTest - Annotation Interface in org.processmining.contexts.test.factory
-
This annotation declares a Java method as 'Test Factory Method' which will be turned into a JUnit test for each object that is registered at the
TestFactory
. - Fair - Enum constant in enum class org.processmining.framework.plugin.annotations.PluginQuality
- favorite - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- 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() - Element in annotation interface org.processmining.framework.annotations.TestMethod
- FILLCOLOR - Static variable in class org.processmining.models.graphbased.AttributeMap
- Filtering - Enum constant in enum class 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(boolean) - Method in class org.processmining.contexts.uitopia.packagemanager.PMOverlay
- finishedInstall(String, File, PackageDescriptor) - Method in class org.processmining.contexts.uitopia.packagemanager.PMListener
- 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
- fireNodeCollapsed(Expandable) - Method in class org.processmining.models.graphbased.ExpansionListener.ListenerList
- fireNodeExpanded(Expandable) - Method in class org.processmining.models.graphbased.ExpansionListener.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
- fontMetrics - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- fromString(String) - Static method in enum class org.processmining.framework.packages.PackageDescriptor.OS
- functionName() - Element in annotation interface 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
- Gate - Class in org.processmining.models.shapes
- Gate(int) - Constructor for class org.processmining.models.shapes.Gate
- gc - Static variable in class org.processmining.contexts.uitopia.model.ProMView
- 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(Object, int) - Method in class org.processmining.models.graphbased.directed.DirectedGraphElementWeights
-
Returns the current weight of the given object, which will typically be a node identifier.
- get(Object, Object, Object, int) - Method in class org.processmining.models.graphbased.directed.DirectedGraphElementWeights
-
Returns the current weight of the edge identified by its source identifier, target identifier, and its own identifier.
- get(String) - Method in class org.processmining.framework.connections.impl.AbstractConnection
- get(String) - Method in class org.processmining.models.graphbased.AttributeMap
- get(String, T) - Method in class org.processmining.models.graphbased.AttributeMap
- get(AttributeMapOwner, String) - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- get(AttributeMapOwner, String, T) - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- getAction() - Method in class org.processmining.contexts.uitopia.model.ProMTask
- getActionManager() - Method in class org.processmining.contexts.uitopia.UIContext
- getActions() - Method in class org.processmining.contexts.uitopia.hub.ProMActionManager
- getActions(List<ResourceType>, List<ResourceType>) - Method in class org.processmining.contexts.uitopia.hub.ProMActionManager
-
Returns a list of actions, such that these actions accepts all given input resources and result in at least on of the output resources.
- getActions(List<ResourceType>, List<ResourceType>, ActionType) - Method in class org.processmining.contexts.uitopia.hub.ProMActionManager
- getActiveTasks() - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- 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.
- getAllResources() - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getAllResources(ResourceFilter) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getAllSupportedResourceTypes() - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getAllTasks() - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- getAllTestMethods() - Method in class org.processmining.contexts.test.AllInclassMethodTests
- getAllTestScripts(String) - Static method in class org.processmining.contexts.test.AllStandardScriptTests
- 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.
- getAttributeMap() - Method in class org.processmining.models.graphbased.AbstractGraphElement
- getAttributeMap() - Method in interface org.processmining.models.graphbased.AttributeMapOwner
- getAuthor() - Method in class org.processmining.contexts.uitopia.model.AbstractAuthored
- getAuthor() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getAuthor() - Method in class org.processmining.framework.packages.PackageDescriptor
- getAuthorName() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- getAutoInstalled() - Method in class org.processmining.framework.packages.PackageDescriptor
- getAvailablePackages() - Method in class org.processmining.framework.packages.PackageManager
- getAvailablePlugins() - Method in class org.processmining.contexts.scripting.ScriptExecutor
- 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.
- getBindings(List<Collection<R>>, boolean) - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getBoundingNode() - Method in interface org.processmining.models.graphbased.directed.BoundaryDirectedGraphNode
- 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.contexts.uitopia.hub.ProMCategoryManager
- getCategories() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getCategories() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getCategories() - Method in interface org.processmining.framework.plugin.PluginDescriptor
-
Return the set of categories.
- getCategoryManager() - Method in class org.processmining.contexts.uitopia.UIContext
- 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().
- getChildPackages(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- getChildren() - Method in interface org.processmining.models.graphbased.directed.ContainingDirectedGraphNode
- getChildren() - Method in class org.processmining.models.graphbased.directed.utils.Node
-
Return the children of Node
. - getChildrenOf(Resource) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getChildrenOf(Resource, ResourceFilter) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getCollapsedSize() - Method in interface org.processmining.models.graphbased.Expandable
- 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
- getContext() - Method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- 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.
- getController() - Method in class org.processmining.contexts.uitopia.packagemanager.PMFrame
- getController() - Method in class org.processmining.contexts.uitopia.UIContext
- getCreationTime() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- getCurrentState() - Method in interface org.processmining.models.semantics.Semantics
- getCustomName() - Method in class org.processmining.contexts.uitopia.model.ProMView
- getData() - Method in class org.processmining.models.graphbased.directed.utils.Node
- getDependencies() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- getDependencies() - Method in class org.processmining.framework.packages.PackageDescriptor
- getDepthFirstPredecessors(N, DirectedGraph<N, E>, GraphIterator.EdgeAcceptor<N, E>, GraphIterator.NodeAcceptor<N>) - Static method in class org.processmining.models.graphbased.directed.utils.GraphIterator
- getDepthFirstSuccessors(N, DirectedGraph<N, E>, GraphIterator.EdgeAcceptor<N, E>, GraphIterator.NodeAcceptor<N>) - Static method in class org.processmining.models.graphbased.directed.utils.GraphIterator
- getDescription() - Method in class org.processmining.contexts.uitopia.model.ProMCategory
- getDescription() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- getDescription() - Method in class org.processmining.framework.packages.PackageDescriptor
- getDescription() - Method in enum class org.processmining.framework.plugin.annotations.PluginCategory
- getDescriptor() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- getDirectPredecessors(N, DirectedGraph<N, E>) - Static method in class org.processmining.models.graphbased.directed.utils.GraphIterator
- getDirectSuccessors(N, DirectedGraph<N, E>) - Static method in class org.processmining.models.graphbased.directed.utils.GraphIterator
- getDistanceMatrix() - Method in class org.processmining.framework.util.LevenshteinDistance
- getEdgePoints(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- getEdges() - Method in interface org.processmining.models.graphbased.directed.DirectedGraph
- getEdges() - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraph
- getEdges(AbstractGraphNode, AbstractGraphNode, Collection<T>) - Method in class org.processmining.models.graphbased.AbstractGraph
-
Returns the edges from source to target, contained in the given collection
- getEdges(UndirectedGraphNode) - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- getEdges(UndirectedGraphNode) - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraph
- getElementAt(int) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListModel
- getEmptyClone() - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- getEmptyClone() - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- getEmptyClone() - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- getEnabledPackages() - Method in class org.processmining.framework.packages.PackageManager
- getExecutableTransitions() - Method in interface org.processmining.models.semantics.Semantics
- getExecutor() - Method in class org.processmining.contexts.cli.CLIPluginContext
- getExecutor() - Method in class org.processmining.contexts.uitopia.UIPluginContext
- getExecutor() - Method in interface org.processmining.framework.plugin.PluginContext
-
Returns an executor which can be used to execute plugins in child contexts.
- getExpansionListeners() - Method in class org.processmining.models.connections.GraphLayoutConnection
- getExportFilters(Resource) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getFavoriteResources() - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getFavoriteResources(ResourceFilter) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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.
- getFilterImage() - Method in class org.processmining.contexts.uitopia.model.ProMCategory
- 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
- getFrameworkAuthors() - Method in class org.processmining.contexts.uitopia.UIContext
- getFrameworkReleaseDate() - Method in class org.processmining.contexts.uitopia.UIContext
- getFrameworkVersion() - Method in class org.processmining.contexts.uitopia.UIContext
- 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.contexts.cli.CLIPluginContext
- getGlobalContext() - Method in class org.processmining.contexts.uitopia.UIPluginContext
- getGlobalContext() - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- getGraph() - Method in class org.processmining.models.connections.GraphLayoutConnection
- getGraph() - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- getGraph() - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge
- getGraph() - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
- getGraph() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphElement
- getGraph() - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- getGraph() - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraphNode
- getGraph() - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedIncomingHyperedge
- getGraph() - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedOutgoingHyperedge
- getGraph() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraphElement
- getGraph() - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedEdge
- getGraph() - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- getGraph() - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedNode
- getGraph() - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraphElement
- getHeader() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- getHelp() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- 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.contexts.uitopia.model.ProMAction
- getIcon() - Method in class org.processmining.framework.plugin.impl.PluginDescriptorImpl
- getIcon() - Method in interface org.processmining.framework.plugin.PluginDescriptor
- getIcon(PMPackage) - Static method in class org.processmining.contexts.uitopia.packagemanager.PMIconCache
- getIcon(PackageDescriptor) - Static method in class org.processmining.contexts.uitopia.packagemanager.PMIconCache
- getIconPreview(PMPackage) - Static method in class org.processmining.contexts.uitopia.packagemanager.PMIconCache
- getIconPreview(PackageDescriptor) - Static method in class org.processmining.contexts.uitopia.packagemanager.PMIconCache
- getId() - Method in class org.processmining.models.graphbased.AbstractGraphNode
- getId() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphNode
- getID() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- 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 class org.processmining.framework.plugin.annotations.PluginCategory
- getImportedResources() - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getImportedResources(ResourceFilter) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getIncomingInEdges(DirectedHypergraphNode) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- getIncomingInEdges(DirectedHypergraphNode) - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- getIncomingOutEdges(DirectedHypergraphNode) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- getIncomingOutEdges(DirectedHypergraphNode) - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- 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.
- getInEdges() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- getInEdges(DirectedGraphNode) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- getInEdges(DirectedGraphNode) - Method in interface org.processmining.models.graphbased.directed.DirectedGraph
- getInfoFor(Class<?>) - Method in class org.processmining.contexts.uitopia.model.ProMResourceTypeInformation
- getInput() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- 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() - Method in class org.processmining.contexts.uitopia.model.ProMCResource
-
Provides access to the object of the type specified by this resource.
- getInstance() - Method in class org.processmining.contexts.uitopia.model.ProMPOResource
-
Provides access to the object of the type specified by this resource.
- getInstance() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- getInstance() - Static method in class org.processmining.contexts.uitopia.model.ProMResourceTypeInformation
- 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.contexts.uitopia.model.ProMAction
- 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
- getLabel() - Method in class org.processmining.models.graphbased.AbstractGraphElement
- getLabel() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphElement
- getLabel() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraphElement
- getLabel() - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraphElement
- getLastAccessTime() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- 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.contexts.uitopia.packagemanager.PMPackage
- getLicense() - Method in class org.processmining.framework.packages.PackageDescriptor
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListCellRenderer
- 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.contexts.uitopia.hub.UpdateSignaller
- 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 class org.processmining.framework.plugin.events.Logger.MessageLevel
- getMainComponent() - Method in class org.processmining.contexts.util.CompositePanel
-
Return the main component of the composite panel.
- getMainPluginContext() - Method in class org.processmining.contexts.cli.CLIContext
- getMainPluginContext() - Method in class org.processmining.contexts.uitopia.UIContext
- getMainPluginContext() - Method in class org.processmining.framework.plugin.impl.AbstractGlobalContext
- getMaintainer() - Method in class org.processmining.framework.packages.PackageDescriptor
- getMainView() - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- getMapFor(AttributeMapOwner) - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- getMapping() - Method in class org.processmining.framework.connections.impl.AbstractConnection
- getMaxCardinality() - Method in class org.processmining.contexts.uitopia.model.ProMParameter
- getMaximum() - Method in class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- 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.contexts.uitopia.model.ProMAction
- 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.
- getMinCardinality() - Method in class org.processmining.contexts.uitopia.model.ProMParameter
- 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
- getMostSignificantResultIndex() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getMultiGraphElements(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- getName() - Method in class org.processmining.contexts.scripting.Signature
- getName() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getName() - Method in class org.processmining.contexts.uitopia.model.ProMCategory
- getName() - Method in class org.processmining.contexts.uitopia.model.ProMCResource
- getName() - Method in class org.processmining.contexts.uitopia.model.ProMParameter
- getName() - Method in class org.processmining.contexts.uitopia.model.ProMPOResource
- getName() - Method in class org.processmining.framework.packages.PackageDescriptor
- getName() - Method in enum class org.processmining.framework.packages.PackageDescriptor.OS
- getName() - Method in exception org.processmining.framework.packages.UnknownPackageException
- getName() - Method in enum class org.processmining.framework.plugin.annotations.PluginCategory
- getName() - Method in enum class org.processmining.framework.plugin.annotations.PluginLevel
- getName() - Method in enum class 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
- getNodes() - Method in interface org.processmining.models.graphbased.directed.DirectedGraph
- getNodes() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- getNodes() - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraph
- getNumberOfChildren() - Method in class org.processmining.models.graphbased.directed.utils.Node
-
Returns the number of immediate children of this Node
. - 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
- getOutEdges() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- getOutEdges(DirectedGraphNode) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- getOutEdges(DirectedGraphNode) - Method in interface org.processmining.models.graphbased.directed.DirectedGraph
- getOutgoingInEdges(DirectedHypergraphNode) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- getOutgoingInEdges(DirectedHypergraphNode) - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- getOutgoingOutEdges(DirectedHypergraphNode) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- getOutgoingOutEdges(DirectedHypergraphNode) - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- getOutput() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getPack() - Method in exception org.processmining.framework.packages.UnknownPackageTypeException
- getPackage() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- 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
- getPackageName() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- getPackagesDirectory() - Method in class org.processmining.framework.packages.PackageManager
- getPackagesWithMultipleVersions() - Method in class org.processmining.framework.packages.PackageStateReport
- getPackageView() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser
- getPackageView() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- 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.contexts.scripting.Signature
- 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.
- getParameterValues() - Method in class org.processmining.contexts.uitopia.model.ProMTask
- getParent() - Method in interface org.processmining.models.graphbased.directed.ContainableDirectedGraphElement
- getParent() - Method in class org.processmining.models.graphbased.directed.utils.Node
- 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.
- getParentPackages(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- getParents() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- getParentsOf(Resource) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getParentsOf(Resource, ResourceFilter) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getPath(double, double, double, double) - Method in class org.processmining.models.shapes.Ellipse
- getPath(double, double, double, double) - Method in class org.processmining.models.shapes.Gate
- getPath(double, double, double, double) - Method in class org.processmining.models.shapes.Polygon
- getPath(double, double, double, double) - Method in class org.processmining.models.shapes.Rectangle
- getPath(double, double, double, double) - Method in class org.processmining.models.shapes.RoundedRect
- getPath(double, double, double, double) - Method in interface org.processmining.models.shapes.Shape
- getPerimeterPoint(Rectangle2D, Point2D, Point2D) - Method in class org.processmining.models.shapes.AbstractShape
- getPerimeterPoint(Rectangle2D, Point2D, Point2D) - Method in class org.processmining.models.shapes.Ellipse
- getPerimeterPoint(Rectangle2D, Point2D, Point2D) - Method in class org.processmining.models.shapes.Polygon
- getPerimeterPoint(Rectangle2D, Point2D, Point2D) - Method in interface org.processmining.models.shapes.Shape
- getPerimeterPoint(VertexView, Point2D, Point2D) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
- getPhysicalMemory() - Static method in class org.processmining.framework.util.OsUtil
- getPlugin() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- 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 class org.processmining.contexts.cli.CLIContext
- getPluginContextType() - Method in class org.processmining.contexts.uitopia.UIContext
- 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.
- getPoints(double, double, double, double) - Method in class org.processmining.models.shapes.Diamond
- getPoints(double, double, double, double) - Method in class org.processmining.models.shapes.Hexagon
- getPoints(double, double, double, double) - Method in class org.processmining.models.shapes.Octagon
- getPoints(double, double, double, double) - Method in class org.processmining.models.shapes.Polygon
- getPort() - Method in class org.processmining.framework.util.socket.Service
-
Get the server port.
- getPortOffset(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- getPosition(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- getPreferredSize() - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- getPreview(int, int) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- getPreview(int, int) - Method in class org.processmining.contexts.uitopia.model.ProMView
- getPreview(ImageIcon, int, int) - Static method in class org.processmining.contexts.uitopia.packagemanager.PMIconCache
- getPrimaryType() - Method in class org.processmining.contexts.uitopia.model.ProMViewType
- getProgress() - Method in class org.processmining.contexts.cli.CLIPluginContext
- getProgress() - Method in class org.processmining.contexts.uitopia.model.ProMTask
- getProgress() - Method in class org.processmining.contexts.uitopia.UIPluginContext
- 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
- getProvidedObjectIds() - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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
- getQuery() - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- getRealParameterIndex() - Method in class org.processmining.contexts.uitopia.model.ProMParameter
- getRenderer() - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView
- getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
- getRepositories() - Method in class org.processmining.framework.packages.PackageManager
- getResource() - Method in class org.processmining.contexts.uitopia.model.ProMView
- getResourceForInstance(Object) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getResourceManager() - Method in class org.processmining.contexts.uitopia.UIContext
- getResourceTypeFor(Class<?>) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- getResourceTypes(List<? extends Resource>) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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.contexts.scripting.Signature
- 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.contexts.cli.CLIPluginContext
- getRootContext() - Method in class org.processmining.contexts.uitopia.UIPluginContext
- 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
- getSelectedBrowser() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceBrowser
- getShortestPath(N, N) - Method in class org.processmining.models.graphbased.directed.analysis.ShortestPathInfo
-
Returns the shortest path from the source to the target.
- getShortestPathLength(N, N) - Method in class org.processmining.models.graphbased.directed.analysis.ShortestPathInfo
- getShortName() - Method in enum class org.processmining.framework.plugin.events.Logger.MessageLevel
- getSize() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListModel
- 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.
- getSize(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- getSource() - Method in class org.processmining.models.graphbased.AbstractGraphEdge
- getSource() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphEdge
- getSource() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedOutgoingHyperedge
- getSource() - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraphEdge
- getSourceAction() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- getSources() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleSources
-
returns all target nodes of this DirectedGraphEdge, including the node returned by getSource() of DirectedGraphEdge.
- getSources() - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedIncomingHyperedge
- getSources() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedIncomingHyperedge
- getStandardIcon(String) - Static method in class org.processmining.framework.util.IconLoader
- getStatus() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- getStatus(List<Collection<? extends Resource>>) - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getStepNumber() - Method in class org.processmining.framework.util.progress.XMonitoredInputStream
-
Returns the number of steps so far.
- getTarget() - Method in class org.processmining.models.graphbased.AbstractGraphEdge
- getTarget() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphEdge
- getTarget() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedIncomingHyperedge
- getTarget() - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraphEdge
- getTargets() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleTargets
-
returns all target nodse of this DirectedGraphEdge, including the node returned by getTarget() of DirectedGraphEdge.
- getTargets() - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedOutgoingHyperedge
- getTargets() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedOutgoingHyperedge
- getTask() - Method in class org.processmining.contexts.uitopia.UIPluginContext
-
Return the task being executed in this PluginContext; useful for registering new resources with this task.
- getTaskManager() - Method in class org.processmining.contexts.uitopia.UIContext
- getTestName(Method) - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- getToInstallPackages() - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- getToUninstallPackages() - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- getToUpdatePackages() - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- getType() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- getType() - Method in class org.processmining.contexts.uitopia.model.ProMParameter
- getType() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- getType() - Method in class org.processmining.contexts.uitopia.model.ProMView
- 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
- getTypeAuthor() - Method in class org.processmining.contexts.uitopia.model.ProMResourceType
- getTypeClass() - Method in class org.processmining.contexts.uitopia.model.ProMResourceType
- getTypeIcon() - Method in class org.processmining.contexts.uitopia.model.ProMResourceType
- getTypeName() - Method in class org.processmining.contexts.uitopia.model.ProMResourceType
- getTypeName() - Method in class org.processmining.contexts.uitopia.model.ProMViewType
- 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
. - getUI() - Method in class org.processmining.contexts.uitopia.UIContext
- getURL() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- 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 class org.processmining.framework.plugin.annotations.PluginLevel
- getValue() - Method in enum class 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.contexts.uitopia.packagemanager.PMPackage
- getVersion() - Method in class org.processmining.framework.packages.PackageDescriptor
- getViewable() - Method in enum class org.processmining.contexts.uitopia.packagemanager.PMMainView.View
- getViewableType() - Method in class org.processmining.contexts.uitopia.model.ProMViewType
- getViewComponent() - Method in class org.processmining.contexts.uitopia.model.ProMView
- getViewManager() - Method in class org.processmining.contexts.uitopia.UIContext
- getViews() - Method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- getViewTypes(List<Resource>) - Method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- getViewTypes(Resource) - Method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- getWorkspaceView() - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- GlobalContext - Interface in org.processmining.framework.plugin
-
Any implementation should maintain a referencte to a single plugin context.
- Good - Enum constant in enum class org.processmining.framework.plugin.annotations.PluginQuality
- gradientColor - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
- GRADIENTCOLOR - Static variable in class org.processmining.models.graphbased.AttributeMap
- graph - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
-
Cache the current graph for drawing
- GRAPH - Static variable in class org.processmining.models.connections.GraphLayoutConnection
- graphElementAdded(Object) - Method in class org.processmining.models.graphbased.AbstractGraph
- graphElementAdded(Object) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- graphElementChanged(Object) - Method in class org.processmining.models.graphbased.AbstractGraph
- graphElementChanged(Object) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- graphElementRemoved(Object) - Method in class org.processmining.models.graphbased.AbstractGraph
- graphElementRemoved(Object) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- GraphIterator - Class in org.processmining.models.graphbased.directed.utils
- GraphIterator() - Constructor for class org.processmining.models.graphbased.directed.utils.GraphIterator
- GraphIterator.EdgeAcceptor<N,
E extends DirectedGraphEdge<? extends N, ? extends N>> - Interface in org.processmining.models.graphbased.directed.utils - GraphIterator.NodeAcceptor<T extends DirectedGraphNode> - Interface in org.processmining.models.graphbased.directed.utils
- GraphLayoutConnection - Class in org.processmining.models.connections
- GraphLayoutConnection(GraphLayoutConnection) - Constructor for class org.processmining.models.connections.GraphLayoutConnection
- GraphLayoutConnection(DirectedGraph<?, ?>) - Constructor for class org.processmining.models.connections.GraphLayoutConnection
- GraphLayoutConnection.Listener - Interface in org.processmining.models.connections
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 class org.processmining.contexts.uitopia.model.ProMAction
- handlesCancel() - Element in annotation interface 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
- hasFocus - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
-
Cached hasFocus and selected value.
- hash - Variable in class org.processmining.models.graphbased.AbstractGraphEdge
- hashCode() - Method in class org.processmining.contexts.scripting.Signature
- hashCode() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- hashCode() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- hashCode() - Method in class org.processmining.contexts.uitopia.model.ProMResourceType
- hashCode() - Method in class org.processmining.contexts.uitopia.model.ProMViewType
- hashCode() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- 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
- hashCode() - Method in class org.processmining.models.graphbased.AbstractGraph
- hashCode() - Method in class org.processmining.models.graphbased.AbstractGraphEdge
- hashCode() - Method in class org.processmining.models.graphbased.AbstractGraphNode
- hashCode() - Method in interface org.processmining.models.graphbased.directed.DirectedGraphElement
- hashCode() - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraphElement
- hashCode() - Method in class org.processmining.models.graphbased.EdgeID
- hashCode() - Method in class org.processmining.models.graphbased.NodeID
- hashCode() - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraphElement
- 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.
- helloWorld(PluginContext) - Static method in class org.processmining.plugins.HelloWorld
- HelloWorld - Class in org.processmining.plugins
- HelloWorld() - Constructor for class org.processmining.plugins.HelloWorld
- help() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
-
Returns the help / description for this plugin.
- help() - Element in annotation interface org.processmining.framework.plugin.annotations.PluginVariant
-
Returns the help / description for this plugin variant.
- Hexagon - Class in org.processmining.models.shapes
- Hexagon(double) - Constructor for class org.processmining.models.shapes.Hexagon
- HIDE_OLD_PACKAGES - Static variable in class org.processmining.framework.boot.Boot
- hideOverlay() - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- hideOverlay(JComponent) - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- HTMLCellRenderer() - Constructor for class org.processmining.framework.util.HTMLToString.HTMLCellRenderer
- HtmlPanel - Class in org.processmining.contexts.util
- HtmlPanel(String) - Constructor for class org.processmining.contexts.util.HtmlPanel
-
Creates new form HtmlReport
- HTMLToString - Interface in org.processmining.framework.util
- HTMLToString.HTMLCellRenderer - Class in org.processmining.framework.util
- hyperlinkUpdate(HyperlinkEvent) - Method in class org.processmining.contexts.util.HtmlPanel
-
Opens hyperlinks in standard browser (see http://forums.sun.com/thread.jspa?threadID=5403426)
I
- icon() - Element in annotation interface 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() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
- Icon - Annotation Interface in org.processmining.framework.annotations
- ICON - Static variable in class org.processmining.models.graphbased.AttributeMap
- IconLoader - Class in org.processmining.framework.util
- IconLoader() - Constructor for class org.processmining.framework.util.IconLoader
- id - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- id - Variable in class org.processmining.models.graphbased.AbstractGraph
- IllegalTransitionException - Exception in org.processmining.models.semantics
- IllegalTransitionException(Object, Object) - Constructor for exception org.processmining.models.semantics.IllegalTransitionException
- IllegalTransitionException(Object, Object, String) - Constructor for exception org.processmining.models.semantics.IllegalTransitionException
- 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.
- importResource() - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
-
Start the import dialog for a resource.
- importResource(PluginParameterBinding, File...) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
-
Can be called from the EDT or any other thread.
- importResources(File...) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
-
Can be called from the EDT or any other thread.
- inc() - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- inc() - Method in interface org.processmining.framework.plugin.Progress
- InclassMethodTest - Class in org.processmining.contexts.test
-
Encapsulate a method (annotated with
TestMethod
) in a JUnit test. - InclassMethodTest(Method, String) - Constructor for class org.processmining.contexts.test.InclassMethodTest
-
Encapsulate the given method (annotated with
TestMethod
) in a JUnit test. - 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
- info(UIPluginContext) - Static method in class org.processmining.plugins.ShowPackageOverviewPlugin
- initialize() - Method in class org.processmining.contexts.uitopia.UIContext
- initialize(Class<? extends PluginContext>) - Static method in class org.processmining.framework.plugin.impl.PluginManagerImpl
- initialize(Collection<T>, S) - Method in interface org.processmining.models.semantics.Semantics
-
Initializes this semantics.
- initialize(UIContext) - Static method in class org.processmining.contexts.uitopia.hub.ProMActionManager
- initialize(UIContext) - Static method in class org.processmining.contexts.uitopia.hub.ProMCategoryManager
- initialize(UIContext) - Static method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- initialize(UIContext) - Static method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- initialize(UIContext) - Static method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- initialize(Boot.Level) - Method in class org.processmining.framework.packages.PackageManager
- inlineTests() - Static method in class org.processmining.contexts.test.PromTest
- insertChildAt(int, Node<T>) - Method in class org.processmining.models.graphbased.directed.utils.Node
-
Inserts a Node
at the specified position in the child list. - INSET - Static variable in class org.processmining.models.graphbased.AttributeMap
- install(List<PackageDescriptor>) - Method in class org.processmining.framework.packages.PackageManager
- installAttributes(CellView) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
-
Install the attributes of specified cell in this renderer instance.
- installAttributes(CellView) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
- INSTALLBUTTON - Static variable in class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- installPacks() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageView
-
Returns true if the package was installed or updated, false otherwise.
- 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
- intersection(Point2D, Point2D, Point2D, Point2D) - Method in class org.processmining.models.shapes.AbstractShape
- 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.
- isActionableResource(List<Resource>) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- isActionableResource(Resource) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- isAnActionableResource(List<Resource>) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- isAssignableFrom(ResourceType) - Method in class org.processmining.contexts.uitopia.model.ProMResourceType
- isAvailable(PackageDescriptor) - Method in class org.processmining.framework.packages.PackageManager
-
Checks whether a package is still available.
- isCancelled() - Method in class org.processmining.contexts.uitopia.packagemanager.PMOverlay
- 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.
- isCollapsed(AttributeMapOwner) - Method in class org.processmining.models.connections.GraphLayoutConnection
- 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.
- isDestroyed - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- isDestroyed() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- 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.contexts.uitopia.packagemanager.PMPackageListBrowser
- 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
- isFavorite() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- isFavorite() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- 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
- isLayedOut() - Method in class org.processmining.models.connections.GraphLayoutConnection
- 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.
- isOfCategory(Category) - Method in class org.processmining.contexts.uitopia.model.ProMAction
- 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.
- isReady() - Method in class org.processmining.contexts.uitopia.model.ProMView
- 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
- isRequired() - Method in class org.processmining.contexts.uitopia.model.ProMParameter
- isResourceType(Class<?>) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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
- isTerminal(DirectedGraph<N, E>, Collection<N>) - Static method in class org.processmining.models.graphbased.directed.analysis.ComponentFactory
-
Checks whether a component is terminal, that is, whether it has no outgoing edges.
- isUsable() - Method in enum class 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.
- junitResult - Variable in class org.processmining.contexts.cli.PromTestException.ResultMismatch
K
- KeepInProMCache - Annotation Interface 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
- keySet() - Method in class org.processmining.models.graphbased.AttributeMap
- keySet() - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- keySet(AttributeMapOwner) - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- keywords() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
-
Keywords / tags for the plugin (extra description)
L
- LABEL - Static variable in class org.processmining.models.graphbased.AttributeMap
- LABELALONGEDGE - Static variable in class org.processmining.models.graphbased.AttributeMap
- LABELCOLOR - Static variable in class org.processmining.models.graphbased.AttributeMap
- LABELHORIZONTALALIGNMENT - Static variable in class org.processmining.models.graphbased.AttributeMap
- LABELVERTICALALIGNMENT - Static variable in class org.processmining.models.graphbased.AttributeMap
- 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
- lastAccessTime - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- lastStep - Variable in class org.processmining.framework.util.progress.XMonitoredInputStream
-
The last step which has been notified about.
- layoutConnectionUpdated(AttributeMapOwner...) - Method in interface org.processmining.models.connections.GraphLayoutConnection.Listener
- LEFT - Static variable in class org.processmining.models.shapes.Gate
- 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() - Element in annotation interface 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 - Enum constant in enum class org.processmining.framework.packages.PackageDescriptor.OS
- LIN64 - Enum constant in enum class org.processmining.framework.packages.PackageDescriptor.OS
- lineHeight - Variable in class org.processmining.framework.util.ui.SlickerConsole
- LINEWIDTH - Static variable in class org.processmining.models.graphbased.AttributeMap
-
A Float representing the linewidth of a line.
- 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
- listener - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- 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
- ListenerList() - Constructor for class org.processmining.models.graphbased.ExpansionListener.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 - Enum constant in enum class 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 class org.processmining.contexts.uitopia.model.ProMTask
- 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 class org.processmining.contexts.uitopia.model.ProMTask
- 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 Class in org.processmining.framework.plugin.events
- loggingEventListeners - Variable in class org.processmining.framework.plugin.impl.AbstractGlobalContext
M
- MAC - Enum constant in enum class 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.contexts.cli.CLI
- main(String[]) - Static method in class org.processmining.contexts.cli.PromTestFramework
- main(String[]) - Static method in class org.processmining.contexts.uitopia.packagemanager.PMFrame
- main(String[]) - Static method in class org.processmining.contexts.uitopia.UI
- main(String[]) - Static method in class org.processmining.framework.packages.PackageManager
- main(CommandLineArgumentList) - Method in class org.processmining.contexts.cli.CLI
- main(CommandLineArgumentList) - Method in class org.processmining.contexts.cli.PromTestFramework
- main(CommandLineArgumentList) - Method in class org.processmining.contexts.uitopia.packagemanager.PMFrame
- main(CommandLineArgumentList) - Method in class org.processmining.contexts.uitopia.UI
- manager - Variable in class org.processmining.framework.connections.impl.AbstractConnection
- map - Variable in class org.processmining.framework.util.collection.AbstractMultiSet
- MAXLABELWIDTH - Static variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
-
The maximum width of a label, any label more than this value in width
- 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() - Element in annotation interface 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
- MINIMUMHORIZONTALSPACING - Static variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- MINIMUMVERTICALSPACING - Static variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- mostSignificantResult() - Element in annotation interface 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
- MOVEABLE - Static variable in class org.processmining.models.graphbased.AttributeMap
- MULTIGRAPHELEMENTS - Static variable in class org.processmining.models.connections.GraphLayoutConnection
- 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() - Element in annotation interface org.processmining.contexts.uitopia.annotations.Visualizer
-
Returns the name of the visualizer.
- name() - Element in annotation interface 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 class org.processmining.contexts.uitopia.hub.ProMActionManager
- newPlugin(PluginDescriptor, Collection<Class<?>>) - Method in interface org.processmining.framework.plugin.PluginManager.PluginManagerListener
-
Listen for plugins that are registered to the manager.
- NightlyBuild - Enum constant in enum class org.processmining.framework.plugin.annotations.PluginLevel
- Node<T> - Class in org.processmining.models.graphbased.directed.utils
-
Represents a node of the Tree
class. - Node() - Constructor for class org.processmining.models.graphbased.directed.utils.Node
-
Default ctor.
- Node(T) - Constructor for class org.processmining.models.graphbased.directed.utils.Node
-
Convenience ctor to create a Node
with an instance of T. - nodeCollapsed(Expandable) - Method in interface org.processmining.models.graphbased.ExpansionListener
- nodeExpanded(Expandable) - Method in interface org.processmining.models.graphbased.ExpansionListener
- NodeExpander<N> - Interface in org.processmining.framework.util.search
-
This class is used by the MultiThreadedSearcher to handle callbacks.
- NodeID - Class in org.processmining.models.graphbased
- NodeID() - Constructor for class org.processmining.models.graphbased.NodeID
- NONE - Enum constant in enum class org.processmining.framework.boot.Boot.Level
- NOPATH - Static variable in class org.processmining.models.graphbased.directed.analysis.ShortestPathInfo
- NORMAL - Enum constant in enum class org.processmining.framework.plugin.events.Logger.MessageLevel
-
Normal message level, for information during runtime
- NUMLINES - Static variable in class org.processmining.models.graphbased.AttributeMap
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.
- Octagon - Class in org.processmining.models.shapes
- Octagon(double) - Constructor for class org.processmining.models.shapes.Octagon
- openFile(FileFilter) - Method in class org.processmining.contexts.uitopia.UIPluginContext
- openFiles(FileFilter) - Method in class org.processmining.contexts.uitopia.UIPluginContext
- OPENXES_SHADOW_SIZE - Static variable in class org.processmining.framework.boot.Boot
- org.processmining.contexts.cli - package org.processmining.contexts.cli
- org.processmining.contexts.scripting - package org.processmining.contexts.scripting
- org.processmining.contexts.test - package org.processmining.contexts.test
- org.processmining.contexts.test.factory - package org.processmining.contexts.test.factory
- org.processmining.contexts.uitopia - package org.processmining.contexts.uitopia
- org.processmining.contexts.uitopia.annotations - package org.processmining.contexts.uitopia.annotations
- org.processmining.contexts.uitopia.hub - package org.processmining.contexts.uitopia.hub
- org.processmining.contexts.uitopia.hub.overlay - package org.processmining.contexts.uitopia.hub.overlay
- org.processmining.contexts.uitopia.model - package org.processmining.contexts.uitopia.model
- org.processmining.contexts.uitopia.packagemanager - package org.processmining.contexts.uitopia.packagemanager
- org.processmining.contexts.util - package org.processmining.contexts.util
- org.processmining.contexts.util.jgraph - package org.processmining.contexts.util.jgraph
- 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
- org.processmining.models.connections - package org.processmining.models.connections
- org.processmining.models.graphbased - package org.processmining.models.graphbased
- org.processmining.models.graphbased.directed - package org.processmining.models.graphbased.directed
- org.processmining.models.graphbased.directed.analysis - package org.processmining.models.graphbased.directed.analysis
- org.processmining.models.graphbased.directed.utils - package org.processmining.models.graphbased.directed.utils
- org.processmining.models.graphbased.directedhypergraph - package org.processmining.models.graphbased.directedhypergraph
- org.processmining.models.graphbased.undirected - package org.processmining.models.graphbased.undirected
- org.processmining.models.semantics - package org.processmining.models.semantics
- org.processmining.models.shapes - package org.processmining.models.shapes
- org.processmining.plugins - package org.processmining.plugins
- 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() - Element in annotation interface org.processmining.framework.annotations.TestMethod
P
- pack() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UIExportPlugin
- pack() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UIImportPlugin
- pack() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- pack() - Element in annotation interface org.processmining.contexts.uitopia.annotations.Visualizer
- 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 Class 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
- paint(Graphics) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- paint(Graphics) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
- paintComponent(Graphics) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListCellRenderer
- 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
- paintPortLabels(Graphics) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
-
Paints port labels the view.
- paintSelectionBorder(Graphics) - Method in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
- Pair<F,
S> - Class in org.processmining.framework.util - Pair(F, S) - Constructor for class org.processmining.framework.util.Pair
- parameterLabels() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
-
Returns the labels of the parameters for this plugin.
- PARENTBUTTON - Static variable in class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- parents - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- 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 - Enum constant in enum class org.processmining.framework.plugin.annotations.PluginLevel
- Plugin - Annotation Interface 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginCancelled(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginCancelled(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 Class in org.processmining.framework.plugin.annotations
-
Plugin Category
- pluginCompleted(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginCompleted(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginCompleted(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginCreated(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginCreated(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginDeleted(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginDeleted(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginFutureCreated(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginFutureCreated(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 Class 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 Class in org.processmining.framework.plugin.annotations
- pluginResumed(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginResumed(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginResumed(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginStarted(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginStarted(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginSuspended(PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginSuspended(PluginContext) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- pluginTerminatedWithError(PluginContext, Throwable) - Method in class org.processmining.contexts.uitopia.hub.ProMTaskManager
- pluginTerminatedWithError(PluginContext, Throwable) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- 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 Interface in org.processmining.framework.plugin.annotations
- PMController - Class in org.processmining.contexts.uitopia.packagemanager
- PMController(Boot.Level) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMController
- PMFrame - Class in org.processmining.contexts.uitopia.packagemanager
- PMFrame() - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMFrame
- PMIconCache - Class in org.processmining.contexts.uitopia.packagemanager
- PMIconCache() - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMIconCache
- PMListener - Class in org.processmining.contexts.uitopia.packagemanager
- PMListener(Overlayable) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMListener
- PMMainView - Class in org.processmining.contexts.uitopia.packagemanager
- PMMainView(PMController) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMMainView
- PMMainView.View - Enum Class in org.processmining.contexts.uitopia.packagemanager
- PMMemoryView - Class in org.processmining.contexts.uitopia.packagemanager
- PMMemoryView(PMController) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMMemoryView
- PMOverlay - Class in org.processmining.contexts.uitopia.packagemanager
- PMOverlay(Overlayable) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMOverlay
- PMPackage - Class in org.processmining.contexts.uitopia.packagemanager
- PMPackage(PackageDescriptor) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMPackage
- PMPackage.PMStatus - Enum Class in org.processmining.contexts.uitopia.packagemanager
- PMPackageListBrowser - Class in org.processmining.contexts.uitopia.packagemanager
- PMPackageListBrowser(PMController, PMPackageListBrowser.Type) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser
- PMPackageListBrowser.Type - Enum Class in org.processmining.contexts.uitopia.packagemanager
- PMPackageListCellRenderer - Class in org.processmining.contexts.uitopia.packagemanager
- PMPackageListCellRenderer() - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMPackageListCellRenderer
- PMPackageListCellRenderer(boolean) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMPackageListCellRenderer
- PMPackageListModel - Class in org.processmining.contexts.uitopia.packagemanager
- PMPackageListModel(List<? extends PMPackage>) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMPackageListModel
- PMPackageView - Class in org.processmining.contexts.uitopia.packagemanager
- PMPackageView(Collection<PMPackage>, PMController) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMPackageView
- PMPackageView(PMPackage, PMController) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMPackageView
- PMSearchView - Class in org.processmining.contexts.uitopia.packagemanager
- PMSearchView(PMWorkspaceBrowser, PMController) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMSearchView
- PMTooltips - Class in org.processmining.contexts.uitopia.packagemanager
- PMTooltips() - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- PMWorkspaceBrowser - Class in org.processmining.contexts.uitopia.packagemanager
- PMWorkspaceBrowser(PMController) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceBrowser
- PMWorkspaceView - Class in org.processmining.contexts.uitopia.packagemanager
- PMWorkspaceView(PMController) - Constructor for class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- Polygon - Class in org.processmining.models.shapes
- Polygon() - Constructor for class org.processmining.models.shapes.Polygon
- POLYGON_POINTS - Static variable in class org.processmining.models.graphbased.AttributeMap
- Poor - Enum constant in enum class 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.
- PortLabelCell - Class in org.processmining.contexts.util.jgraph
- PortLabelCell(Object, Point2D) - Constructor for class org.processmining.contexts.util.jgraph.PortLabelCell
- PortLabelCell(Object, AttributeMap, MutableTreeNode[]) - Constructor for class org.processmining.contexts.util.jgraph.PortLabelCell
- PORTLABELSPACING - Static variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- PortLabelVertexRenderer() - Constructor for class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- PortLabelVertexView - Class in org.processmining.contexts.util.jgraph
- PortLabelVertexView() - Constructor for class org.processmining.contexts.util.jgraph.PortLabelVertexView
-
Creates new instance of
InstanceView
. - PortLabelVertexView(Object) - Constructor for class org.processmining.contexts.util.jgraph.PortLabelVertexView
-
Creates new instance of
InstanceView
for the specified graph cell. - PortLabelVertexView.PortLabelVertexRenderer - Class in org.processmining.contexts.util.jgraph
-
The renderer class for instance view.
- PortLabelVertexView.WrapperPortLabelRenderer - Class in org.processmining.contexts.util.jgraph
- PORTOFFSET - Static variable in class org.processmining.models.connections.GraphLayoutConnection
- PORTOFFSET - Static variable in class org.processmining.models.graphbased.AttributeMap
- ports - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.PortLabelVertexRenderer
- ports - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView
- POSITION - Static variable in class org.processmining.models.connections.GraphLayoutConnection
-
a get on size returns a java.awt.geom.Point2D.
- PREF_ORIENTATION - Static variable in class org.processmining.models.graphbased.AttributeMap
-
This should be set to SwingConstants.SOUTH, SwingConstants.WEST and so on.
- preview - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
-
Cached hasFocus and selected value.
- 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.
- ProgressOverlayDialog - Class in org.processmining.contexts.uitopia.hub.overlay
- ProgressOverlayDialog(MainView, String, ProgressOverlayDialog.CancellationListener) - Constructor for class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- ProgressOverlayDialog(MainView, UIPluginContext, String) - Constructor for class org.processmining.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- ProgressOverlayDialog.CancellationListener - Interface in org.processmining.contexts.uitopia.hub.overlay
- PROM_USER_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- PROM_VERSION - Static variable in class org.processmining.framework.boot.Boot
- ProMAction - Class in org.processmining.contexts.uitopia.model
- ProMAction(ProMResourceManager, PluginManager, PluginDescriptor, int) - Constructor for class org.processmining.contexts.uitopia.model.ProMAction
- ProMActionManager - Class in org.processmining.contexts.uitopia.hub
- 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.
- ProMCategory - Class in org.processmining.contexts.uitopia.model
- ProMCategory(PluginCategory) - Constructor for class org.processmining.contexts.uitopia.model.ProMCategory
- ProMCategoryManager - Class in org.processmining.contexts.uitopia.hub
- ProMCategoryManager() - Constructor for class org.processmining.contexts.uitopia.hub.ProMCategoryManager
- ProMClassLoader - Class in org.processmining.framework.util
- ProMClassLoader(ClassLoader) - Constructor for class org.processmining.framework.util.ProMClassLoader
- ProMCResource - Class in org.processmining.contexts.uitopia.model
- ProMCResource(UIContext, Action, ResourceType, ConnectionID, List<Collection<ProMPOResource>>) - Constructor for class org.processmining.contexts.uitopia.model.ProMCResource
- ProMEventListenerList<T extends 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
- ProMParameter - Class in org.processmining.contexts.uitopia.model
- ProMParameter(String, int, ResourceType, boolean) - Constructor for class org.processmining.contexts.uitopia.model.ProMParameter
- ProMPOResource - Class in org.processmining.contexts.uitopia.model
- ProMPOResource(UIContext, Action, ResourceType, ProvidedObjectID, List<Collection<ProMPOResource>>) - Constructor for class org.processmining.contexts.uitopia.model.ProMPOResource
- ProMResource<I extends ProMID> - Class in org.processmining.contexts.uitopia.model
- ProMResource(UIContext, Action, ResourceType, I, List<Collection<ProMPOResource>>) - Constructor for class org.processmining.contexts.uitopia.model.ProMResource
- ProMResource.Listener - Interface in org.processmining.contexts.uitopia.model
- ProMResourceManager - Class in org.processmining.contexts.uitopia.hub
- ProMResourceType - Class in org.processmining.contexts.uitopia.model
- ProMResourceType(Class<?>) - Constructor for class org.processmining.contexts.uitopia.model.ProMResourceType
- ProMResourceTypeInformation - Class in org.processmining.contexts.uitopia.model
- ProMTask - Class in org.processmining.contexts.uitopia.model
- ProMTask(UIContext, ProMAction, List<Collection<ProMPOResource>>, UIPluginContext, TaskListener) - Constructor for class org.processmining.contexts.uitopia.model.ProMTask
- ProMTaskManager - Class in org.processmining.contexts.uitopia.hub
- PromTest - Class in org.processmining.contexts.test
-
The base class for unit tests in ProM.
- PromTest() - Constructor for class org.processmining.contexts.test.PromTest
- PromTestException - Exception in org.processmining.contexts.cli
-
Exception that stores all collected failed tests that arised in
PromTestFramework
. - PromTestException(List<PromTestException.ResultMismatch>, List<PromTestException.WrappedException>) - Constructor for exception org.processmining.contexts.cli.PromTestException
- PromTestException.ResultMismatch - Class in org.processmining.contexts.cli
-
Associates a test case to expected and returned results in case the test was not successful.
- PromTestException.WrappedException - Class in org.processmining.contexts.cli
-
Associates a test case to a thrown exception that occurred during its execution.
- PromTestFramework - Class in org.processmining.contexts.cli
- PromTestFramework() - Constructor for class org.processmining.contexts.cli.PromTestFramework
- ProMView - Class in org.processmining.contexts.uitopia.model
- ProMView(ProMViewManager, ProMViewType, ProMResource<?>, String, Pair<Integer, PluginParameterBinding>) - Constructor for class org.processmining.contexts.uitopia.model.ProMView
- ProMViewManager - Class in org.processmining.contexts.uitopia.hub
- ProMViewType - Class in org.processmining.contexts.uitopia.model
- ProMViewType(ProMViewManager, ResourceType, Pair<Integer, PluginParameterBinding>) - Constructor for class org.processmining.contexts.uitopia.model.ProMViewType
- ProvidedObject - Interface in org.processmining.framework.providedobjects
- providedObjectCreated(ProvidedObjectID, PluginContext) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- providedObjectCreated(ProvidedObjectID, PluginContext) - Method in interface org.processmining.framework.plugin.events.ProvidedObjectLifeCycleListener
- providedObjectDeleted(ProvidedObjectID) - Method in class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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 class org.processmining.contexts.uitopia.hub.ProMResourceManager
- 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, Object) - Method in class org.processmining.models.graphbased.AttributeMap
-
This method updates the map and signals the owner.
- 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
- putViewSpecific(AttributeMapOwner, String, Object) - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
-
This method updates the map and signals the owner.
Q
- quality() - Element in annotation interface 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
- readFile(String) - Static method in class org.processmining.contexts.cli.CLI
- 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
- Rectangle - Class in org.processmining.models.shapes
- Rectangle() - Constructor for class org.processmining.models.shapes.Rectangle
- Rectangle(boolean) - Constructor for class org.processmining.models.shapes.Rectangle
- RecursiveCallException - Exception in org.processmining.framework.plugin
- RecursiveCallException(PluginContext, PluginDescriptor, int) - Constructor for exception org.processmining.framework.plugin.RecursiveCallException
- refresh() - Method in class org.processmining.contexts.uitopia.model.ProMView
- refresh(int) - Method in class org.processmining.contexts.uitopia.model.ProMView
- register(URL) - Method in class org.processmining.contexts.cli.PromTestFramework
-
(non-Javadoc)
- 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.
- registerResourceType(ResourceType) - Method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- Regular - Enum constant in enum class 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(String) - Method in class org.processmining.models.graphbased.AttributeMap
- remove(Collection<PMPackage>, PMWorkspaceView) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- remove(PMPackage, PMWorkspaceView) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- 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.
- removeAllListeners() - Method in class org.processmining.contexts.uitopia.hub.UpdateSignaller
- removeAllMultiSet(AbstractMultiSet<?, ?>, S) - Method in class org.processmining.framework.util.collection.AbstractMultiSet
- REMOVEBUTTON - Static variable in class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- removeChildAt(int) - Method in class org.processmining.models.graphbased.directed.utils.Node
-
Remove the Node
element at index index of the List<Node >. - removeEdge(DirectedGraphEdge) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- removeEdge(DirectedGraphEdge) - Method in interface org.processmining.models.graphbased.directed.DirectedGraph
-
Removes the given edge from the graph.
- removeEdge(DirectedIncomingHyperedge) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- removeEdge(DirectedIncomingHyperedge) - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- removeEdge(DirectedOutgoingHyperedge) - Method in class org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
- removeEdge(DirectedOutgoingHyperedge) - Method in interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
- removeEdge(UndirectedGraphEdge) - Method in class org.processmining.models.graphbased.undirected.AbstractUndirectedGraph
- removeEdge(UndirectedGraphEdge) - Method in interface org.processmining.models.graphbased.undirected.UndirectedGraph
- removeFromCache() - Method in class org.processmining.framework.plugin.impl.PluginCacheEntry
- removeFromEdges(AbstractGraphNode, AbstractGraphNode, Collection<T>) - Method in class org.processmining.models.graphbased.AbstractGraph
- removeListener(UpdateListener) - Method in class org.processmining.contexts.uitopia.hub.UpdateSignaller
- 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.
- removeListener(GraphLayoutConnection.Listener) - Method in class org.processmining.models.connections.GraphLayoutConnection
- removeNode(DirectedGraphNode) - Method in interface org.processmining.models.graphbased.directed.DirectedGraph
- removeNodeFromCollection(Collection<T>, T) - Method in class org.processmining.models.graphbased.AbstractGraph
- removePacks() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageView
- removeRepository(Repository) - Method in class org.processmining.framework.packages.PackageManager
- removeServiceHandler(ServiceHandler) - Method in class org.processmining.framework.util.socket.Service
-
Unregister the handler.
- removeSurroundingEdges(N) - Method in class org.processmining.models.graphbased.directed.AbstractDirectedGraph
- removeView(View) - Method in class org.processmining.contexts.uitopia.hub.ProMViewManager
- removeViewSpecific(AttributeMapOwner, String) - Method in class org.processmining.models.graphbased.ViewSpecificAttributeMap
- renderer - Static variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView
-
the renderer for this view
- RENDERER - Static variable in class org.processmining.models.graphbased.AttributeMap
-
Renderer to be used.
- Repository - Class in org.processmining.framework.packages
- Repository(URL) - Constructor for class org.processmining.framework.packages.Repository
- requiredParameterLabels() - Element in annotation interface org.processmining.framework.plugin.annotations.PluginVariant
-
Each plugin variant specifies the required parameter labels in this Array.
- RESIZABLE - Static variable in class org.processmining.models.graphbased.AttributeMap
- restoreWindowState() - Method in class org.processmining.contexts.uitopia.packagemanager.PMFrame
- resType - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- result - Variable in class org.processmining.contexts.cli.PromTestException.ResultMismatch
- ResultMismatch(Method, String, String) - Constructor for class org.processmining.contexts.cli.PromTestException.ResultMismatch
- ResultMismatch(String, AssertionFailedError) - Constructor for class org.processmining.contexts.cli.PromTestException.ResultMismatch
- 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() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
-
Returns an Array of strings, such that each String is an initial label for a returned object.
- returnSystemOut() - Element in annotation interface org.processmining.framework.annotations.TestMethod
- returnTypes() - Element in annotation interface 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.
- RIGHT - Static variable in class org.processmining.models.shapes.Gate
- RoundedRect - Class in org.processmining.models.shapes
- RoundedRect() - Constructor for class org.processmining.models.shapes.RoundedRect
- 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
S
- saveConfig() - Method in class org.processmining.contexts.uitopia.packagemanager.PMFrame
- saveFile(String, String...) - Method in class org.processmining.contexts.uitopia.UIPluginContext
- saveWindowState() - Method in class org.processmining.contexts.uitopia.packagemanager.PMFrame
- ScriptExecutionException(EvalError) - Constructor for exception org.processmining.contexts.scripting.ScriptExecutor.ScriptExecutionException
- ScriptExecutionException(String) - Constructor for exception org.processmining.contexts.scripting.ScriptExecutor.ScriptExecutionException
- ScriptExecutor - Class in org.processmining.contexts.scripting
-
Script interpretor for ProM.
- ScriptExecutor(PluginContext) - Constructor for class org.processmining.contexts.scripting.ScriptExecutor
-
Initialize a new interpreter with all available plugins.
- ScriptExecutor.ScriptExecutionException - Exception in org.processmining.contexts.scripting
-
Meant to provide diagnostic information in case a script fails.
- scrollToBottom() - Method in class org.processmining.framework.util.ui.SlickerConsole
- second - Variable in class org.processmining.framework.util.Pair
- selected - Variable in class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
-
Cached hasFocus and selected value.
- SELECTION - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser.Type
- selectPackage(String) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
-
Select a package, select the right tab and return the selected PMPackage
- selectPackage(String) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser
- Semantics<S,
T> - Interface in org.processmining.models.semantics - 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 class org.processmining.contexts.uitopia.packagemanager.PMListener
- sessionComplete(boolean) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- sessionStart() - Method in class org.processmining.contexts.uitopia.packagemanager.PMListener
- 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
- setChildren(List<Node<T>>) - Method in class org.processmining.models.graphbased.directed.utils.Node
-
Sets the children of a Node
object. - setController(UITopiaController) - Method in class org.processmining.contexts.uitopia.UIContext
- setCreationTime(long) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- setCurrentState(S) - Method in interface org.processmining.models.semantics.Semantics
- setCustomName(String) - Method in class org.processmining.contexts.uitopia.model.ProMView
- setData(T) - Method in class org.processmining.models.graphbased.directed.utils.Node
- setEdgePoints(AttributeMapOwner, List<Point2D>) - Method in class org.processmining.models.connections.GraphLayoutConnection
- 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
- setFavorite(boolean) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- setFavorite(boolean) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- setFilterFavorites(boolean) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListModel
- setFrame(UITopiaFrame) - Method in class org.processmining.contexts.uitopia.UIContext
- 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.contexts.uitopia.hub.overlay.ProgressOverlayDialog
- setIndeterminate(boolean) - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- setIndeterminate(boolean) - Method in interface org.processmining.framework.plugin.Progress
- setInfoFor(Class<?>, String, String, String, String, String, String) - Method in class org.processmining.contexts.uitopia.model.ProMResourceTypeInformation
- 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.
- setLastAccessTime(long) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- setLatestReleaseInstalled() - Static method in class org.processmining.framework.boot.Boot
- setLayedOut(boolean) - Method in class org.processmining.models.connections.GraphLayoutConnection
- setListener(ProMResource.Listener) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- 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
- setMultiGraphElements(AttributeMapOwner, List<DirectedGraphElement>) - Method in class org.processmining.models.connections.GraphLayoutConnection
- setName(String) - Method in class org.processmining.contexts.uitopia.model.ProMCResource
- setName(String) - Method in class org.processmining.contexts.uitopia.model.ProMPOResource
- 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.
- setPackage(PackageDescriptor) - Method in class org.processmining.contexts.uitopia.packagemanager.PMOverlay
- setParent(Node<T>) - Method in class org.processmining.models.graphbased.directed.utils.Node
- setParents(Set<ProMPOResource>) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- setPluginDescriptor(PluginDescriptor, int) - Method in class org.processmining.framework.plugin.impl.AbstractPluginContext
- setPluginDescriptor(PluginDescriptor, int) - Method in interface org.processmining.framework.plugin.PluginContext
- setPortOffset(AttributeMapOwner, Point2D) - Method in class org.processmining.models.connections.GraphLayoutConnection
- setPosition(AttributeMapOwner, Point2D) - Method in class org.processmining.models.connections.GraphLayoutConnection
- 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
- setQuery(String) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- setReleaseInstalled(String, String) - Static method in class org.processmining.framework.boot.Boot
- setSelectionContent(PMPackage, boolean) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser
- 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
- setSize(AttributeMapOwner, Dimension2D) - Method in class org.processmining.models.connections.GraphLayoutConnection
- setStatus(PMPackage.PMStatus) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackage
- setStatus(PMPackage, PackageDescriptor) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- setTask(ProMTask) - Method in class org.processmining.contexts.uitopia.UIPluginContext
- setValue(int) - Method in class org.processmining.framework.plugin.impl.ProgressBarImpl
- setValue(int) - Method in interface org.processmining.framework.plugin.Progress
- setView(ProMView) - Method in class org.processmining.contexts.uitopia.model.ProMResource
- setViewable(Viewable) - Method in enum class org.processmining.contexts.uitopia.packagemanager.PMMainView.View
- setWorkingDirectoryAtStartup() - Static method in class org.processmining.framework.util.OsUtil
- Shape - Interface in org.processmining.models.shapes
- SHAPE - Static variable in class org.processmining.models.graphbased.AttributeMap
- SHAPEDECORATOR - Static variable in class org.processmining.models.graphbased.AttributeMap
- ShortestPathFactory - Class in org.processmining.models.graphbased.directed.analysis
-
This class generate a shortest path from one node in a directed graph to another.
- ShortestPathInfo<N extends DirectedGraphNode,
E extends DirectedGraphEdge<? extends N, ? extends N>> - Class in org.processmining.models.graphbased.directed.analysis - show(JComponent) - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- showChildrenOf(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceBrowser
- showChildrenOf(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- showConfiguration(String, JComponent) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- showConfiguration(String, JComponent) - Method in class org.processmining.contexts.uitopia.UIPluginContext
- showDebug - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showErrors - Variable in class org.processmining.framework.util.ui.SlickerConsole
- SHOWLABEL - Static variable in class org.processmining.models.graphbased.AttributeMap
- showMessages - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showOverlay(JComponent) - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- showOverlayDialog(TwoButtonOverlayDialog) - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- showPackage(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser
- showPackage(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceBrowser
- showPackage(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- ShowPackageOverviewPlugin - Class in org.processmining.plugins
- showParentsOf(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceBrowser
- showParentsOf(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- showTest - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showView(PMMainView.View) - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- showWarnings - Variable in class org.processmining.framework.util.ui.SlickerConsole
- showWizard(String, boolean, boolean, JComponent) - Method in class org.processmining.contexts.uitopia.model.ProMTask
- showWizard(String, boolean, boolean, JComponent) - Method in class org.processmining.contexts.uitopia.UIPluginContext
- showWorkspaceView() - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- showWorkspaceView(PMPackage) - Method in class org.processmining.contexts.uitopia.packagemanager.PMMainView
- shutdown(TaskListener) - Method in class org.processmining.contexts.uitopia.UIContext
- signalUpdate() - Method in class org.processmining.contexts.uitopia.hub.UpdateSignaller
- Signature - Class in org.processmining.contexts.scripting
- 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.
- SIZE - Static variable in class org.processmining.models.connections.GraphLayoutConnection
-
a get on size returns a java.awt.geom.Dimension2D.
- SIZE - Static variable in class org.processmining.models.graphbased.AttributeMap
- 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
- sortByAuthorName() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListModel
- SORTBYAUTHORNAME - Static variable in class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- sortByPackageName() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListModel
- SORTBYPACKAGENAME - Static variable in class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- SortedMultiSet<T> - Interface in org.processmining.framework.util.collection
- source - Variable in class org.processmining.models.graphbased.AbstractGraphEdge
- sourceAction - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- SQUAREBB - Static variable in class org.processmining.models.graphbased.AttributeMap
- stack - Variable in class org.processmining.framework.util.search.DepthFirstExpandCollection
- StandardScriptTest - Class in org.processmining.contexts.test
- StandardScriptTest(String) - Constructor for class org.processmining.contexts.test.StandardScriptTest
- 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 class org.processmining.contexts.uitopia.packagemanager.PMListener
- startDownload(String, URL, PackageDescriptor) - Method in interface org.processmining.framework.packages.events.PackageManagerListener
- startInstall(String, File, PackageDescriptor) - Method in class org.processmining.contexts.uitopia.packagemanager.PMListener
- 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.
- startup() - Method in class org.processmining.contexts.uitopia.UIContext
- 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
- StringVisualizer - Class in org.processmining.contexts.util
- StringVisualizer() - Constructor for class org.processmining.contexts.util.StringVisualizer
- STROKE - Static variable in class org.processmining.models.graphbased.AttributeMap
- STROKECOLOR - Static variable in class org.processmining.models.graphbased.AttributeMap
- STYLE - Static variable in class org.processmining.models.graphbased.AttributeMap
- substitutedType() - Element in annotation interface org.processmining.framework.providedobjects.SubstitutionType
- SubstitutionType - Annotation Interface 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
- target - Variable in class org.processmining.models.graphbased.AbstractGraphEdge
- test - Variable in class org.processmining.contexts.cli.PromTestException.ResultMismatch
- test - Variable in class org.processmining.contexts.cli.PromTestException.WrappedException
- test() - Method in class org.processmining.contexts.test.InclassMethodTest
-
Invokes the method annotated with
TestMethod
and compares the result with an expected value. - test() - Method in class org.processmining.contexts.test.StandardScriptTest
- TEST - Enum constant in enum class org.processmining.framework.plugin.events.Logger.MessageLevel
-
All TEST messages are omitted in the release version.
- test_basicFileTest() - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- test_basicFileTest_OutputStream() - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- test_basicOutputTest() - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- test_dualTest() - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- testExpectedFromFile(Method) - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- testExpectedFromOutputAnnotation(Method) - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- TestFactory - Annotation Interface in org.processmining.contexts.test.factory
-
This annotation can be added to a method in a JUnit test class.
- testFile - Static variable in class org.processmining.framework.util.ui.SlickerConsole
- TestMethod - Annotation Interface in org.processmining.framework.annotations
-
By adding this annotation to a method, the method is flagged as a test method for ProM.
- testResultFromSystemOut(Method) - Static method in class org.processmining.contexts.test.AllInclassMethodTests
- tests - Variable in class org.processmining.contexts.test.factory.FactoryRunner
- testScript - Variable in class org.processmining.contexts.cli.PromTestException.ResultMismatch
- testScript - Variable in class org.processmining.contexts.cli.PromTestException.WrappedException
- TESTSCRIPT_FILE_EXTENSION - Static variable in class org.processmining.contexts.test.AllStandardScriptTests
- testScripts() - Static method in class org.processmining.contexts.test.PromTest
- thrown - Variable in class org.processmining.contexts.cli.PromTestException.WrappedException
- 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
- toHTMLString(boolean) - Method in class org.processmining.plugins.ShowPackageOverviewPlugin
- TOINSTALL - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackage.PMStatus
- TOINSTALL - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser.Type
- 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).
- TOOLTIP - Static variable in class org.processmining.models.graphbased.AttributeMap
- ToolTipComboBox - Class in org.processmining.contexts.util
-
Title:
- ToolTipComboBox() - Constructor for class org.processmining.contexts.util.ToolTipComboBox
-
Creates a
ToolTipComboBox
with a default data model. - ToolTipComboBox(Object[]) - Constructor for class org.processmining.contexts.util.ToolTipComboBox
-
Creates a
ToolTipComboBox
that contains the elements in the specified array. - ToolTipComboBox(Vector<?>) - Constructor for class org.processmining.contexts.util.ToolTipComboBox
-
Creates a
ToolTipComboBox
that contains the elements in the specified Vector. - ToolTipComboBox(ComboBoxModel) - Constructor for class org.processmining.contexts.util.ToolTipComboBox
-
Creates a
ToolTipComboBox
that takes it's items from an existingComboBoxModel
. - TOP - Static variable in class org.processmining.models.shapes.Gate
- toString() - Method in exception org.processmining.contexts.cli.PromTestException
- toString() - Method in class org.processmining.contexts.scripting.Signature
- toString() - Method in class org.processmining.contexts.test.InclassMethodTest
- toString() - Method in class org.processmining.contexts.test.StandardScriptTest
- toString() - Method in class org.processmining.contexts.uitopia.model.ProMAction
- toString() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- toString() - Method in class org.processmining.contexts.uitopia.model.ProMTask
- toString() - Method in class org.processmining.contexts.uitopia.model.ProMViewType
- 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
- toString() - Method in class org.processmining.models.graphbased.AbstractGraphElement
- toString() - Method in class org.processmining.models.graphbased.directed.utils.Node
- toString() - Method in class org.processmining.models.graphbased.EdgeID
- toString() - Method in class org.processmining.models.graphbased.NodeID
- toString(int, int) - Method in class org.processmining.contexts.scripting.Signature
- toStringArray() - Method in class org.processmining.framework.util.CommandLineArgumentList
- TOUNINSTALL - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackage.PMStatus
- TOUNINSTALL - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser.Type
- TOUPDATE - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackage.PMStatus
- TOUPDATE - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser.Type
- 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 interface org.processmining.framework.annotations.AuthoredType
- type - Variable in class org.processmining.framework.util.ui.TypeToggleButton
- typeName() - Element in annotation interface 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
- UI - Class in org.processmining.contexts.uitopia
- UI() - Constructor for class org.processmining.contexts.uitopia.UI
- UIContext - Class in org.processmining.contexts.uitopia
- UIContext() - Constructor for class org.processmining.contexts.uitopia.UIContext
- UIExportPlugin - Annotation Interface in org.processmining.contexts.uitopia.annotations
- uiHelp() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- UIImportPlugin - Annotation Interface in org.processmining.contexts.uitopia.annotations
-
Annotation is used in the interface org.processmining.contexts.uitopia.specialplugins.ImportPlugin to signal the framework that this is an import plugin.
- uiLabel() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- UIPluginContext - Class in org.processmining.contexts.uitopia
- UIPluginContext(UIPluginContext, String) - Constructor for class org.processmining.contexts.uitopia.UIPluginContext
- UITopiaVariant - Annotation Interface in org.processmining.contexts.uitopia.annotations
- UndirectedGraph<N extends UndirectedGraphNode,
E extends UndirectedGraphEdge<? extends N>> - Interface in org.processmining.models.graphbased.undirected - UndirectedGraphEdge<T extends UndirectedGraphNode> - Interface in org.processmining.models.graphbased.undirected
- UndirectedGraphElement - Interface in org.processmining.models.graphbased.undirected
- UndirectedGraphNode - Interface in org.processmining.models.graphbased.undirected
- 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
- UNLIMITEDMAX - Static variable in class org.processmining.models.graphbased.directed.analysis.ShortestPathFactory
- update() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceBrowser
- 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(Collection<PMPackage>, PMWorkspaceView) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- update(List<String>) - Method in class org.processmining.framework.plugin.impl.PluginCacheEntry
- update(PMPackage, PMWorkspaceView) - Method in class org.processmining.contexts.uitopia.packagemanager.PMController
- UPDATEBUTTON - Static variable in class org.processmining.contexts.uitopia.packagemanager.PMTooltips
- 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
- updateData() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser
- updatedAttributes(AttributeMapOwner...) - Method in class org.processmining.models.connections.GraphLayoutConnection
- updateLastAccessTime() - Method in class org.processmining.contexts.uitopia.model.ProMResource
- updatePackages() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceBrowser
- updatePackages() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- updatePacks() - Method in class org.processmining.contexts.uitopia.packagemanager.PMPackageView
- 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.
- UpdateSignaller - Class in org.processmining.contexts.uitopia.hub
- UpdateSignaller() - Constructor for class org.processmining.contexts.uitopia.hub.UpdateSignaller
- url() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
- USEPLUGIN - Static variable in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- USEPLUGINNAME - Static variable in annotation interface org.processmining.contexts.uitopia.annotations.Visualizer
- userAccessible() - Element in annotation interface org.processmining.framework.plugin.annotations.Plugin
-
Signals the framework to make this plugin user-accessible.
- USEVARIANT - Static variable in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
V
- validateInstanceMethods(List<Throwable>) - Method in class org.processmining.contexts.test.factory.FactoryRunner
-
This method overrides the original method
validateInstanceMethods(...)
ofBlockJUnit4ClassRunner
to avoid a crash of the JUnit test suite caused by addingFactoryTest
s to the test suite before pre-defined tests are loaded. - valueOf(String) - Static method in enum class org.processmining.contexts.uitopia.packagemanager.PMMainView.View
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.contexts.uitopia.packagemanager.PMPackage.PMStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.framework.boot.Boot.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.framework.packages.PackageDescriptor.OS
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.framework.plugin.annotations.PluginCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.framework.plugin.annotations.PluginLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.framework.plugin.annotations.PluginQuality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.framework.plugin.events.Logger.MessageLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.processmining.contexts.uitopia.packagemanager.PMMainView.View
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.contexts.uitopia.packagemanager.PMPackage.PMStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.contexts.uitopia.packagemanager.PMPackageListBrowser.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.framework.boot.Boot.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.framework.packages.PackageDescriptor.OS
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.framework.plugin.annotations.PluginCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.framework.plugin.annotations.PluginLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.framework.plugin.annotations.PluginQuality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.processmining.framework.plugin.events.Logger.MessageLevel
-
Returns an array containing the constants of this enum class, 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. - values() - Static method in enum class org.processmining.models.graphbased.AttributeMap.ArrowType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variantLabel() - Element in annotation interface 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 - Enum constant in enum class org.processmining.framework.plugin.annotations.PluginQuality
- VeryPoor - Enum constant in enum class org.processmining.framework.plugin.annotations.PluginQuality
- view - Variable in class org.processmining.contexts.uitopia.model.ProMResource
- viewFocusGained() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- viewFocusLost() - Method in class org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
- ViewSpecificAttributeMap - Class in org.processmining.models.graphbased
- ViewSpecificAttributeMap() - Constructor for class org.processmining.models.graphbased.ViewSpecificAttributeMap
- visualize(PluginContext, String) - Static method in class org.processmining.contexts.util.StringVisualizer
- visualizeHTML(PluginContext, HTMLToString) - Static method in class org.processmining.contexts.util.HtmlPanel
- Visualizer - Annotation Interface in org.processmining.contexts.uitopia.annotations
W
- WARNING - Enum constant in enum class 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() - Element in annotation interface org.processmining.contexts.uitopia.annotations.UITopiaVariant
- website() - Element in annotation interface org.processmining.framework.annotations.AuthoredType
-
Specifies the website of the author (note that this should be URL style, i.e.
- WIN32 - Enum constant in enum class org.processmining.framework.packages.PackageDescriptor.OS
- WIN64 - Enum constant in enum class org.processmining.framework.packages.PackageDescriptor.OS
- WORKSPACE - Enum constant in enum class org.processmining.contexts.uitopia.packagemanager.PMMainView.View
- WORKSPACE_FOLDER - Static variable in class org.processmining.framework.boot.Boot
- WrappedException(Method, Throwable) - Constructor for class org.processmining.contexts.cli.PromTestException.WrappedException
- WrappedException(String, Throwable) - Constructor for class org.processmining.contexts.cli.PromTestException.WrappedException
- WrapperPortLabelRenderer() - Constructor for class org.processmining.contexts.util.jgraph.PortLabelVertexView.WrapperPortLabelRenderer
-
Constructs a renderer that may be used to render vertices.
- 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 and Interfaces|All Packages|Constant Field Values|Serialized Form