Package 

Interface Variable

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

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

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

    • 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, iterator, spliterator
      • Methods inherited from class java.lang.Object

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