Class AbstractTreeToken


  • public abstract class AbstractTreeToken
    extends Object
    • Constructor Detail

      • AbstractTreeToken

        public AbstractTreeToken()
      • AbstractTreeToken

        public AbstractTreeToken​(String correlationId,
                                 String context)
    • Method Detail

      • getContext

        public String getContext()
      • setContext

        public void setContext​(String context)
      • getCurrent

        public String getCurrent()
      • setCurrent

        public void setCurrent​(String current)
      • getMarker

        public String getMarker()
      • setMarker

        public void setMarker​(String marker)
      • getVisitMode

        public String getVisitMode()
      • setVisitMode

        public void setVisitMode​(String visitMode)
      • getDownward

        public Boolean getDownward()
      • setDownward

        public void setDownward​(Boolean downward)
      • getTrail

        public List getTrail()
      • setTrail

        public void setTrail​(List trail)
      • getResults

        public Map getResults()
      • setResults

        public void setResults​(Map results)
      • getConfidence

        public Double getConfidence()
      • setConfidence

        public void setConfidence​(Double confidence)
      • getTotalCount

        public Double getTotalCount()
      • setTotalCount

        public void setTotalCount​(Double totalCount)
      • setTotalCount

        public void setTotalCount​(Integer totalCount)
      • getCorrelationId

        public String getCorrelationId()