Uses of Class
org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach.SGASearchResult
-
Packages that use SGASearchResult Package Description org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach -
-
Uses of SGASearchResult in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach
Methods in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach that return SGASearchResult Modifier and Type Method Description SGASearchResultSearchGraphPT. alignVariant(java.util.List<java.lang.String> variant, java.util.HashSet<Pair<java.lang.Integer,ReplayProcessTree>> treeLeafSet, ReplayProcessTree pt)SGASearchResultSearchGraphPT. applyVariant(java.util.List<java.lang.String> variant, ReplayProcessTree pt)SGASearchResultSearchGraphPT. constructResultDictionary(SearchGraphPT.SGASearchState state, java.util.List<java.lang.String> variant)Methods in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach that return types with arguments of type SGASearchResult Modifier and Type Method Description java.util.HashMap<java.util.List<java.lang.String>,SGASearchResult>SearchGraphPT. applyToVariantStrings(java.util.Collection<java.util.List<java.lang.String>> variants, ReplayProcessTree pt)
-