Interface SMWorkflowLevenshtein
-
- All Superinterfaces:
SimilarityMeasure
- All Known Implementing Classes:
SMWorkflowLevenshteinImpl
public interface SMWorkflowLevenshtein extends SimilarityMeasure
This similarity measure computes the similarity between workflows in a sophisticated way considering three compononents:- The control flow of the workflow - The data flow of the workflow - The task names
- Author:
- Kirstin
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
-
Fields inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
COMPONENT, COMPONENT_KEY, LOG_ORDER_NAME_NOT_FOUND
-
-
Method Summary
-
Methods inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
compute, getDataClass, getName, getSystemName, isForceOverride, isReusable, setForceOverride
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-