Uses of Class
org.processmining.placebasedlpmdiscovery.model.SimplePlace
-
-
Uses of SimplePlace in org.processmining.placebasedlpmdiscovery.lpmevaluation
Methods in org.processmining.placebasedlpmdiscovery.lpmevaluation that return types with arguments of type SimplePlace Modifier and Type Method Description java.util.Set<SimplePlace<java.lang.Integer>>ReplayableLocalProcessModel. getUsedConstraints() -
Uses of SimplePlace in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete
Method parameters in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete with type arguments of type SimplePlace Modifier and Type Method Description voidPlaceVisitsCollectorResult. updateUsedPlaces(java.util.Set<SimplePlace<java.lang.String>> usedPlaces, int visitCounts) -
Uses of SimplePlace in org.processmining.placebasedlpmdiscovery.model.fpgrowth
Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return types with arguments of type SimplePlace Modifier and Type Method Description java.util.Set<SimplePlace<java.lang.Integer>>LPMTemporaryWindowInfo. getIntegerUsedPlaces()java.util.Set<SimplePlace<java.lang.String>>LPMTemporaryWindowInfo. getUsedPlaces() -
Uses of SimplePlace in org.processmining.placebasedlpmdiscovery.model.representationconverters
Methods in org.processmining.placebasedlpmdiscovery.model.representationconverters that return SimplePlace Modifier and Type Method Description SimplePlace<java.lang.String>StandardPlaceToSimplePlaceRepresentationConverter. convert(Place object)
-