alchemist
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.boundary.variables
/
PrintableVariable
Printable
Variable
abstract
class
PrintableVariable
<
V
:
Serializable
?
>
:
Variable
<
V
>
A variable stub, with a default
toString
method.
Parameters
<V>
value type of the variable
Inheritors
GeometricVariable
LinearVariable
ArbitraryVariable
Flag
Members
Constructors
Printable
Variable
Link copied to clipboard
constructor
(
)
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
p
:
Consumer
<
in
T
>
)
get
Default
Link copied to clipboard
abstract
fun
getDefault
(
)
:
V
iterator
Link copied to clipboard
open
fun
iterator
(
)
:
Iterator
<
V
>
abstract
fun
iterator
(
)
:
Iterator
<
T
>
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
steps
Link copied to clipboard
open
fun
steps
(
)
:
Long
stream
Link copied to clipboard
abstract
fun
stream
(
)
:
Stream
<
V
>
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String