Class NewAttributeBands.Callable

    • Constructor Summary

      Constructors 
      Constructor Description
      Callable​(java.util.List body)  
    • Constructor Detail

      • Callable

        public Callable​(java.util.List body)
                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • 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
      • addCount

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

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

        public java.util.List getBody()