Package io.flowcov.camunda.model
Class CoveredElement
- java.lang.Object
-
- io.flowcov.camunda.model.CoveredElement
-
- Direct Known Subclasses:
CoveredFlowNode,CoveredSequenceFlow
public abstract class CoveredElement extends java.lang.ObjectAn element covered by a test.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.IntegerexecutionStartCounterThe start time of the elementprotected java.lang.StringprocessDefinitionKeyThe key of the elements process definition.
-
Constructor Summary
Constructors Constructor Description CoveredElement()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.StringgetElementId()Retrieves the element's ID.
-