Package org.somox.gast2seff.jobs
Class DefaultQosAnnotationsBuilder
java.lang.Object
org.somox.gast2seff.jobs.DefaultQosAnnotationsBuilder
Creates default QoS annotations for behaviour. Same probabilities for all
branches and 1 execution per loop.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildDefaultQosAnnotations
(EList<SEFF2MethodMapping> listofSEFF2MethodMappings) Creates a QoS Annotation model with equal branch probabilities and 1 fixed loop execution.
-
Constructor Details
-
DefaultQosAnnotationsBuilder
public DefaultQosAnnotationsBuilder()
-
-
Method Details
-
buildDefaultQosAnnotations
Creates a QoS Annotation model with equal branch probabilities and 1 fixed loop execution.- Parameters:
listofSEFF2MethodMappings
-
-