Class PrintableVariable
-
- All Implemented Interfaces:
-
it.unibo.alchemist.boundary.Variable
,java.io.Serializable
,java.lang.Iterable
public abstract class PrintableVariable<V extends Serializable> implements Variable<V>
A variable stub, with a default toString method.
-
-
Constructor Summary
Constructors Constructor Description PrintableVariable()
-
Method Summary
-
Methods inherited from class it.unibo.alchemist.boundary.Variable
getDefault, iterator, steps, 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
-
-