- a - Variable in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- add(T, Map<T, Boolean>) - Method in class com.raffaeleconforti.datastructures.Hierarchy
-
- add(T, Set<T>) - Method in class com.raffaeleconforti.datastructures.Hierarchy
-
- add(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.disjointset.UnionFind
-
Inserts a new element into the UnionFind structure that initially
is in its own partition.
- add2Horizon(Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- addActivity(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- addAttribute(String, AttributeType, String) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- addAttribute(Attribute, XAttribute) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- addAttribute(String, XAttribute) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- addCheckBox(String) - Method in class com.raffaeleconforti.context.FakeProMPropertiesPanel
-
- addCheckBox(String, boolean) - Method in class com.raffaeleconforti.context.FakeProMPropertiesPanel
-
- addComboBox(String, E[]) - Method in class com.raffaeleconforti.context.FakeProMPropertiesPanel
-
- addComboBox(String, Iterable<E>) - Method in class com.raffaeleconforti.context.FakeProMPropertiesPanel
-
- addConstraints(Problem) - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
adds the constraints to the problem
- addEdge(Node, Node, int) - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- addEdge(T, T, double) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph.DirectedGraph
-
Given a start node, destination, and length, adds an arc from the
start node to the destination of the length.
- addEdge(T, T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Given two nodes, adds an arc of that length between those nodes.
- addEdge(T, T, double) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Given two nodes and a length, adds an arc of that length between those
nodes.
- addEndEvent(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- addEntity(Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- addEntity(Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConcModelInstances
-
- addEntity(Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.grouping.Group
-
- addEvent(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- addExtensionConstraints(Problem) - Method in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
adds all the extensions constraints to the problem via reflection
- addFlow(BPMNDiagram, BPMNNode, BPMNNode) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- addGateway(BPMNDiagram, String, Gateway.GatewayType) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- addGateway(BPMNDiagram, String, Gateway.GatewayType, int[]) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- addInstance(EntityInstance) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstances
-
- addNode(T) - Method in class com.raffaeleconforti.datastructures.Tree.Node
-
- addNode(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph.DirectedGraph
-
Adds a new node to the graph.
- addNode(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Adds a new node to the graph.
- addNode(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Adds a new node to the graph.
- addObjective(Problem) - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
adds an objective to the problem
- addPlaceConstraints(Problem) - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- addProperty(String, T) - Method in class com.raffaeleconforti.context.FakeProMPropertiesPanel
-
- addRelationship(Relationship) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- addSolution(Result) - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
converts the Java-ILP result in a solution (place representation) and
adds it to the set of found solutions
- addStartEvent(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- addTextField(String) - Method in class com.raffaeleconforti.context.FakeProMPropertiesPanel
-
- addTextField(String, String) - Method in class com.raffaeleconforti.context.FakeProMPropertiesPanel
-
- addValue(String) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ValueList
-
- addVariables(Problem) - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
defines the variable types and bounds in the problem
- addX(String) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
Adds a new attribue to the left-hand-side
- addX(ComparableSet<String>) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
Adds an attribue set to the left-hand-side
- addY(String) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
Adds an attribue to the right-hand-side
- addY(ComparableSet<String>) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
Adds an attribue set to the right-hand-side
- AdjacencyList - Class in com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds
-
- AdjacencyList() - Constructor for class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- ALPHA - Static variable in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- AlphaPlusWrapper - Class in com.raffaeleconforti.wrapper.impl.alpha
-
Created by conforti on 20/02/15.
- AlphaPlusWrapper() - Constructor for class com.raffaeleconforti.wrapper.impl.alpha.AlphaPlusWrapper
-
- ALPHAPOS - Static variable in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- aPrime - Variable in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- Attribute - Class in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
Defines an attribute of an entity or an artifact An attribute can only belong
to one entity or artifact.
- Attribute(String, AttributeType, String) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Attribute
-
- attributes - Variable in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel.PrimaryKeyData
-
- attributesToToolTipString(String[]) - Static method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui.DiscoverERmodel_UI_primaryKeys
-
- attributesToToolTipString(String[]) - Static method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.synchtracegeneration.ui.TraceGeneration_UI_other
-
- attributesToToolTipString(String[]) - Static method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.synchtracegeneration.ui.TraceGeneration_UI_subprocesses
-
- AttributeType - Enum in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
Defines the four possibles types for attributes of artifacts or entities
- automaticDiscoverRootProcessKey(Set<Entity>, XLog) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.EntityDiscoverer
-
- basicSimplification(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- basicSimplification(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmnminer.converter.BPMNSimplifierPlugin
-
- Bits - Class in com.raffaeleconforti.foreignkeydiscovery.functionaldependencies
-
This class provides basic methods for clearing, setting and testing bits on
an integer variable.
- Bits() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.Bits
-
- BottomKSketch - Class in com.raffaeleconforti.foreignkeydiscovery
-
Created by Raffaele Conforti on 14/10/14.
- BottomKSketch(BottomKSketch, BottomKSketch) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.BottomKSketch
-
- BottomKSketch(Set<Column>) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.BottomKSketch
-
- BPMNAnalizer - Class in com.raffaeleconforti.bpmn.util
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 16/02/15.
- BPMNAnalizer(XConceptExtension) - Constructor for class com.raffaeleconforti.bpmn.util.BPMNAnalizer
-
- BPMNCleaner - Class in com.raffaeleconforti.bpmn.util
-
Created by conforti on 25/11/14.
- BPMNCleaner() - Constructor for class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
- BPMNCleanerPlugin - Class in com.raffaeleconforti.bpmnminer.converter
-
Created by conforti on 12/11/2014.
- BPMNCleanerPlugin() - Constructor for class com.raffaeleconforti.bpmnminer.converter.BPMNCleanerPlugin
-
- BPMNCloner - Class in com.raffaeleconforti.bpmn.util
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 20/03/2016.
- BPMNCloner() - Constructor for class com.raffaeleconforti.bpmn.util.BPMNCloner
-
- BPMNConverterPlugin - Class in com.raffaeleconforti.bpmnminer.converter
-
- BPMNConverterPlugin() - Constructor for class com.raffaeleconforti.bpmnminer.converter.BPMNConverterPlugin
-
- BPMNDiagramMerger - Class in com.raffaeleconforti.bpmn.util
-
Created by conforti on 26/11/15.
- BPMNDiagramMerger() - Constructor for class com.raffaeleconforti.bpmn.util.BPMNDiagramMerger
-
- BPMNFromPetrinetWithMarkingExtractor - Class in com.raffaeleconforti.wrapper.extractors
-
Created by conforti on 28/01/2016.
- BPMNFromPetrinetWithMarkingExtractor() - Constructor for class com.raffaeleconforti.wrapper.extractors.BPMNFromPetrinetWithMarkingExtractor
-
- BPMNGatewayMerger - Class in com.raffaeleconforti.bpmn.util
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 16/02/15.
- BPMNGatewayMerger() - Constructor for class com.raffaeleconforti.bpmn.util.BPMNGatewayMerger
-
- BPMNMetrics - Class in com.raffaeleconforti.bpmnminer.metrics
-
Created by Raffaele Conforti on 17/03/14.
- BPMNMetrics() - Constructor for class com.raffaeleconforti.bpmnminer.metrics.BPMNMetrics
-
- BPMNMetricsPlugin - Class in com.raffaeleconforti.bpmnminer.metrics
-
Created by Raffaele Conforti on 17/03/14.
- BPMNMetricsPlugin() - Constructor for class com.raffaeleconforti.bpmnminer.metrics.BPMNMetricsPlugin
-
- BPMNMiner - Class in com.raffaeleconforti.bpmnminer.subprocessminer
-
Created by Raffaele Conforti on 20/02/14.
- BPMNMiner() - Constructor for class com.raffaeleconforti.bpmnminer.subprocessminer.BPMNMiner
-
- BPMNMinerPlugin - Class in com.raffaeleconforti.bpmnminer.prom
-
Created by conforti on 30/03/15.
- BPMNMinerPlugin() - Constructor for class com.raffaeleconforti.bpmnminer.prom.BPMNMinerPlugin
-
- BPMNModifier - Class in com.raffaeleconforti.bpmn.util
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 16/02/15.
- BPMNModifier() - Constructor for class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- BPMNSimplifier - Class in com.raffaeleconforti.bpmn.util
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 16/02/15.
- BPMNSimplifier() - Constructor for class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- BPMNSimplifierPlugin - Class in com.raffaeleconforti.bpmnminer.converter
-
Created by Raffaele Conforti on 28/02/14.
- BPMNSimplifierPlugin() - Constructor for class com.raffaeleconforti.bpmnminer.converter.BPMNSimplifierPlugin
-
- BPMNSubProcessMiner - Class in com.raffaeleconforti.bpmnminer.subprocessminer
-
- BPMNSubProcessMiner() - Constructor for class com.raffaeleconforti.bpmnminer.subprocessminer.BPMNSubProcessMiner
-
- BPMNSubProcessMiner(UIPluginContext) - Constructor for class com.raffaeleconforti.bpmnminer.subprocessminer.BPMNSubProcessMiner
-
- BPMNToPetriNetConverter - Class in com.raffaeleconforti.conversion.bpmn
-
Created by Raffaele Conforti on 19/02/14.
- BPMNToPetriNetConverter() - Constructor for class com.raffaeleconforti.conversion.bpmn.BPMNToPetriNetConverter
-
- BPMNToPetriNetConverterPlugin - Class in com.raffaeleconforti.bpmnminer.converter
-
- BPMNToPetriNetConverterPlugin() - Constructor for class com.raffaeleconforti.bpmnminer.converter.BPMNToPetriNetConverterPlugin
-
- buildOrInputSets(int, HNSubSet) - Method in class com.raffaeleconforti.heuristicsminer.HeuristicsMiner
-
- buildOrOutputSets(int, HNSubSet) - Method in class com.raffaeleconforti.heuristicsminer.HeuristicsMiner
-
- calculate(UIPluginContext, BPMNDiagram) - Method in class com.raffaeleconforti.bpmnminer.metrics.BPMNMetricsPlugin
-
- calulate(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmnminer.metrics.BPMNMetrics
-
- cancel() - Method in class com.raffaeleconforti.context.FakeProgress
-
- CandidateInfo - Class in com.raffaeleconforti.foreignkeydiscovery.functionaldependencies
-
The objects of this class contain the stipped partition and the possible Right-Hand-Side candidates (RHS-candidates)
for any attribute sets X.
- CandidateInfo() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
The standard constructor initializes the BitSet of the RHS attribute set to all false.
- Cardinality - Enum in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
Defines the possible cardinalities of relationships between entities
- cd - Variable in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- Cell - Class in com.raffaeleconforti.foreignkeydiscovery
-
Created by Raffaele Conforti on 17/10/14.
- Cell(int[]) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.Cell
-
- CheckCycle - Class in com.raffaeleconforti.spanningtree.kruskals
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 16/02/2016.
- CheckCycle() - Constructor for class com.raffaeleconforti.spanningtree.kruskals.CheckCycle
-
- checkCycle(int[][], int) - Method in class com.raffaeleconforti.spanningtree.kruskals.CheckCycle
-
- clean(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
- clear() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
Releases the objects and sets all internal variable to null.
- clear() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
Clears the attribues of the RHS and LHS candidates
- clear() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Deletes the elements of the partition.
- clearBit(int, int) - Static method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.Bits
-
Sets the bit at the specified position to false.
- clone() - Method in class com.raffaeleconforti.datastructures.Tree
-
- clone() - Method in class com.raffaeleconforti.datastructures.Tree.Node
-
- clone() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph.DirectedGraph
-
- clone(int[]) - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- cloneDiagram(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCloner
-
- cloneFrom(DirectedGraph<Entity, Relationship>) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- cloneLog(XLog) - Method in class com.raffaeleconforti.log.util.LogCloner
-
- closure(ComparableSet<FunctionalDependency>, ComparableSet<String>) - Static method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.TANEjava
-
Computes the closure of an attribute set X under F where F is a set of
functional dependencies.
- Column - Class in com.raffaeleconforti.foreignkeydiscovery.databasestructure
-
Created by Raffaele Conforti on 14/10/14.
- Column(String, ColumnValues, String) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Column
-
- columnTitles - Variable in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.Data
-
- ColumnType - Enum in com.raffaeleconforti.foreignkeydiscovery.databasestructure
-
Created by Raffaele Conforti on 14/10/14.
- ColumnValues - Class in com.raffaeleconforti.foreignkeydiscovery.databasestructure
-
Created by Raffaele Conforti on 14/10/14.
- ColumnValues(ColumnType, String[]) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ColumnValues
-
- com.raffaeleconforti.bpmn.util - package com.raffaeleconforti.bpmn.util
-
- com.raffaeleconforti.bpmnminer.converter - package com.raffaeleconforti.bpmnminer.converter
-
- com.raffaeleconforti.bpmnminer.exception - package com.raffaeleconforti.bpmnminer.exception
-
- com.raffaeleconforti.bpmnminer.foreignkeynoicetollerant - package com.raffaeleconforti.bpmnminer.foreignkeynoicetollerant
-
- com.raffaeleconforti.bpmnminer.metrics - package com.raffaeleconforti.bpmnminer.metrics
-
- com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies - package com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies
-
- com.raffaeleconforti.bpmnminer.preprocessing.inclusiondependencies - package com.raffaeleconforti.bpmnminer.preprocessing.inclusiondependencies
-
- com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration - package com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration
-
- com.raffaeleconforti.bpmnminer.prom - package com.raffaeleconforti.bpmnminer.prom
-
- com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui - package com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui
-
- com.raffaeleconforti.bpmnminer.prom.preprocessing.synchtracegeneration.ui - package com.raffaeleconforti.bpmnminer.prom.preprocessing.synchtracegeneration.ui
-
- com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui - package com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui
-
- com.raffaeleconforti.bpmnminer.subprocessminer - package com.raffaeleconforti.bpmnminer.subprocessminer
-
- com.raffaeleconforti.bpmnminer.subprocessminer.selection - package com.raffaeleconforti.bpmnminer.subprocessminer.selection
-
- com.raffaeleconforti.context - package com.raffaeleconforti.context
-
- com.raffaeleconforti.conversion.bpmn - package com.raffaeleconforti.conversion.bpmn
-
- com.raffaeleconforti.conversion.heuristicsnet - package com.raffaeleconforti.conversion.heuristicsnet
-
- com.raffaeleconforti.conversion.petrinet - package com.raffaeleconforti.conversion.petrinet
-
- com.raffaeleconforti.datastructures - package com.raffaeleconforti.datastructures
-
- com.raffaeleconforti.datastructures.conversion - package com.raffaeleconforti.datastructures.conversion
-
- com.raffaeleconforti.datastructures.exception - package com.raffaeleconforti.datastructures.exception
-
- com.raffaeleconforti.date.util - package com.raffaeleconforti.date.util
-
- com.raffaeleconforti.foreignkeydiscovery - package com.raffaeleconforti.foreignkeydiscovery
-
- com.raffaeleconforti.foreignkeydiscovery.conceptualmodels - package com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
- com.raffaeleconforti.foreignkeydiscovery.databasestructure - package com.raffaeleconforti.foreignkeydiscovery.databasestructure
-
- com.raffaeleconforti.foreignkeydiscovery.functionaldependencies - package com.raffaeleconforti.foreignkeydiscovery.functionaldependencies
-
- com.raffaeleconforti.foreignkeydiscovery.grouping - package com.raffaeleconforti.foreignkeydiscovery.grouping
-
- com.raffaeleconforti.foreignkeydiscovery.histogram - package com.raffaeleconforti.foreignkeydiscovery.histogram
-
- com.raffaeleconforti.foreignkeydiscovery.histogram.impl - package com.raffaeleconforti.foreignkeydiscovery.histogram.impl
-
- com.raffaeleconforti.foreignkeydiscovery.mapping - package com.raffaeleconforti.foreignkeydiscovery.mapping
-
- com.raffaeleconforti.foreignkeydiscovery.util - package com.raffaeleconforti.foreignkeydiscovery.util
-
- com.raffaeleconforti.heuristicsminer - package com.raffaeleconforti.heuristicsminer
-
- com.raffaeleconforti.ilpminer - package com.raffaeleconforti.ilpminer
-
- com.raffaeleconforti.keithshwarz.algorithms.dijkstra - package com.raffaeleconforti.keithshwarz.algorithms.dijkstra
-
- com.raffaeleconforti.keithshwarz.algorithms.maximummatchings - package com.raffaeleconforti.keithshwarz.algorithms.maximummatchings
-
- com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds - package com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds
-
- com.raffaeleconforti.keithshwarz.algorithms.minimumspanningtree - package com.raffaeleconforti.keithshwarz.algorithms.minimumspanningtree
-
- com.raffaeleconforti.keithshwarz.datastructure.disjointset - package com.raffaeleconforti.keithshwarz.datastructure.disjointset
-
- com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap - package com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap
-
- com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph - package com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph
-
- com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds - package com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds
-
- com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal - package com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal
-
- com.raffaeleconforti.log.util - package com.raffaeleconforti.log.util
-
- com.raffaeleconforti.logextractor - package com.raffaeleconforti.logextractor
-
- com.raffaeleconforti.marking - package com.raffaeleconforti.marking
-
- com.raffaeleconforti.spanningtree - package com.raffaeleconforti.spanningtree
-
- com.raffaeleconforti.spanningtree.kruskals - package com.raffaeleconforti.spanningtree.kruskals
-
- com.raffaeleconforti.wrapper - package com.raffaeleconforti.wrapper
-
- com.raffaeleconforti.wrapper.extractors - package com.raffaeleconforti.wrapper.extractors
-
- com.raffaeleconforti.wrapper.impl - package com.raffaeleconforti.wrapper.impl
-
- com.raffaeleconforti.wrapper.impl.alpha - package com.raffaeleconforti.wrapper.impl.alpha
-
- com.raffaeleconforti.wrapper.impl.heuristics - package com.raffaeleconforti.wrapper.impl.heuristics
-
- com.raffaeleconforti.wrapper.impl.inductive - package com.raffaeleconforti.wrapper.impl.inductive
-
- com.raffaeleconforti.wrapper.settings - package com.raffaeleconforti.wrapper.settings
-
- ComparableSet<T extends java.lang.Comparable<? super T>> - Class in com.raffaeleconforti.foreignkeydiscovery.functionaldependencies
-
A ComparableSet extends the java.logextractor.TreeSet.
- ComparableSet() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Standard constructor
- ComparableSet(TreeSet<T>) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Overloaded constructor.
- compare(Edge, Edge) - Method in class com.raffaeleconforti.spanningtree.kruskals.EdgeComparator
-
- compareTo(Cell) - Method in class com.raffaeleconforti.foreignkeydiscovery.Cell
-
- compareTo(Attribute) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Attribute
-
- compareTo(ForeignKey) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ForeignKey
-
- compareTo(Column) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Column
-
- compareTo(ColumnValues) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ColumnValues
-
- compareTo(ForeignKey) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ForeignKey
-
- compareTo(PrimaryKey) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.PrimaryKey
-
- compareTo(Table) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Table
-
- compareTo(Tuple<T>) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Tuple
-
- compareTo(ComparableSet<T>) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
- compareTo(FunctionalDependency) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
- compareTo(Edge) - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.Edge
-
- compareTo(Node) - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.Node
-
- computeEstimator(BottomKSketch, BottomKSketch, int) - Static method in class com.raffaeleconforti.foreignkeydiscovery.JaccardCoefficientEstimator
-
- computeInitialFeasibleSolution() - Method in class com.raffaeleconforti.foreignkeydiscovery.HungarianAlgorithm
-
Compute an initial feasible solution by assigning zero labels to the
workers and by assigning to each job a label equal to the minimum cost
among its incident edges.
- ConceptualModel - Class in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
A conceptual model consisting of entities and relationships
- ConceptualModel() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- ConcModelInstances - Class in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
- ConcModelInstances() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConcModelInstances
-
- connectPendingElements(BPMNDiagram, int[], int[]) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- constructFinalMarking(PluginContext, Petrinet) - Static method in class com.raffaeleconforti.marking.MarkingDiscoverer
-
- constructInitialMarking(PluginContext, Petrinet) - Static method in class com.raffaeleconforti.marking.MarkingDiscoverer
-
- containsEntity(Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- containsNode(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Returns whether a given node is contained in the graph.
- containsNode(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Returns whether a given node is contained in the graph.
- containsParam(String) - Method in class com.raffaeleconforti.wrapper.settings.MiningSettings
-
- convert(UIPluginContext) - Method in class com.raffaeleconforti.bpmnminer.converter.BPMNCleanerPlugin
-
- convert(UIPluginContext, BPMNDiagram) - Method in class com.raffaeleconforti.bpmnminer.converter.BPMNCleanerPlugin
-
- convert(UIPluginContext, Petrinet) - Method in class com.raffaeleconforti.bpmnminer.converter.BPMNConverterPlugin
-
- convert(UIPluginContext, Petrinet, Marking, Marking) - Method in class com.raffaeleconforti.bpmnminer.converter.BPMNConverterPlugin
-
- convert(UIPluginContext, BPMNDiagram) - Method in class com.raffaeleconforti.bpmnminer.converter.BPMNSimplifierPlugin
-
- convert(UIPluginContext, BPMNDiagram) - Method in class com.raffaeleconforti.bpmnminer.converter.BPMNToPetriNetConverterPlugin
-
- convert(BPMNDiagram) - Method in class com.raffaeleconforti.bpmnminer.converter.BPMNToPetriNetConverterPlugin
-
- convert(UIPluginContext, XLog) - Method in class com.raffaeleconforti.bpmnminer.converter.HeuristicsNetToBPMNConverterPlugin
-
- convert(BPMNDiagram) - Static method in class com.raffaeleconforti.conversion.bpmn.BPMNToPetriNetConverter
-
Convert the given Petri net into an EPC.
- convert(HeuristicsNet) - Static method in class com.raffaeleconforti.conversion.heuristicsnet.HNNetToBPMNConverter
-
- convert(Petrinet, Marking, Marking, boolean) - Static method in class com.raffaeleconforti.conversion.petrinet.PetriNetToBPMNConverter
-
Convert the given Petri net into an EPC.
- convert1(Petrinet, Marking, Marking, boolean) - Static method in class com.raffaeleconforti.conversion.petrinet.PetriNetToBPMNConverter
-
- Converter<T> - Class in com.raffaeleconforti.datastructures.conversion
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 10/03/2016.
- Converter() - Constructor for class com.raffaeleconforti.datastructures.conversion.Converter
-
- convertHierarchyToTree(Hierarchy<T>, T, Map<T, Map<String, Double>>, int) - Method in class com.raffaeleconforti.datastructures.conversion.Converter
-
- countEvents(XLog) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- countEvents(XTrace) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- countTraces(XLog) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- countUniqueActivities(XLog, XEventClassifier) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- Couple<T extends java.lang.Comparable,D extends java.lang.Comparable> - Class in com.raffaeleconforti.foreignkeydiscovery
-
Created by Raffaele Conforti on 14/10/14.
- Couple(T, D) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.Couple
-
- createConceptualModel(Map<Set<String>, Set<String>>, HashMap<String, Data>) - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- createFinalMarkingConnection(PluginContext, Petrinet, Marking) - Static method in class com.raffaeleconforti.marking.MarkingDiscoverer
-
- createInitialMarkingConnection(PluginContext, Petrinet, Marking) - Static method in class com.raffaeleconforti.marking.MarkingDiscoverer
-
- createInstance(LogReader, LogFilter) - Static method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- createInstance(LogFilter, LogFile) - Static method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- createInstance(LogReader, int[]) - Static method in class com.raffaeleconforti.log.util.LogReaderClassic
-
Deprecated.
- e1 - Variable in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel.ForeignKeyData
-
- e1_foreignKey - Variable in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel.ForeignKeyData
-
- e2 - Variable in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel.ForeignKeyData
-
- e2_primaryKey - Variable in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel.ForeignKeyData
-
- Edge - Class in com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds
-
Created by conforti on 26/11/14.
- Edge(Node, Node, int) - Constructor for class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.Edge
-
- Edge - Class in com.raffaeleconforti.spanningtree.kruskals
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 16/02/2016.
- Edge() - Constructor for class com.raffaeleconforti.spanningtree.kruskals.Edge
-
- Edge<T> - Class in de.vogella.algorithms.dijkstra.model
-
- Edge(String, Vertex<T>, Vertex<T>, int) - Constructor for class de.vogella.algorithms.dijkstra.model.Edge
-
- EdgeComparator - Class in com.raffaeleconforti.spanningtree.kruskals
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 16/02/2016.
- EdgeComparator() - Constructor for class com.raffaeleconforti.spanningtree.kruskals.EdgeComparator
-
- edgeCost(T, T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Given two endpoints, returns the cost of the edge between them.
- edgeExists(T, T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Given two endpoints, returns whether an edge exists between them.
- edgesFrom(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph.DirectedGraph
-
Given a node in the graph, returns an immutable view of the edges
leaving that node, as a map from endpoints to costs.
- edgesFrom(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Given a node in the graph, returns an immutable view of the edges
leaving that node.
- edgesFrom(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Given a node in the graph, returns an immutable view of the edges
leaving that node, as a map from endpoints to costs.
- Edmonds - Class in com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds
-
- Edmonds() - Constructor for class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.Edmonds
-
- EdmondsMatching - Class in com.raffaeleconforti.keithshwarz.algorithms.maximummatchings
-
- EdmondsMatching() - Constructor for class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.EdmondsMatching
-
- EmptyLogException - Class in com.raffaeleconforti.datastructures.exception
-
Created by conforti on 26/11/14.
- EmptyLogException() - Constructor for class com.raffaeleconforti.datastructures.exception.EmptyLogException
-
- EmptyLogException(List<Entity>) - Constructor for class com.raffaeleconforti.datastructures.exception.EmptyLogException
-
- enqueue(T, double) - Method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap
-
Inserts the specified element into the Fibonacci heap with the specified
priority.
- Entity - Class in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
Defines an entity containing a set of attributes
- Entity(String, ConceptualModel) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- EntityDiscoverer - Class in com.raffaeleconforti.bpmnminer.subprocessminer
-
Created by Raffaele Conforti on 20/02/14.
- EntityDiscoverer() - Constructor for class com.raffaeleconforti.bpmnminer.subprocessminer.EntityDiscoverer
-
- EntityDiscoverer_UI - Class in com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 10/03/2016.
- EntityDiscoverer_UI() - Constructor for class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.EntityDiscoverer_UI
-
- EntityInstance - Class in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
Defines an instance of an entity with specific values for the attributes Can
store more than one value per attribute in the same instance but these are
only used for timestamp attributes.
- EntityInstance() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- EntityInstances - Class in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
- EntityInstances() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstances
-
- EntityNameExtractor - Class in com.raffaeleconforti.foreignkeydiscovery.util
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 9/03/2016.
- EntityNameExtractor() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.util.EntityNameExtractor
-
- EntityPrimaryKeyConverter - Class in com.raffaeleconforti.foreignkeydiscovery.util
-
Created by conforti on 29/10/2014.
- EntityPrimaryKeyConverter() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.util.EntityPrimaryKeyConverter
-
- entrySet() - Method in class com.raffaeleconforti.datastructures.Hierarchy
-
- equals(Object) - Method in class com.raffaeleconforti.conversion.heuristicsnet.UniqueSet
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.BottomKSketch
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.Cell
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.Couple
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Column
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ColumnValues
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ForeignKey
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.PrimaryKey
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Table
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Tuple
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.grouping.Group
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.DistributionHistogram
-
- equals(Object) - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.QuantileHistogram
-
- equals(Object) - Method in class de.vogella.algorithms.dijkstra.model.Vertex
-
- EquivalenceClass - Class in com.raffaeleconforti.foreignkeydiscovery.functionaldependencies
-
This class represents an equivalence class and is only used to
obtain a stripped partition .
- EquivalenceClass() - Constructor for class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.EquivalenceClass
-
- error() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Calculated the error e(X) of a given elements by equation (1) of the paper
- escapeToEndPossibleF(int, int, BitSet, DependencyHeuristicsNet) - Method in class com.raffaeleconforti.heuristicsminer.HeuristicsMiner
-
- evaluateNeighbours(int) - Method in class com.raffaeleconforti.spanningtree.Prims
-
- Event - Class in com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration
-
- Event(String, HashMap<String, XAttribute>) - Constructor for class com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration.Event
-
- evTypeNames(Entity) - Static method in class com.raffaeleconforti.foreignkeydiscovery.util.EntityNameExtractor
-
- execute() - Method in class com.raffaeleconforti.foreignkeydiscovery.HungarianAlgorithm
-
Execute the algorithm.
- execute(Vertex) - Method in class de.vogella.algorithms.dijkstra.engine.DijkstraAlgorithm
-
- executePhase() - Method in class com.raffaeleconforti.foreignkeydiscovery.HungarianAlgorithm
-
Execute a single phase of the algorithm.
- ExecutionCancelledException - Exception in com.raffaeleconforti.bpmnminer.exception
-
Created by conforti on 1/02/2016.
- ExecutionCancelledException() - Constructor for exception com.raffaeleconforti.bpmnminer.exception.ExecutionCancelledException
-
- exportToFile(String, XLog) - Static method in class com.raffaeleconforti.log.util.LogImporter
-
- exportToFile(String, String, XLog) - Static method in class com.raffaeleconforti.log.util.LogImporter
-
- exportToInputStream(XLog, String, XSerializer) - Static method in class com.raffaeleconforti.log.util.LogImporter
-
- extensions - Variable in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
- extractActivityLabel(Activity) - Method in class com.raffaeleconforti.bpmn.util.BPMNAnalizer
-
- extractLogFromPrimarykeys(XLog, Set<PrimaryKey>, Tree<Entity>, boolean, double) - Method in class com.raffaeleconforti.logextractor.LogExtractor
-
- extractPetrinet(UIPluginContext, PetrinetWithMarking) - Method in class com.raffaeleconforti.wrapper.extractors.BPMNFromPetrinetWithMarkingExtractor
-
- extractPetrinet(UIPluginContext, PetrinetWithMarking) - Method in class com.raffaeleconforti.wrapper.extractors.PetrinetFromPetrinetWithMarkingExtractor
-
- generateAllAttributes(XLog) - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- generateArtifactGroup(UIPluginContext, List<Entity>, List<Entity>, List<Entity>) - Method in class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.EntityDiscoverer_UI
-
- generateArtifactGroup(List<Entity>, List<Entity>, List<Entity>) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.EntityDiscoverer
-
- generateCompleteRootLog(Tree, Map<Entity, XLog>) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-
- generateData(XLog, List<String>, List<String>) - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- generateEntitiesNames(Map<Set<String>, Set<String>>) - Method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui.DiscoverERModel_UI
-
- generateSetOfTables(XLog, Set<PrimaryKey>) - Method in class com.raffaeleconforti.foreignkeydiscovery.DatabaseCreator
-
- generateSetOfTables(XLog, List<Entity>) - Method in class com.raffaeleconforti.foreignkeydiscovery.DatabaseCreator
-
- generateSetting(UIPluginContext, XLog) - Method in class com.raffaeleconforti.ilpminer.ILPMiner
-
- get(T) - Method in class com.raffaeleconforti.datastructures.Hierarchy
-
- getAcronym() - Method in class com.raffaeleconforti.wrapper.impl.alpha.AlphaPlusWrapper
-
- getAcronym() - Method in class com.raffaeleconforti.wrapper.impl.heuristics.Heuristics52AlgorithmWrapper
-
- getAcronym() - Method in class com.raffaeleconforti.wrapper.impl.heuristics.HeuristicsAlgorithmWrapper
-
- getAcronym() - Method in class com.raffaeleconforti.wrapper.impl.ILPAlgorithmWrapper
-
- getAcronym() - Method in class com.raffaeleconforti.wrapper.impl.inductive.InductiveMinerIMfWrapper
-
- getAcronym() - Method in interface com.raffaeleconforti.wrapper.MiningAlgorithm
-
- getAdjacencyMatrix() - Method in class com.raffaeleconforti.datastructures.Tree
-
- getAdjacent(Node) - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- getAlgorithmName() - Method in class com.raffaeleconforti.wrapper.impl.alpha.AlphaPlusWrapper
-
- getAlgorithmName() - Method in class com.raffaeleconforti.wrapper.impl.heuristics.Heuristics52AlgorithmWrapper
-
- getAlgorithmName() - Method in class com.raffaeleconforti.wrapper.impl.heuristics.HeuristicsAlgorithmWrapper
-
- getAlgorithmName() - Method in class com.raffaeleconforti.wrapper.impl.ILPAlgorithmWrapper
-
- getAlgorithmName() - Method in class com.raffaeleconforti.wrapper.impl.inductive.InductiveMinerIMfWrapper
-
- getAlgorithmName() - Method in class com.raffaeleconforti.wrapper.InterruptingMiningAlgorithm
-
- getAlgorithmName() - Method in interface com.raffaeleconforti.wrapper.MiningAlgorithm
-
- getAllEdges() - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- getAllInstances() - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- getAttributes() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getAttributeValue(XAttribute) - Method in class com.raffaeleconforti.log.util.LogModifier
-
- getBelongs2() - Method in class com.raffaeleconforti.foreignkeydiscovery.mapping.MappedObject
-
- getCaption() - Method in class com.raffaeleconforti.context.FakeProgress
-
- getCellPosition() - Method in class com.raffaeleconforti.foreignkeydiscovery.Cell
-
- getChildren() - Method in class com.raffaeleconforti.datastructures.Tree.Node
-
- getColumnName() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Column
-
- getColumns() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.PrimaryKey
-
- getColumns() - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.QuantileHistogram
-
- getColumnsF() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ForeignKey
-
- getColumnsP() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ForeignKey
-
- getColumnsSize() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.PrimaryKey
-
- getColumnType() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ColumnValues
-
- getColumnValues() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Column
-
- getConcept() - Method in class com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration.Event
-
- getData(Map<String, Data>) - Static method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel.PrimaryKeyData
-
- getData() - Method in class com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration.Event
-
- getData() - Method in class com.raffaeleconforti.datastructures.Tree.Node
-
- getDataType() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Attribute
-
- getDataType() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.Data
-
- getDependencies(ConceptualModel, ConcModelInstances) - Method in class com.raffaeleconforti.bpmnminer.preprocessing.inclusiondependencies.InclusionDependencies
-
- getDestination() - Method in class de.vogella.algorithms.dijkstra.model.Edge
-
- getDestinationvertex() - Method in class com.raffaeleconforti.spanningtree.kruskals.Edge
-
- getEdges() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getEdges() - Method in class de.vogella.algorithms.dijkstra.model.Graph
-
- getElement() - Method in class com.raffaeleconforti.foreignkeydiscovery.mapping.MappedObject
-
- getElements() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Tuple
-
- getElements() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Returns the elements of the parition
- getEmptyClone() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getEntInstances(Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConcModelInstances
-
- getEntities() - Method in class com.raffaeleconforti.datastructures.exception.EmptyLogException
-
- getEntities() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getEntities() - Method in class com.raffaeleconforti.foreignkeydiscovery.grouping.Group
-
- getEntity(String) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getEntity() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ForeignKey
-
- getEntity(TreeSet<Column>, TreeSet<Column>) - Method in class com.raffaeleconforti.foreignkeydiscovery.util.EntityPrimaryKeyConverter
-
- getEntity(TreeSet<Column>, TreeSet<Column>, List<Tree<Entity>.Node<Entity>>) - Method in class com.raffaeleconforti.foreignkeydiscovery.util.EntityPrimaryKeyConverter
-
- getEntity(ForeignKey) - Method in class com.raffaeleconforti.foreignkeydiscovery.util.EntityPrimaryKeyConverter
-
- getEntity(PrimaryKey) - Method in class com.raffaeleconforti.foreignkeydiscovery.util.EntityPrimaryKeyConverter
-
- getEntityDiscoverer() - Method in class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.EntityDiscoverer_UI
-
- getEntityName(Entity) - Static method in class com.raffaeleconforti.foreignkeydiscovery.util.EntityNameExtractor
-
- getEventName(XEvent) - Method in class com.raffaeleconforti.log.util.NameExtractor
-
- getFD() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.TANEjava
-
This is the TANE main algorithm and returns all minimal non-trivial
functional dependencies.
- getFile() - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- getFinalActivities(XLog) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getFinalActivity(XTrace) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getFinalActivityFriquencies(XLog) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getFinalMarking() - Method in class com.raffaeleconforti.wrapper.PetrinetWithMarking
-
- getFirstColumn() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.PrimaryKey
-
- getFirstElement() - Method in class com.raffaeleconforti.foreignkeydiscovery.Couple
-
- getFKey() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ForeignKey
-
- getForeignKeyData(List<? extends List<? extends List<Object>>>) - Static method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel.ForeignKeyData
-
- getForeignKeys() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getForeignKeys(Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getFrom() - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.Edge
-
- getFutureResult(int) - Method in class com.raffaeleconforti.context.FakePluginContext
-
- getGraph() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getHashCodes() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ColumnValues
-
- getHistogram() - Method in interface com.raffaeleconforti.foreignkeydiscovery.histogram.Histogram
-
- getHistogram() - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.DistributionHistogram
-
- getHistogram() - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.QuantileHistogram
-
- getHorizon() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getId() - Method in class de.vogella.algorithms.dijkstra.model.Edge
-
- getId() - Method in class de.vogella.algorithms.dijkstra.model.Vertex
-
- getIgnoreAttributes() - Method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui.DiscoverERmodel_UI_ignoreAttributes
-
- getInitialActivities(XLog) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getInitialActivity(XTrace) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getInitialActivityFriquencies(XLog) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getInitialMarking() - Method in class com.raffaeleconforti.wrapper.PetrinetWithMarking
-
- getInstance(int) - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- getInstances() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstances
-
- getInstances(HashMap<String, XAttribute>) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstances
-
- getInterruptingEventTolerance() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getKey() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ForeignKey
-
- getKeys() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getKeys() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.TANEjava
-
- getLevel() - Method in class com.raffaeleconforti.datastructures.Tree.Node
-
- getLogAttributes(XLog) - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- getLogFilter() - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- getLogSummary() - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- getMainEntity() - Method in class com.raffaeleconforti.foreignkeydiscovery.grouping.Group
-
- getMaximum() - Method in class com.raffaeleconforti.context.FakeProgress
-
- getMinBranching(Node, AdjacencyList) - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.Edmonds
-
- getMinimum() - Method in class com.raffaeleconforti.context.FakeProgress
-
- getMiningSettings() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getModel() - Method in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
Returns the model instantiated via the Java-ILP interface
- getModel() - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- getMultiInstancePercentage() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getMultiInstanceTolerance() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getName() - Method in class com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration.Event
-
- getName() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Attribute
-
- getName() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getName() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.PrimaryKey
-
- getName(Class<?>) - Static method in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
- getName() - Method in class de.vogella.algorithms.dijkstra.model.Vertex
-
- getNameF() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ForeignKey
-
- getNameP() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ForeignKey
-
- getNodes() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getNodeWithEqualLabel(BPMNDiagram, BPMNNode) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- getNoiseThreshold() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getNonTopEntities() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getNoofelements() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Returns the sum of sizes of the equivalence classes.
- getNumKeys() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getObject() - Method in class de.vogella.algorithms.dijkstra.model.Vertex
-
- getParam(String) - Method in class com.raffaeleconforti.wrapper.settings.MiningSettings
-
- getParent() - Method in class com.raffaeleconforti.datastructures.Tree.Node
-
- getParent() - Method in class com.raffaeleconforti.spanningtree.Prims
-
- getPath(Vertex) - Method in class de.vogella.algorithms.dijkstra.engine.DijkstraAlgorithm
-
- getPetrinet() - Method in class com.raffaeleconforti.wrapper.PetrinetWithMarking
-
- getPosition() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
This method is only useful when the partition is stored in a file.
- getPrimaryKey(DatabaseCreator, Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.util.EntityPrimaryKeyConverter
-
- getPrimaryKeys_entityName() - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- getPriority() - Method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap.Entry
-
Returns the priority of this element.
- getProcess(int) - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- getProgress() - Method in class com.raffaeleconforti.context.FakePluginContext
-
- getQuantileHistogram() - Method in interface com.raffaeleconforti.foreignkeydiscovery.histogram.Histogram
-
- getQuantileHistogram() - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.DistributionHistogram
-
- getQuantileHistogram() - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.QuantileHistogram
-
- getQuantiles() - Method in interface com.raffaeleconforti.foreignkeydiscovery.histogram.Histogram
-
- getQuantiles() - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.DistributionHistogram
-
- getQuantiles() - Method in class com.raffaeleconforti.foreignkeydiscovery.histogram.impl.QuantileHistogram
-
- getRankOfPlus1Sketch(int) - Method in class com.raffaeleconforti.foreignkeydiscovery.BottomKSketch
-
- getRankSketches(int) - Method in class com.raffaeleconforti.foreignkeydiscovery.BottomKSketch
-
- getReductionMap() - Method in class com.raffaeleconforti.log.util.LogOptimizer
-
- getRelationship(Entity, Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getReversedList() - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- getRHS() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
Returns the set of RHS candidates --> C(X)
- getRoot() - Method in class com.raffaeleconforti.datastructures.Tree
-
- getSecondElement() - Method in class com.raffaeleconforti.foreignkeydiscovery.Couple
-
- getSelectedAlgorithm() - Method in class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.SelectMiner
-
- getSelectedAlgorithm() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getSelection() - Method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui.DiscoverERmodel_UI_foreignKey
-
- getSelection() - Method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui.DiscoverERmodel_UI_primaryKeys
-
Accumlate the selection and return a mapping from each primary key to the
set of event names which have this primary key.
- getSelection() - Method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.synchtracegeneration.ui.TraceGeneration_UI_other
-
- getSelection() - Method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.synchtracegeneration.ui.TraceGeneration_UI_subprocesses
-
Accumlate the selection and return a mapping from each primary key to the
set of event names which have this primary key.
- getSelections() - Method in class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.SelectMiner
-
- getSEntityId() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- getSetOfColumns() - Method in class com.raffaeleconforti.foreignkeydiscovery.DatabaseCreator
-
- getSetOfColumns() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Table
-
- getSetOfTables() - Method in class com.raffaeleconforti.foreignkeydiscovery.DatabaseCreator
-
- getSettingLabels() - Method in class com.raffaeleconforti.wrapper.settings.HM6MiningSettings
-
- getSettingLabels() - Method in class com.raffaeleconforti.wrapper.settings.IMfMiningSettings
-
- getSettingLabels() - Method in class com.raffaeleconforti.wrapper.settings.SMMiningSettings
-
- getSize(Attribute) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- getSize() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ValueList
-
- getSolutions() - Method in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
returns the solutions found with processModel
- getSource() - Method in class de.vogella.algorithms.dijkstra.model.Edge
-
- getSourceNodeSet() - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- getSourcevertex() - Method in class com.raffaeleconforti.spanningtree.kruskals.Edge
-
- getSpanningTree() - Method in class com.raffaeleconforti.spanningtree.KruskalAlgorithm
-
- getSTCard() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- getStrippedPartition() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
Returns the stripped parition
- getTable() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.Column
-
- getTEntityId() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- getTimerEventPercentage() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getTimerEventTolerance() - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- getTimestamp() - Method in class com.raffaeleconforti.bpmnminer.preprocessing.synchtracegeneration.Event
-
- getTimestamps() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getTimeStamps() - Method in class com.raffaeleconforti.foreignkeydiscovery.grouping.Group
-
- getTimestampsSet() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- getTo() - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.Edge
-
- getTopEntities() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- getTraceName(XTrace) - Method in class com.raffaeleconforti.log.util.NameExtractor
-
- getTreeSet() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Return a TreeSet
- getTSCard() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- getType() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Attribute
-
- getUniqueActivities(XLog, XEventClassifier) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getUniqueActivities(XTrace, XEventClassifier) - Static method in class com.raffaeleconforti.log.util.LogAnalyser
-
- getUnsettledCount(boolean[]) - Method in class com.raffaeleconforti.spanningtree.Prims
-
- getValue() - Method in class com.raffaeleconforti.context.FakeProgress
-
- getValue(String) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- getValue() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ValueList
-
- getValue() - Method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap.Entry
-
Returns the element represented by this heap entry.
- getValueArray(String) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- getValues(List<Attribute>) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- getValues(List<ForeignKey>, Entity) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- getValues(Attribute) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstances
-
- getValues(List<Attribute>) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstances
-
- getValues() - Method in class com.raffaeleconforti.foreignkeydiscovery.databasestructure.ColumnValues
-
- getValuesKeysStr(List<ForeignKey>) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- getValuesStr(List<Attribute>) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.EntityInstance
-
- getVertexes() - Method in class de.vogella.algorithms.dijkstra.model.Graph
-
- getVisited() - Method in class com.raffaeleconforti.spanningtree.KruskalAlgorithm
-
- getWeight() - Method in class com.raffaeleconforti.spanningtree.kruskals.Edge
-
- getWeight() - Method in class de.vogella.algorithms.dijkstra.model.Edge
-
- getX() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
Returns the left-hand-side of a functional dependency
- getXAttribute(String, XAttribute) - Method in class com.raffaeleconforti.log.util.LogCloner
-
- getXAttributeName(String) - Method in class com.raffaeleconforti.log.util.LogCloner
-
- getXEvent(XEvent) - Method in class com.raffaeleconforti.log.util.LogCloner
-
- getXTrace(XTrace) - Method in class com.raffaeleconforti.log.util.LogCloner
-
- getY() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.FunctionalDependency
-
Returns the right-hand-side of a functional dependency
- Graph<T> - Class in de.vogella.algorithms.dijkstra.model
-
- Graph(List<Vertex<T>>, List<Edge<T>>) - Constructor for class de.vogella.algorithms.dijkstra.model.Graph
-
- greedyMatch() - Method in class com.raffaeleconforti.foreignkeydiscovery.HungarianAlgorithm
-
Find a valid matching by greedily selecting among zero-cost matchings.
- Group - Class in com.raffaeleconforti.foreignkeydiscovery.grouping
-
Defines a grouping of entities into subProcesses
- Group(Entity) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.grouping.Group
-
- guessFinalMarking(Petrinet) - Static method in class com.raffaeleconforti.conversion.petrinet.PetriNetToBPMNConverter
-
- guessInitialMarking(Petrinet) - Static method in class com.raffaeleconforti.conversion.petrinet.PetriNetToBPMNConverter
-
- ILP - Static variable in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- ILPAlgorithmWrapper - Class in com.raffaeleconforti.wrapper.impl
-
Created by conforti on 20/02/15.
- ILPAlgorithmWrapper() - Constructor for class com.raffaeleconforti.wrapper.impl.ILPAlgorithmWrapper
-
- ILPMiner - Class in com.raffaeleconforti.ilpminer
-
This plugin uses the Java-ILP library in order to execute ILP problems that
will generate petrinet places.
- ILPMiner() - Constructor for class com.raffaeleconforti.ilpminer.ILPMiner
-
- ILPModelJavaILP - Class in com.raffaeleconforti.ilpminer
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 21/10/2016.
- ILPModelJavaILP(Class<?>[], Map<ILPMinerSettings.SolverSetting, Object>, ILPModelSettings) - Constructor for class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
- ILPPOS - Static variable in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- IM - Static variable in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- IMfMiningSettings - Class in com.raffaeleconforti.wrapper.settings
-
Created by Adriano on 28/06/2017.
- IMfMiningSettings() - Constructor for class com.raffaeleconforti.wrapper.settings.IMfMiningSettings
-
- importFromFile(XFactory, String) - Static method in class com.raffaeleconforti.log.util.LogImporter
-
- importFromInputStream(InputStream, XParser) - Static method in class com.raffaeleconforti.log.util.LogImporter
-
- IMPOS - Static variable in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- inc() - Method in class com.raffaeleconforti.context.FakeProgress
-
- InclusionDependencies - Class in com.raffaeleconforti.bpmnminer.preprocessing.inclusiondependencies
-
Finds the inclusion dependencies between all key attributes and all non-key
and non-timestamp attributes of other entities.
- InclusionDependencies(ConceptualModel, ConcModelInstances) - Constructor for class com.raffaeleconforti.bpmnminer.preprocessing.inclusiondependencies.InclusionDependencies
-
- InductiveMinerIMfWrapper - Class in com.raffaeleconforti.wrapper.impl.inductive
-
Created by conforti on 20/02/15.
- InductiveMinerIMfWrapper() - Constructor for class com.raffaeleconforti.wrapper.impl.inductive.InductiveMinerIMfWrapper
-
- INFINITE - Static variable in class com.raffaeleconforti.spanningtree.Prims
-
- initializePhase(int) - Method in class com.raffaeleconforti.foreignkeydiscovery.HungarianAlgorithm
-
Initialize the next phase of the algorithm by clearing the committed
workers and jobs sets and by initializing the slack arrays to the values
corresponding to the specified root worker.
- initialPlace - Variable in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- initialPlaces - Variable in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- insertArtificialStartAndEndEvent(XLog) - Method in class com.raffaeleconforti.log.util.LogModifier
-
- insertStartAndEndEventsIfMissing(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- insertStartAndEndEventsIfMissing(BPMNDiagram, int[]) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- insertSubProcess(BPMNDiagram, BPMNDiagram, SubProcess) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- instanceIterator() - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- InterruptingMiningAlgorithm - Class in com.raffaeleconforti.wrapper
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 9/11/16.
- InterruptingMiningAlgorithm(MiningAlgorithm, long) - Constructor for class com.raffaeleconforti.wrapper.InterruptingMiningAlgorithm
-
- intersection(ComparableSet<T>) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Returns the mathematical intersection of two sets
- isCanceled() - Method in class com.raffaeleconforti.context.FakeProgress
-
- isCancelled() - Method in class com.raffaeleconforti.context.FakeProgress
-
- isEmpty() - Method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap
-
Returns whether the heap is empty.
- isEmpty() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Returns whether the graph is empty.
- isEmpty() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Returns whether the graph is empty.
- isEventSubProcess(BPMNDiagram, Activity, boolean) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-
- isIndeterminate() - Method in class com.raffaeleconforti.context.FakeProgress
-
- isInMemory() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Returns if a partition is hold in memory.
- isInterruptingEventSubProcess(BPMNDiagram, BPMNDiagram, Activity, Map<Entity, XLog>, Entity, double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-
- isLoop(BPMNDiagram, XLog, Entity, Entity) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-
- isMultiInstance(BPMNDiagram, XLog, Entity, Entity, double, double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-
- isMultiInstanceActivity(Activity, XLog) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-
- isSelection() - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- isSubset(ComparableSet<T>) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Returns true if the overgiven set is a subset the set
- isTimerEvent(BPMNDiagram, BPMNDiagram, Activity, XLog, double, double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-
- isTopEntity() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- isWithoutExit(BPMNDiagram, Gateway) - Method in class com.raffaeleconforti.bpmn.util.BPMNAnalizer
-
- isXORGateway(BPMNNode) - Static method in class com.raffaeleconforti.conversion.petrinet.PetriNetToBPMNConverter
-
- isXORJoin(BPMNDiagram, Gateway) - Static method in class com.raffaeleconforti.conversion.petrinet.PetriNetToBPMNConverter
-
- isXORSplit(BPMNDiagram, Gateway) - Static method in class com.raffaeleconforti.conversion.petrinet.PetriNetToBPMNConverter
-
- iterator() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph.DirectedGraph
-
Returns an iterator that can traverse the nodes in the graph.
- iterator() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Returns an iterator that can traverse the nodes in the graph.
- iterator() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Returns an iterator that can traverse the nodes in the graph.
- m - Variable in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
- main(String[]) - Static method in class com.raffaeleconforti.foreignkeydiscovery.DatabaseCreator
-
- main(String[]) - Static method in class com.raffaeleconforti.foreignkeydiscovery.ForeignKeyDiscoverer
-
- main(String[]) - Static method in class com.raffaeleconforti.log.util.LogModifier
-
- main(String...) - Static method in class com.raffaeleconforti.spanningtree.KruskalAlgorithm
-
- main1(String[]) - Static method in class com.raffaeleconforti.log.util.LogModifier
-
- makeData() - Method in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
Generates the model specific data from the generic data
- makeData() - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- makeForeignKey(Attribute, Entity, Attribute) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- makeSolution(Result) - Method in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
converts the Java-ILP result in a solution (place representation)
- MappedObject<M,B> - Class in com.raffaeleconforti.foreignkeydiscovery.mapping
-
- MappedObject(M, B) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.mapping.MappedObject
-
- MarkingDiscoverer - Class in com.raffaeleconforti.marking
-
Created by Raffaele Conforti (conforti.raffaele@gmail.com) on 28/10/2016.
- MarkingDiscoverer() - Constructor for class com.raffaeleconforti.marking.MarkingDiscoverer
-
- match(int, int) - Method in class com.raffaeleconforti.foreignkeydiscovery.HungarianAlgorithm
-
Helper method to record a matching between worker w and job j.
- MAX_VALUE - Static variable in class com.raffaeleconforti.spanningtree.KruskalAlgorithm
-
- maximumMatching(UndirectedGraphEdmonds<T>) - Static method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.EdmondsMatching
-
Given an undirected graph, returns a graph containing the edges of a
maximum matching in that graph.
- member(T) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Cheks if a element is in the ComparableSet
- merge(FibonacciHeap<T>, FibonacciHeap<T>) - Static method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap
-
Given two Fibonacci heaps, returns a new Fibonacci heap that contains
all of the elements of the two heaps.
- mergeDiagram(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNDiagramMerger
-
- mergeDiagram(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNGatewayMerger
-
- min() - Method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap
-
Returns an Entry object corresponding to the minimum element of the
Fibonacci heap, throwing a NoSuchElementException if the heap is
empty.
- mine(LogReader, boolean) - Method in class com.raffaeleconforti.heuristicsminer.HeuristicsMiner
-
- mineBPMNDiagram(UIPluginContext, XLog, String, int, MiningSettings, boolean, boolean) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.BPMNMiner
-
- mineBPMNDiagram(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.alpha.AlphaPlusWrapper
-
- mineBPMNDiagram(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.heuristics.Heuristics52AlgorithmWrapper
-
- mineBPMNDiagram(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.heuristics.HeuristicsAlgorithmWrapper
-
- mineBPMNDiagram(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.ILPAlgorithmWrapper
-
- mineBPMNDiagram(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.inductive.InductiveMinerIMfWrapper
-
- mineBPMNDiagram(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.InterruptingMiningAlgorithm
-
- mineBPMNDiagram(UIPluginContext, XLog, boolean, MiningSettings) - Method in interface com.raffaeleconforti.wrapper.MiningAlgorithm
-
- mineBPMNModel(UIPluginContext, XLog) - Method in class com.raffaeleconforti.bpmnminer.prom.BPMNMinerPlugin
-
- mineBPMNModel(UIPluginContext, XLog, boolean, SelectMinerResult, int, EntityDiscoverer, ConceptualModel, List<Entity>, List<Entity>, List<Entity>, boolean) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.BPMNSubProcessMiner
-
- mineBPMNModelWithException(UIPluginContext, XLog) - Method in class com.raffaeleconforti.bpmnminer.prom.BPMNMinerPlugin
-
- minePetrinet(UIPluginContext, XLog) - Method in class com.raffaeleconforti.wrapper.impl.alpha.AlphaPlusWrapper
-
- minePetrinet(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.alpha.AlphaPlusWrapper
-
- minePetrinet(UIPluginContext, XLog) - Method in class com.raffaeleconforti.wrapper.impl.heuristics.Heuristics52AlgorithmWrapper
-
- minePetrinet(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.heuristics.Heuristics52AlgorithmWrapper
-
- minePetrinet(UIPluginContext, XLog) - Method in class com.raffaeleconforti.wrapper.impl.heuristics.HeuristicsAlgorithmWrapper
-
- minePetrinet(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.heuristics.HeuristicsAlgorithmWrapper
-
- minePetrinet(UIPluginContext, XLog) - Method in class com.raffaeleconforti.wrapper.impl.ILPAlgorithmWrapper
-
- minePetrinet(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.ILPAlgorithmWrapper
-
- minePetrinet(UIPluginContext, XLog) - Method in class com.raffaeleconforti.wrapper.impl.inductive.InductiveMinerIMfWrapper
-
- minePetrinet(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.impl.inductive.InductiveMinerIMfWrapper
-
- minePetrinet(UIPluginContext, XLog, boolean, MiningSettings) - Method in class com.raffaeleconforti.wrapper.InterruptingMiningAlgorithm
-
- minePetrinet(UIPluginContext, XLog, boolean, MiningSettings) - Method in interface com.raffaeleconforti.wrapper.MiningAlgorithm
-
- minimalCover(ComparableSet<FunctionalDependency>) - Static method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.TANEjava
-
Computes the minimal cover for a set of functional dependencies.
- MiningAlgorithm - Interface in com.raffaeleconforti.wrapper
-
Created by conforti on 20/02/15.
- MiningSettings - Class in com.raffaeleconforti.wrapper.settings
-
Created by Adriano on 6/7/2017.
- MiningSettings() - Constructor for class com.raffaeleconforti.wrapper.settings.MiningSettings
-
- movePointer() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ValueList
-
- mst(UndirectedGraphKruskal<T>) - Static method in class com.raffaeleconforti.keithshwarz.algorithms.minimumspanningtree.Kruskal
-
Given an undirected graph with real-valued edge costs, returns a
spanning tree of that graph with minimum weight.
- mst(UndirectedGraphKruskal<T>) - Static method in class com.raffaeleconforti.keithshwarz.algorithms.minimumspanningtree.Prim
-
Given a connected undirected graph with real-valued edge costs,
returns an MST of that graph.
- r - Variable in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
- reduce() - Method in class com.raffaeleconforti.foreignkeydiscovery.HungarianAlgorithm
-
Reduce the cost matrix by subtracting the smallest element of each row from
all elements of the row as well as the smallest element of each column from
all elements of the column.
- Relationship - Class in com.raffaeleconforti.foreignkeydiscovery.conceptualmodels
-
Defines a relationship between entities and the corresponding cardinalities
The distinction between which node is source and which target is arbitrary.
- Relationship(Entity, Entity, Cardinality, Cardinality) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- remove() - Method in class com.raffaeleconforti.log.util.LogReaderClassic.LogReaderClassicIterator
-
- removeActivities(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeANDActivityANDXOREscape(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when and AND Split is followed by an Activity and the Activity by an AND Join, but one of the branches of the AND Split lead to an XOR
- removeANDActivityXORLoop(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when an AND Split follows activity and the AND if followed by and XOR Split which loops back into the activity
- removeANDXOR(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
- removeArtificialNodes(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeArtificialStartAndEndEvent(XLog) - Method in class com.raffaeleconforti.log.util.LogModifier
-
- removeConnectedStartEndEvent(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removedAddedElements(Petrinet) - Method in class com.raffaeleconforti.wrapper.LogPreprocessing
-
- removeDuplicateArcs(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeDuplicatedArcs(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
- removeEdge(DirectedGraphEdge) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- removeEdge(T, T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.directedgraph.DirectedGraph
-
Removes the edge from start to dest from the graph.
- removeEdge(T, T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Removes the edge between the indicated endpoints from the graph.
- removeEdge(T, T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Removes the edge between the indicated endpoints from the graph.
- removeEmptyActivities(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeExternalLoop(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeGatewaysUseless(BPMNDiagram, Collection<Gateway>) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeHTMLfromActivityLabel(Activity) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeHTMLfromAllActivitiesProcess(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeIntermediateEvents(BPMNDiagram, Collection<Event>) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeLeave(Tree.Node) - Method in class com.raffaeleconforti.datastructures.Tree
-
- removeLoopedXOR(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeMultipleStartAndEndEvents(BPMNDiagram, int[], int[]) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeNode(DirectedGraphNode) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ConceptualModel
-
- removePendingActivities(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removePendingElements(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removePendingEvents(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removePendingGateways(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeUnecessaryLabels(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNModifier
-
- removeUselessEvents(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeUselessSubProcesses(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- removeXORActivityANDLoop(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when an AND Split follows activity and the AND if followed by and XOR Split which loops back into the activity
- removeXORActivityANDXORLoop(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when an AND Split follows activity and the AND if followed by and XOR Split which loops back into the activity
- removeXORActivityXORXORLoop(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when an AND Split follows activity and the AND if followed by and XOR Split which loops back into the activity
- removeXORAND(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when all branches of an XOR Split lead to an AND Join
- removeXORANDActivityXORLoop(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when an activity follows an AND Join and the AND follows XOR Join which loops back from the activity
- removeXORXORActivityAND(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNCleaner
-
Fix problem when an XOR Split is followed by an Activity on one branch and by and XOR on another branch and both lead to an AND Join
- renameActivities(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- renameGateways(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- renameStartAndEndEvents(BPMNDiagram, String) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- replaceShortLoopsWithSelfLoops(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- reset() - Method in class com.raffaeleconforti.log.util.LogReaderClassic
-
- resetPointer() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.ValueList
-
- reverseEdge(Edge) - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- reverseGraph() - Method in class com.raffaeleconforti.keithshwarz.algorithms.maximummatchings.edmonds.AdjacencyList
-
- sameEvent(XEvent, XEvent, boolean) - Method in class com.raffaeleconforti.log.util.LogModifier
-
- sameFlowWithSkipActivity(List<Flow>, List<Flow>) - Method in class com.raffaeleconforti.bpmn.util.BPMNAnalizer
-
- selectEntities(List<Entity>, List<Entity>, boolean) - Method in class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.EntityDiscoverer_UI
-
- selectForeignKeys(DatabaseCreator, EntityPrimaryKeyConverter, LogOptimizer, List<Entity>, List<Entity>, List<Entity>, Set<Entity>, Map<Entity, Map<String, Double>>) - Method in class com.raffaeleconforti.bpmnminer.foreignkeynoicetollerant.ForeignKeySelector
-
- SelectMiner - Class in com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui
-
Created by Raffaele Conforti on 20/02/14.
- SelectMiner(List<String>, boolean) - Constructor for class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.SelectMiner
-
- SelectMinerResult - Class in com.raffaeleconforti.bpmnminer.subprocessminer.selection
-
Created by Raffaele Conforti on 27/02/14.
- SelectMinerResult(int, MiningSettings, double, double, double, double, double, double) - Constructor for class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- SelectMinerUI - Class in com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui
-
Created by Raffaele Conforti on 20/02/14.
- SelectMinerUI() - Constructor for class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.SelectMinerUI
-
- serialize() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Return a String representaion of the set e.g: if the ComparableSet
contains [A,B,C] it returns "ABC"
- serializeWithoutBrackets() - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.ComparableSet
-
Returns a set representation of the set without the brackets e.g: if the
ComparableSet contains [A,B,C] it returns "A,B,C"
- setBit(int, int) - Static method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.Bits
-
Sets the bit at the specified position to true.
- setCaption(String) - Method in class com.raffaeleconforti.context.FakeProgress
-
- setConsoleOutput(boolean) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.TANEjava
-
Shows discovered functional dependencies on the console, if
debug debug
is true.
- setDestinationvertex(int) - Method in class com.raffaeleconforti.spanningtree.kruskals.Edge
-
- setElements(int[]) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Sets the elements of the stripped partition.
- setFinalMarking(Marking) - Method in class com.raffaeleconforti.wrapper.PetrinetWithMarking
-
- setFuture(PluginExecutionResult) - Method in class com.raffaeleconforti.context.FakePluginContext
-
- setGroupEntities(ConceptualModel, List<Entity>, boolean) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.EntityDiscoverer
-
- setIndeterminate(boolean) - Method in class com.raffaeleconforti.context.FakeProgress
-
- setInterruptingEventTolerance(double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setMaximum(int) - Method in class com.raffaeleconforti.context.FakeProgress
-
- setMinimum(int) - Method in class com.raffaeleconforti.context.FakeProgress
-
- setMiningSettings(MiningSettings) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setMultiInstancePercentage(double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setMultiInstanceTolerance(double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setNoiseThreshold(double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setParam(String, Object) - Method in class com.raffaeleconforti.wrapper.settings.MiningSettings
-
- setParent(Tree<T>.Node<T>) - Method in class com.raffaeleconforti.datastructures.Tree.Node
-
- setPosition(long) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Sets the position in the swapped file, the partition can be found.
- setPrimaryKeysEntityName(Map<Set<String>, String>) - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- setRHS(BitSet) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
Replaces the RHS candiate by a new BitSet.
- setRHS_Bit(int) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
Sets the bit of the RHS attribute set at the specified index to true.
- setRHS_BitRange(int, int) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
Sets the bits of the RHS attribute set from the specified fromIndex (inclusive) to the specified
toIndex (exclusive) to true.
- setSelectedAlgorithm(int) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setSourcevertex(int) - Method in class com.raffaeleconforti.spanningtree.kruskals.Edge
-
- setSTCard(Cardinality) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- setStrippedPartition(StrippedPartition) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.CandidateInfo
-
Sets the stripped Parition
- setTempFolder(String) - Method in class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.TANEjava
-
Sets the temporary folder for swapping stripped partitions.
- setTimerEventPercentage(double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setTimerEventTolerance(double) - Method in class com.raffaeleconforti.bpmnminer.subprocessminer.selection.SelectMinerResult
-
- setTopEntity() - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Entity
-
- setTSCard(Cardinality) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Relationship
-
- setType(AttributeType) - Method in class com.raffaeleconforti.foreignkeydiscovery.conceptualmodels.Attribute
-
- setValue(int) - Method in class com.raffaeleconforti.context.FakeProgress
-
- setValue(T) - Method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap.Entry
-
Sets the element associated with this heap entry.
- setWeight(int) - Method in class com.raffaeleconforti.spanningtree.kruskals.Edge
-
- shortestPaths(DirectedGraph<T>, T) - Static method in class com.raffaeleconforti.keithshwarz.algorithms.dijkstra.Dijkstra
-
Given a directed, weighted graph G and a source node s, produces the
distances from s to each other node in the graph.
- showGUI(ConceptualModel, Map<Set<String>, String>, int) - Method in class com.raffaeleconforti.bpmnminer.preprocessing.functionaldependencies.DiscoverERmodel
-
- showGUI(UIPluginContext, XLog, int) - Method in class com.raffaeleconforti.bpmnminer.prom.preprocessing.functionaldependencies.ui.DiscoverERModel_UI
-
- showGUI(UIPluginContext) - Method in class com.raffaeleconforti.bpmnminer.prom.subprocessminer.ui.SelectMinerUI
-
- simplify(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmn.util.BPMNSimplifier
-
- simplify(UIPluginContext, BPMNDiagram) - Static method in class com.raffaeleconforti.bpmnminer.converter.BPMNCleanerPlugin
-
- simplify(BPMNDiagram) - Static method in class com.raffaeleconforti.bpmnminer.converter.BPMNSimplifierPlugin
-
- size() - Method in class com.raffaeleconforti.datastructures.Hierarchy
-
- size() - Method in class com.raffaeleconforti.keithshwarz.datastructure.fibonacciheap.FibonacciHeap
-
Returns the number of elements in the heap.
- size() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.edmonds.UndirectedGraphEdmonds
-
Returns the number of nodes in the graph.
- size() - Method in class com.raffaeleconforti.keithshwarz.datastructure.graph.undirectedgraph.kruskal.UndirectedGraphKruskal
-
Returns the number of nodes in the graph.
- SMMiningSettings - Class in com.raffaeleconforti.wrapper.settings
-
Created by Adriano on 28/06/2017.
- SMMiningSettings() - Constructor for class com.raffaeleconforti.wrapper.settings.SMMiningSettings
-
- solutions - Variable in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
- solve(PluginContext) - Method in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
solves the model in the modeldefinition with this being the data source
- solverSettings - Variable in class com.raffaeleconforti.ilpminer.ILPModelJavaILP
-
- sortLog(XLog) - Method in class com.raffaeleconforti.log.util.LogModifier
-
- strategySettings - Static variable in class com.raffaeleconforti.ilpminer.PetriNetILPModel
-
- StrippedPartition - Class in com.raffaeleconforti.foreignkeydiscovery.functionaldependencies
-
Stripped partions are partions with equivalence classes of size one removed
This class builds such a partitions by using hashtables as propopsed in "TANE, AN EFFICIENT
ALGORITHM FOR DISCOVERING FUNCTIONAL DEPENDENCIES AND APPROXIMATE DEPENDENCIES
- StrippedPartition(Data, String, int) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
This constructor expects a Resultset in order to initialize the class
- StrippedPartition(int[], int, int) - Constructor for class com.raffaeleconforti.foreignkeydiscovery.functionaldependencies.StrippedPartition
-
Initializes a stripped partition, its elements are known.
- SubProcessTypeDiscoverer - Class in com.raffaeleconforti.bpmnminer.subprocessminer
-
Created by Raffaele Conforti on 20/02/14.
- SubProcessTypeDiscoverer(BPMNAnalizer, EntityDiscoverer, XConceptExtension, XTimeExtension, LogOptimizer, boolean) - Constructor for class com.raffaeleconforti.bpmnminer.subprocessminer.SubProcessTypeDiscoverer
-