Interface Variable

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Iterable

    
    public interface Variable<V extends Serializable>
     implements Serializable, Iterable<T>
                        

    A variable simulation value, that provides a range of values for batches, and a default value for single-shot runs.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Iterator<V> iterator()
      long steps()
      abstract V getDefault()
      abstract Stream<V> stream()
      • Methods inherited from class java.lang.Iterable

        forEach, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait