Interface NamedConsequenceDescrBuilder<P extends DescrBuilder<?,​?>>

    • Method Detail

      • name

        NamedConsequenceDescrBuilder<P> name​(java.lang.String name)
        Sets the consequence name
        Parameters:
        name - the name of the consequence to be invoked
        Returns:
        itself
      • breaking

        NamedConsequenceDescrBuilder<P> breaking​(boolean breaking)
        Sets the consequence invocation as breaking or not
        Parameters:
        breaking -
        Returns:
        itself