Class NewAttributeBands.Callable

    • Field Detail

      • isBackwardsCallable

        private boolean isBackwardsCallable
      • isFirstCallable

        private boolean isFirstCallable
      • count

        private int count
      • index

        private int index
    • Method Detail

      • addCount

        public void addCount​(int count)
        Adds the count of a call to this callable (ie the number of calls)
        Parameters:
        count - TODO
      • addNextToAttribute

        public void addNextToAttribute​(NewAttribute attribute)
        Used by calls when adding band contents to attributes, so they don't have to keep track of the internal index of the callable.
        Parameters:
        attribute - TODO
      • isBackwardsCallable

        public boolean isBackwardsCallable()
      • setBackwardsCallable

        public void setBackwardsCallable()
        Tells this Callable that it is a backwards callable
      • setFirstCallable

        public void setFirstCallable​(boolean isFirstCallable)