alchemist
alchemist
/
it.unibo.alchemist.loader.variables
/
PrintableVariable
Printable
Variable
abstract
class
PrintableVariable
<
V
:
Serializable
?
>
:
Variable
<
V
>
Content copied to clipboard
A variable stub, with a default
toString
method.
Functions
Parameters
Inheritors
Parameters
<V>
value type of the variable
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
out
Any
>
)
Content copied to clipboard
get
Default
Link copied to clipboard
abstract
fun
getDefault
(
)
:
V
Content copied to clipboard
iterator
Link copied to clipboard
open
fun
iterator
(
)
:
Iterator
<
V
>
Content copied to clipboard
abstract
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
Content copied to clipboard
steps
Link copied to clipboard
open
fun
steps
(
)
:
Long
Content copied to clipboard
stream
Link copied to clipboard
abstract
fun
stream
(
)
:
Stream
<
V
>
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Inheritors
ArbitraryVariable
Link copied to clipboard
LinearVariable
Link copied to clipboard
GeometricVariable
Link copied to clipboard
Flag
Link copied to clipboard