Class Composite


  • public class Composite
    extends Object

    Represents a composite step, which can be declared both programmatically, via the @Composite annotation, or via a textual representation.

    Author:
    Mauro Talevi, Valery Yatsynovich
    • Constructor Detail

      • Composite

        public Composite​(StepType stepType,
                         String stepWithoutStartingWord,
                         int priority,
                         List<String> steps)
    • Method Detail

      • getStepType

        public StepType getStepType()
      • getStepWithoutStartingWord

        public String getStepWithoutStartingWord()
      • getPriority

        public int getPriority()
      • getSteps

        public List<String> getSteps​(boolean trim)