interface ExplanatoryGroup
(source)
Defines the contract to build an AssertionGroup with an ExplanatoryAssertionGroupType.
interface FinalStep : AssertionBuilderFinalStep<AssertionGroup>, ExplanatoryAssertionGroupFinalStep
Final step which creates an AssertionGroup with an ExplanatoryAssertionGroupType based on the previously defined groupType and the explanatoryAssertions. |
|
interface GroupTypeOption : ExplanatoryAssertionGroupTypeOption
Option step which allows to specify what ExplanatoryAssertionGroupType is used as AssertionGroup.type. |