Uses of Class
org.processmining.OCLPMDiscovery.parameters.PlaceCompletion
-
Packages that use PlaceCompletion Package Description org.processmining.OCLPMDiscovery.model org.processmining.OCLPMDiscovery.parameters org.processmining.OCLPMDiscovery.utils -
-
Uses of PlaceCompletion in org.processmining.OCLPMDiscovery.model
Methods in org.processmining.OCLPMDiscovery.model with parameters of type PlaceCompletion Modifier and Type Method Description voidObjectCentricLocalProcessModel. addExternalObjectFlowAll(ExternalObjectFlow selectedEOF, PlaceCompletion currentPlaceCompletion)voidObjectCentricLocalProcessModel. addExternalObjectFlowStartEnd(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> startingActivities, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> endingActivities, ExternalObjectFlow selectedEOF, PlaceCompletion currentPlaceCompletion)add special places for starting and ending transitionsvoidOCLPMResult. showExternalObjectFlow(ExternalObjectFlow selected, PlaceCompletion currentPlaceCompletion) -
Uses of PlaceCompletion in org.processmining.OCLPMDiscovery.parameters
Methods in org.processmining.OCLPMDiscovery.parameters that return PlaceCompletion Modifier and Type Method Description PlaceCompletionOCLPMDiscoveryParameters. getPlaceCompletion()static PlaceCompletionPlaceCompletion. getValueFromName(java.lang.String name)static PlaceCompletionPlaceCompletion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlaceCompletion[]PlaceCompletion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.OCLPMDiscovery.parameters with parameters of type PlaceCompletion Modifier and Type Method Description voidOCLPMDiscoveryParameters. setPlaceCompletion(PlaceCompletion placeCompletion) -
Uses of PlaceCompletion in org.processmining.OCLPMDiscovery.utils
Methods in org.processmining.OCLPMDiscovery.utils with parameters of type PlaceCompletion Modifier and Type Method Description static OCLPMResultPlaceCompletionUtils. completePlaces(OCLPMResult oclpmResult, PlaceCompletion placeCompletion)static OCLPMResultPlaceCompletionUtils. completePlacesCopy(OCLPMResult result, PlaceCompletion placeCompletion)
-