Uses of Class
org.processmining.OCLPMDiscovery.parameters.ExternalObjectFlow
-
Packages that use ExternalObjectFlow Package Description org.processmining.OCLPMDiscovery.model org.processmining.OCLPMDiscovery.parameters -
-
Uses of ExternalObjectFlow in org.processmining.OCLPMDiscovery.model
Methods in org.processmining.OCLPMDiscovery.model with parameters of type ExternalObjectFlow 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 ExternalObjectFlow in org.processmining.OCLPMDiscovery.parameters
Methods in org.processmining.OCLPMDiscovery.parameters that return ExternalObjectFlow Modifier and Type Method Description static ExternalObjectFlowExternalObjectFlow. getValueFromName(java.lang.String name)static ExternalObjectFlowExternalObjectFlow. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExternalObjectFlow[]ExternalObjectFlow. values()Returns an array containing the constants of this enum type, in the order they are declared.
-