Class BasicServiceLevelAgreementsAlgorithm
- java.lang.Object
-
- org.processmining.servicelevelagreements.algorithm.ServiceLevelAgreementsAlgorithm
-
- org.processmining.servicelevelagreements.algorithm.impl.BasicServiceLevelAgreementsAlgorithm
-
- All Implemented Interfaces:
IServiceLevelAgreementsAlgorithm
- Direct Known Subclasses:
ServiceLevelAgreementsPlugin
public class BasicServiceLevelAgreementsAlgorithm extends ServiceLevelAgreementsAlgorithm
This algorithm takes as input an event log in XLog format and outputs a constraint log and optionally an enrichted event log in XLog format. The Basic SLA algorithm uses the Basic Reasoner to reason about SLAs.- Author:
- B.F.A. Hompes
-
-
Field Summary
-
Fields inherited from class org.processmining.servicelevelagreements.algorithm.ServiceLevelAgreementsAlgorithm
reasoner
-
-
Constructor Summary
Constructors Constructor Description BasicServiceLevelAgreementsAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EventDatabaseapply(org.deckfour.xes.model.XLog xlog, ServiceLevelAgreementsParameters parameters)The actual (basic) SLA algorithm.-
Methods inherited from class org.processmining.servicelevelagreements.algorithm.ServiceLevelAgreementsAlgorithm
getReasoner, setReasoner
-
-
-
-
Method Detail
-
apply
protected EventDatabase apply(org.deckfour.xes.model.XLog xlog, ServiceLevelAgreementsParameters parameters)
The actual (basic) SLA algorithm.- Parameters:
xlog-parameters-- Returns:
-
-