Package io.flowcov.camunda.model
Class CoveredSequenceFlow
- java.lang.Object
-
- io.flowcov.camunda.model.CoveredElement
-
- io.flowcov.camunda.model.CoveredSequenceFlow
-
public class CoveredSequenceFlow extends CoveredElement
A sequence flow covered by a test.
-
-
Field Summary
-
Fields inherited from class io.flowcov.camunda.model.CoveredElement
executionStartCounter, processDefinitionKey
-
-
Constructor Summary
Constructors Constructor Description CoveredSequenceFlow(java.lang.String processDefinitionKey, java.lang.String transitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElementId()Retrieves the element's ID.
-
-
-
Method Detail
-
getElementId
public java.lang.String getElementId()
Description copied from class:CoveredElementRetrieves the element's ID.- Specified by:
getElementIdin classCoveredElement- Returns:
-
-