Uses of Class
org.processmining.servicelevelagreements.parameter.ServiceLevelAgreementsParameters
-
-
Uses of ServiceLevelAgreementsParameters in org.processmining.servicelevelagreements.algorithm.impl
Methods in org.processmining.servicelevelagreements.algorithm.impl with parameters of type ServiceLevelAgreementsParameters Modifier and Type Method Description protected EventDatabaseBasicServiceLevelAgreementsAlgorithm. apply(org.deckfour.xes.model.XLog xlog, ServiceLevelAgreementsParameters parameters)The actual (basic) SLA algorithm.protected ConstraintLogCurrentServiceLevelAgreementsAlgorithm. apply(org.deckfour.xes.model.XLog xlog, ServiceLevelAgreementsParameters parameters) -
Uses of ServiceLevelAgreementsParameters in org.processmining.servicelevelagreements.dialog
Methods in org.processmining.servicelevelagreements.dialog that return ServiceLevelAgreementsParameters Modifier and Type Method Description ServiceLevelAgreementsParametersServiceLevelAgreementsParametersStep. apply(ServiceLevelAgreementsParameters parameters, javax.swing.JComponent component)static ServiceLevelAgreementsParametersServiceLevelAgreementsWizard. show(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog eventlog, ServiceLevelAgreementsParameters parameters)Methods in org.processmining.servicelevelagreements.dialog with parameters of type ServiceLevelAgreementsParameters Modifier and Type Method Description ServiceLevelAgreementsParametersServiceLevelAgreementsParametersStep. apply(ServiceLevelAgreementsParameters parameters, javax.swing.JComponent component)booleanServiceLevelAgreementsParametersStep. canApply(ServiceLevelAgreementsParameters parameters, javax.swing.JComponent component)javax.swing.JComponentServiceLevelAgreementsParametersStep. getComponent(ServiceLevelAgreementsParameters parameters)static ServiceLevelAgreementsParametersServiceLevelAgreementsWizard. show(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog eventlog, ServiceLevelAgreementsParameters parameters)Constructors in org.processmining.servicelevelagreements.dialog with parameters of type ServiceLevelAgreementsParameters Constructor Description ServiceLevelAgreementsParametersStep(java.lang.String title, ServiceLevelAgreementsParameters parameters, org.deckfour.xes.model.XLog eventlog) -
Uses of ServiceLevelAgreementsParameters in org.processmining.servicelevelagreements.model.reasoner
Methods in org.processmining.servicelevelagreements.model.reasoner with parameters of type ServiceLevelAgreementsParameters Modifier and Type Method Description voidIReasoner. createMappings(org.deckfour.xes.model.XLog xlog, ServiceLevelAgreementsParameters parameters) -
Uses of ServiceLevelAgreementsParameters in org.processmining.servicelevelagreements.model.reasoner.impl
Methods in org.processmining.servicelevelagreements.model.reasoner.impl with parameters of type ServiceLevelAgreementsParameters Modifier and Type Method Description voidBasicDeductiveReasoner. createMappings(org.deckfour.xes.model.XLog xlog, ServiceLevelAgreementsParameters parameters)Creates mappings of original Strings to Strings suitable for the RTEC implementation. -
Uses of ServiceLevelAgreementsParameters in org.processmining.servicelevelagreements.plugin
Methods in org.processmining.servicelevelagreements.plugin with parameters of type ServiceLevelAgreementsParameters Modifier and Type Method Description java.lang.Object[]ServiceLevelAgreementsPlugin. runDefault(org.processmining.framework.plugin.PluginContext pluginContext, org.deckfour.xes.model.XLog xlog, ServiceLevelAgreementsParameters parameters)
-