Uses of Class
org.processmining.OCLPMDiscovery.parameters.CaseNotionStrategy
-
Packages that use CaseNotionStrategy Package Description org.processmining.OCLPMDiscovery.parameters -
-
Uses of CaseNotionStrategy in org.processmining.OCLPMDiscovery.parameters
Fields in org.processmining.OCLPMDiscovery.parameters with type parameters of type CaseNotionStrategy Modifier and Type Field Description static java.util.Set<CaseNotionStrategy>CaseNotionStrategy. objectGraphNeededstatic java.util.Set<CaseNotionStrategy>CaseNotionStrategy. typeSelectionNeededMethods in org.processmining.OCLPMDiscovery.parameters that return CaseNotionStrategy Modifier and Type Method Description CaseNotionStrategyOCLPMDiscoveryParameters. getCaseNotionStrategy()static CaseNotionStrategyCaseNotionStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CaseNotionStrategy[]CaseNotionStrategy. 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 CaseNotionStrategy Modifier and Type Method Description voidOCLPMDiscoveryParameters. setCaseNotionStrategy(CaseNotionStrategy caseNotionStrategy)
-