Uses of Class
org.processmining.placebasedlpmdiscovery.model.Place
-
-
Uses of Place in org.processmining.placebasedlpmdiscovery.analysis.statistics
Method parameters in org.processmining.placebasedlpmdiscovery.analysis.statistics with type arguments of type Place Modifier and Type Method Description voidPlaceStatistics. initializePlaceStatistics(java.util.Set<Place> places) -
Uses of Place in org.processmining.placebasedlpmdiscovery.lpmbuilding.inputs
Methods in org.processmining.placebasedlpmdiscovery.lpmbuilding.inputs that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>FPGrowthForPlacesLPMBuildingInput. getPlaces()Constructor parameters in org.processmining.placebasedlpmdiscovery.lpmbuilding.inputs with type arguments of type Place Constructor Description FPGrowthForPlacesLPMBuildingInput(EventLog log, java.util.Set<Place> places) -
Uses of Place in org.processmining.placebasedlpmdiscovery.lpmdiscovery.combination
Method parameters in org.processmining.placebasedlpmdiscovery.lpmdiscovery.combination with type arguments of type Place Modifier and Type Method Description LPMDiscoveryResultLPMCombinationController. combine(java.util.Set<Place> places, int count)LPMDiscoveryResultStandardLPMCombinationController. combine(java.util.Set<Place> places, int count)LPMDiscoveryResultStandardLPMCombinationController. combineUsingFPGrowth(java.util.Set<Place> places, int count) -
Uses of Place in org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.places
Methods in org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.places that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>DuplicatePlaceFilter. filter(java.util.Set<Place> places)java.util.Set<Place>EmptyIOTransitionSetPlaceFilter. filter(java.util.Set<Place> places)java.util.Set<Place>PlaceFilter. filter(java.util.Set<Place> places)java.util.Set<Place>SelfLoopPlaceFilter. filter(java.util.Set<Place> places)Method parameters in org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.places with type arguments of type Place Modifier and Type Method Description java.util.Set<Place>DuplicatePlaceFilter. filter(java.util.Set<Place> places)java.util.Set<Place>EmptyIOTransitionSetPlaceFilter. filter(java.util.Set<Place> places)java.util.Set<Place>PlaceFilter. filter(java.util.Set<Place> places)java.util.Set<Place>SelfLoopPlaceFilter. filter(java.util.Set<Place> places) -
Uses of Place in org.processmining.placebasedlpmdiscovery.lpmdiscovery.fpgrowth
Constructor parameters in org.processmining.placebasedlpmdiscovery.lpmdiscovery.fpgrowth with type arguments of type Place Constructor Description LPMTreeBuilder(org.deckfour.xes.model.XLog log, java.util.Set<Place> places, LPMCombinationParameters parameters, RunningContext runningContext) -
Uses of Place in org.processmining.placebasedlpmdiscovery.lpmdistances.processmodelsimilarity
Constructor parameters in org.processmining.placebasedlpmdiscovery.lpmdistances.processmodelsimilarity with type arguments of type Place Constructor Description PrecomputedNodeMatchingModelDistance(double[][] placeCost, java.util.Map<Place,java.lang.Integer> placeIndices) -
Uses of Place in org.processmining.placebasedlpmdiscovery.lpmevaluation.undecided
Methods in org.processmining.placebasedlpmdiscovery.lpmevaluation.undecided that return types with arguments of type Place Modifier and Type Method Description static java.util.Set<Place>Utils. readPlacesFromFile(java.lang.String filePath) -
Uses of Place in org.processmining.placebasedlpmdiscovery.model
Methods in org.processmining.placebasedlpmdiscovery.model that return Place Modifier and Type Method Description PlaceArc. getPlace()PlaceLocalProcessModel. getPlace(org.processmining.models.graphbased.NodeID id)Methods in org.processmining.placebasedlpmdiscovery.model that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>LocalProcessModel. getPlaces()Methods in org.processmining.placebasedlpmdiscovery.model with parameters of type Place Modifier and Type Method Description voidLocalProcessModel. addPlace(Place place)booleanLocalProcessModel. containsPlace(Place place)booleanPlace. covers(Place p)booleanLocalProcessModel. hasCommonTransitions(Place place)Checks whether the LPM and the place have common transitions that can be used in order to add the place in the LPM.Method parameters in org.processmining.placebasedlpmdiscovery.model with type arguments of type Place Modifier and Type Method Description voidLocalProcessModel. addAllPlaces(java.util.Set<Place> places)Constructors in org.processmining.placebasedlpmdiscovery.model with parameters of type Place Constructor Description Arc(Place place, Transition transition, boolean input)LocalProcessModel(Place place) -
Uses of Place in org.processmining.placebasedlpmdiscovery.model.additionalinfo
Methods in org.processmining.placebasedlpmdiscovery.model.additionalinfo with parameters of type Place Modifier and Type Method Description voidPlaceAdditionalInfo. writePassageUsage(LEFRMatrix lefrMatrix, Place place) -
Uses of Place in org.processmining.placebasedlpmdiscovery.model.fpgrowth
Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return Place Modifier and Type Method Description PlaceFPGrowthPlaceFollowGraphNode. getPlace()Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth with parameters of type Place Modifier and Type Method Description MainFPGrowthLPMTreeNodeMainFPGrowthLPMTreeNode. add(MainFPGrowthLPMTreeNode parent, Place place)voidFPGrowthPlaceFollowGraph. addEdge(Place source, Place target, java.lang.Integer weight)MainFPGrowthLPMTreeNodeMainFPGrowthLPMTreeNode. getChild(Place place)java.lang.StringFPGrowthPlaceFollowGraph. getEdgeId(Place source, Place target)FPGrowthPlaceFollowGraphNodeFPGrowthPlaceFollowGraph. getNode(Place place)java.lang.IntegerFPGrowthPlaceFollowGraph. getNodeId(Place place)booleanMainFPGrowthLPMTreeNode. hasChild(Place place)booleanFPGrowthPlaceFollowGraphNode. isPlace(Place place)voidWindowLPMTreeNode. tryAddPlace(int inEvent, int inPos, int outEvent, int outPos, Place place, java.util.Map<java.lang.String,java.lang.Integer> labelMap)Method parameters in org.processmining.placebasedlpmdiscovery.model.fpgrowth with type arguments of type Place Modifier and Type Method Description voidWindowLPMTree. add(int inEvent, int inPos, int outEvent, int outPos, java.util.Set<Place> places, java.util.Set<java.util.List<Place>> pathsViaSilent, java.util.Map<java.lang.String,java.lang.Integer> labelMap)java.util.Optional<TraceLPMData>TraceLPMFactory. create(java.util.List<Place> places, int inputStartPosition, int inputEndPosition, TraceLPMData traceLPMData, int dataPosition)voidWindowLPMTreeNode. tryAddPath(int inEvent, int inPos, int outEvent, int outPos, java.util.List<Place> path, java.util.Map<java.lang.String,java.lang.Integer> labelMap)Constructors in org.processmining.placebasedlpmdiscovery.model.fpgrowth with parameters of type Place Constructor Description FPGrowthPlaceFollowGraphNode(Place place, FPGrowthPlaceFollowGraph containmentGraph)MainFPGrowthLPMTreeNode(MainFPGrowthLPMTreeNode parent, Place place)Constructor parameters in org.processmining.placebasedlpmdiscovery.model.fpgrowth with type arguments of type Place Constructor Description MainFPGrowthLPMTree(java.util.Map<Place,java.lang.Integer> priorityMap, java.util.Map<java.lang.String,java.lang.Integer> labelMap, int maxDependencyLength)MainFPGrowthLPMTree(java.util.Map<Place,java.lang.Integer> priorityMap, java.util.Map<java.lang.String,java.lang.Integer> labelMap, int maxDependencyLength, RunningContext runningContext) -
Uses of Place in org.processmining.placebasedlpmdiscovery.model.representationconverters
Methods in org.processmining.placebasedlpmdiscovery.model.representationconverters with parameters of type Place Modifier and Type Method Description SimplePlace<java.lang.String>StandardPlaceToSimplePlaceRepresentationConverter. convert(Place object) -
Uses of Place in org.processmining.placebasedlpmdiscovery.model.serializable
Constructor parameters in org.processmining.placebasedlpmdiscovery.model.serializable with type arguments of type Place Constructor Description PlaceSet(java.util.Set<Place> places) -
Uses of Place in org.processmining.placebasedlpmdiscovery.placechooser
Methods in org.processmining.placebasedlpmdiscovery.placechooser that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>MainPlaceChooser. choose(java.util.Set<Place> places, int count)java.util.Set<Place>PlaceChooser. choose(java.util.Set<Place> places, int count)Method parameters in org.processmining.placebasedlpmdiscovery.placechooser with type arguments of type Place Modifier and Type Method Description java.util.Set<Place>MainPlaceChooser. choose(java.util.Set<Place> places, int count)java.util.Set<Place>PlaceChooser. choose(java.util.Set<Place> places, int count) -
Uses of Place in org.processmining.placebasedlpmdiscovery.placechooser.placepredicates
Methods in org.processmining.placebasedlpmdiscovery.placechooser.placepredicates with parameters of type Place Modifier and Type Method Description booleanAndPredicate. test(Place place)booleanOrPredicate. test(Place place)default booleanPlacePredicate. test(Place place)booleanAndPredicate. testPlace(Place place)booleanMostKArcsPredicate. testPlace(Place place)Checks if the number of arcs is less or equal than kbooleanNonEmptyIOTransitionSetPlacePredicate. testPlace(Place place)Checks for empty input or output transition setbooleanNonSelfLoopPlacePredicate. testPlace(Place place)Checks if all input or output transitions are self-loopsbooleanOrPredicate. testPlace(Place place)booleanPlacePredicate. testPlace(Place place)Returns whether a certain predicate is satisfied for a given place -
Uses of Place in org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters
Methods in org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters that return Place Modifier and Type Method Description PlaceRankedPlace. getPlace()Methods in org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters with parameters of type Place Modifier and Type Method Description default java.lang.DoublePlaceRankConverter. apply(Place place)java.lang.DoublePlaceRankConverter. convert(Place place)Convert a place into some double number that represents some property of the place that can be used for prioritizing it in building local process modelsjava.lang.DoubleTotalPassageCoveragePlaceRankConverter. convert(Place place)java.lang.DoubleTransitionCountPlaceRankConverter. convert(Place place)Extracts the number of transitions a place containsConstructors in org.processmining.placebasedlpmdiscovery.placechooser.placerankconverters with parameters of type Place Constructor Description RankedPlace(Place place, java.lang.Double... ranks) -
Uses of Place in org.processmining.placebasedlpmdiscovery.placechooser.placetransformers
Methods in org.processmining.placebasedlpmdiscovery.placechooser.placetransformers that return Place Modifier and Type Method Description PlaceIncludedActivitiesPlaceTransformer. adapt(Place place)PlacePassageUsagePlaceTransformer. adapt(Place place)PlacePlaceTransformer. adapt(Place place)default PlacePlaceTransformer. apply(Place place)Methods in org.processmining.placebasedlpmdiscovery.placechooser.placetransformers with parameters of type Place Modifier and Type Method Description PlaceIncludedActivitiesPlaceTransformer. adapt(Place place)PlacePassageUsagePlaceTransformer. adapt(Place place)PlacePlaceTransformer. adapt(Place place)default PlacePlaceTransformer. apply(Place place) -
Uses of Place in org.processmining.placebasedlpmdiscovery.prom
Methods in org.processmining.placebasedlpmdiscovery.prom that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>DiscoveryPlacesProvider. from(org.deckfour.xes.model.XLog log)java.util.Set<Place>FromFilePlacesProvider. from(org.deckfour.xes.model.XLog log)java.util.Set<Place>PlacesProvider. from(org.deckfour.xes.model.XLog log) -
Uses of Place in org.processmining.placebasedlpmdiscovery.prom.placediscovery
Methods in org.processmining.placebasedlpmdiscovery.prom.placediscovery that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>PlaceDiscoveryResult. getPlaces()java.util.Set<Place>StandardPlaceDiscoveryResult. getPlaces()Method parameters in org.processmining.placebasedlpmdiscovery.prom.placediscovery with type arguments of type Place Modifier and Type Method Description voidStandardPlaceDiscoveryResult. setPlaces(java.util.Set<Place> places)Constructor parameters in org.processmining.placebasedlpmdiscovery.prom.placediscovery with type arguments of type Place Constructor Description StandardPlaceDiscoveryResult(java.util.Set<Place> places) -
Uses of Place in org.processmining.placebasedlpmdiscovery.prom.placediscovery.converters.place
Methods in org.processmining.placebasedlpmdiscovery.prom.placediscovery.converters.place that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>ESTMinerPlaceConverter. convert(org.processmining.v7.postproc_after_tc.MyProcessModel result)java.util.Set<Place>PetriNetPlaceConverter. convert(org.processmining.acceptingpetrinet.models.AcceptingPetriNet result)java.util.Set<Place>PlaceConverter. convert(R result) -
Uses of Place in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components with parameters of type Place Modifier and Type Method Description voidWeirdComponentController. placeSelected(Place p) -
Uses of Place in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers with parameters of type Place Modifier and Type Method Description javax.swing.JComponentPlaceVisualizer. createPlaceNetDisplayComponent(Place place)javax.swing.JComponentPlaceVisualizer. visualize(org.processmining.framework.plugin.PluginContext context, Place place) -
Uses of Place in org.processmining.placebasedlpmdiscovery.utils
Methods in org.processmining.placebasedlpmdiscovery.utils that return Place Modifier and Type Method Description static PlacePlaceUtils. revertPlace(Place place)Methods in org.processmining.placebasedlpmdiscovery.utils that return types with arguments of type Place Modifier and Type Method Description static java.util.Set<Place>PlaceUtils. extractPlaceNets(java.lang.String placeNetsInputFilePath)static <T> java.util.Map<org.apache.commons.math3.util.Pair<T,T>,java.util.Set<Place>>PlaceUtils. getInoutTransitionPlaceSetMapping(java.util.Set<Place> places, java.util.Map<java.lang.String,T> labelMap)Returns a map where every pair of input output transitions in the places is mapped to all places that have the same input output transition pairstatic java.util.Map<org.apache.commons.math3.util.Pair<java.lang.Integer,java.lang.Integer>,java.util.Set<java.util.List<Place>>>PlaceUtils. getInoutTransitionPlaceSetMappingViaSilent(java.util.Set<Place> places, java.util.Map<java.lang.String,java.lang.Integer> labelMap)static java.util.Set<Place>PlaceUtils. getPlacesFromPetriNet(org.processmining.models.graphbased.directed.petrinet.Petrinet petrinet)static <T> java.util.Map<T,java.util.Set<Place>>PlaceUtils. getTransitionPlaceSetMapping(java.util.Set<java.lang.String> transitionLabels, java.util.Set<Place> places, boolean transitionIsInput, java.util.Map<java.lang.String,T> labelMap, boolean ignoreSelfLoops)Returns a map where every transition is mapped to all the places that have it as input transition or all the places that have it as output transition depending on the inputstatic java.util.Map<Place,java.lang.Integer>PlaceUtils. mapPlacesToIndices(java.util.Set<Place> places)Methods in org.processmining.placebasedlpmdiscovery.utils with parameters of type Place Modifier and Type Method Description static doublePlaceUtils. computePlaceMatchingCost(Place p1, Place p2)Computes the place matching cost such that the overlap between the input transition labels and output transition labels between the two places is measured and then combined with an equal weight.static TransitionPlaceUtils. getCommonSilentTransition(Place first, Place second)static java.util.Set<Passage>PlaceUtils. getPassages(Place place)static java.util.Set<org.apache.commons.math3.util.Pair<java.lang.String,java.lang.String>>PlaceUtils. getVisibleInoutPairsInPlace(Place place)Calculates the pairs of all combination of input and output transitions in a place.static PlacePlaceUtils. revertPlace(Place place)Method parameters in org.processmining.placebasedlpmdiscovery.utils with type arguments of type Place Modifier and Type Method Description static java.util.Set<LocalProcessModel>LocalProcessModelUtils. convertPlacesToLPMs(java.util.Set<Place> places)static LocalProcessModelLocalProcessModelUtils. convertReplayableToLPM(ReplayableLocalProcessModel replayable, java.util.Map<java.lang.Integer,java.lang.String> reversedLabelMap, java.util.Set<Place> originalPlaces)static java.util.Set<Transition>PlaceUtils. getAllTransitions(java.util.Set<Place> places)static <T> java.util.Map<org.apache.commons.math3.util.Pair<T,T>,java.util.Set<Place>>PlaceUtils. getInoutTransitionPlaceSetMapping(java.util.Set<Place> places, java.util.Map<java.lang.String,T> labelMap)Returns a map where every pair of input output transitions in the places is mapped to all places that have the same input output transition pairstatic java.util.Map<org.apache.commons.math3.util.Pair<java.lang.Integer,java.lang.Integer>,java.util.Set<java.util.List<Place>>>PlaceUtils. getInoutTransitionPlaceSetMappingViaSilent(java.util.Set<Place> places, java.util.Map<java.lang.String,java.lang.Integer> labelMap)static java.util.Map<Place,java.lang.Integer>PlaceUtils. mapPlacesToIndices(java.util.Set<Place> places)static voidPlaceUtils. postProcessSilentTransitions(java.util.Set<Place> places)static voidPlaceUtils. print(java.util.Set<Place> places) -
Uses of Place in org.processmining.placebasedlpmdiscovery.view.components
-
Uses of Place in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay
Methods in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay that return types with arguments of type Place Modifier and Type Method Description protected CustomObjectTableModel<Place>PlaceSetPluginVisualizerTableFactory. createTableModel(java.util.Map<java.lang.Integer,Place> indexObjectMap)protected java.util.Map<java.lang.Integer,Place>PlaceSetPluginVisualizerTableFactory. getIndexObjectMap(java.util.Collection<Place> elements)Methods in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay with parameters of type Place Modifier and Type Method Description protected voidPlaceSetPluginVisualizerTableFactory. onNewSelection(Place selectedObject, java.lang.String tableId)Method parameters in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay with type arguments of type Place Modifier and Type Method Description PlaceSetDisplayComponentDefaultPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places)PlaceSetDisplayComponentDefaultPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener)PlaceSetDisplayComponentDefaultPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener)PlaceSetDisplayComponentPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places)PlaceSetDisplayComponentPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener)PlaceSetDisplayComponentPlaceSetDisplayComponentFactory. createPlaceSetDisplayComponent(PlaceSetDisplayComponentType type, java.util.Collection<Place> places, NewElementSelectedListener<Place> listener)protected CustomObjectTableModel<Place>PlaceSetPluginVisualizerTableFactory. createTableModel(java.util.Map<java.lang.Integer,Place> indexObjectMap)protected java.util.Map<java.lang.Integer,Place>PlaceSetPluginVisualizerTableFactory. getIndexObjectMap(java.util.Collection<Place> elements)protected javax.swing.JPopupMenuPlaceSetPluginVisualizerTableFactory. getPopupMenu(GenericTextDescribableTableComponent<Place> table)Constructor parameters in org.processmining.placebasedlpmdiscovery.view.components.placesetdisplay with type arguments of type Place Constructor Description DefaultPlaceSetDisplayComponentFactory(PluginVisualizerTableFactory<Place> tableFactory, DataCommunicationControllerVM dcVM) -
Uses of Place in org.processmining.placebasedlpmdiscovery.view.datacommunication.emittabledata.tableselection
Methods in org.processmining.placebasedlpmdiscovery.view.datacommunication.emittabledata.tableselection that return Place Modifier and Type Method Description PlaceNewPlaceSelectedEmittableDataVM. getPlace()Constructors in org.processmining.placebasedlpmdiscovery.view.datacommunication.emittabledata.tableselection with parameters of type Place Constructor Description NewPlaceSelectedEmittableDataVM(java.lang.String topic, Place place)
-