Class StepModel


  • public class StepModel
    extends java.lang.Object
    • Constructor Detail

      • StepModel

        public StepModel()
      • StepModel

        public StepModel​(java.lang.String name,
                         java.util.List<Word> words)
    • Method Detail

      • getCompleteSentence

        public java.lang.String getCompleteSentence()
      • isPending

        public boolean isPending()
      • isFailed

        public boolean isFailed()
      • isSkipped

        public boolean isSkipped()
      • setStatus

        public void setStatus​(StepStatus status)
      • getDurationInNanos

        public long getDurationInNanos()
      • setDurationInNanos

        public void setDurationInNanos​(long durationInNanos)
      • getWord

        public Word getWord​(int i)
      • getExtendedDescription

        public java.lang.String getExtendedDescription()
      • hasExtendedDescription

        public boolean hasExtendedDescription()
      • setExtendedDescription

        public void setExtendedDescription​(java.lang.String extendedDescription)
      • getComment

        public java.lang.String getComment()
      • setComment

        public void setComment​(java.lang.String comment)
      • getWords

        public java.util.List<Word> getWords()
      • getLastWord

        public Word getLastWord()
      • addAttachment

        public void addAttachment​(Attachment attachment)
      • addNestedStep

        public void addNestedStep​(StepModel stepModel)
      • getNestedSteps

        public java.util.List<StepModel> getNestedSteps()
      • setNestedSteps

        public void setNestedSteps​(java.util.List<StepModel> nestedSteps)
      • isSectionTitle

        public java.lang.Boolean isSectionTitle()
      • setIsSectionTitle

        public void setIsSectionTitle​(boolean isSectionTitle)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • setWords

        public void setWords​(java.util.List<Word> words)
      • addIntroWord

        public void addIntroWord​(Word introWord)
      • hasInlineAttachment

        public boolean hasInlineAttachment()
      • hasAttachment

        public boolean hasAttachment()
      • getDepth

        public int getDepth()
      • setDepth

        public void setDepth​(int depth)
      • isParentFailed

        public boolean isParentFailed()
      • setParentFailed

        public void setParentFailed​(boolean parentFailed)