Uses of Class
org.processmining.servicelevelagreements.algorithm.ServiceLevelAgreementsAlgorithmType
-
Packages that use ServiceLevelAgreementsAlgorithmType Package Description org.processmining.servicelevelagreements.algorithm -
-
Uses of ServiceLevelAgreementsAlgorithmType in org.processmining.servicelevelagreements.algorithm
Methods in org.processmining.servicelevelagreements.algorithm that return ServiceLevelAgreementsAlgorithmType Modifier and Type Method Description static ServiceLevelAgreementsAlgorithmTypeServiceLevelAgreementsAlgorithmType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceLevelAgreementsAlgorithmType[]ServiceLevelAgreementsAlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.servicelevelagreements.algorithm with parameters of type ServiceLevelAgreementsAlgorithmType Modifier and Type Method Description static ServiceLevelAgreementsAlgorithmServiceLevelAgreementsAlgorithmFactory. getServiceLevelAgreementsAlgorithm(ServiceLevelAgreementsAlgorithmType type)
-