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