solve-classic
0.20.9
solve-classic
/
it.unibo.tuprolog.solve.classic
/
SolutionIterator
Solution
Iterator
interface
SolutionIterator
:
Iterator
<
<ERROR CLASS>
>
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
has
Next
Link copied to clipboard
abstract
operator override
fun
hasNext
(
)
:
Boolean
Content copied to clipboard
next
Link copied to clipboard
abstract
operator override
fun
next
(
)
:
<ERROR CLASS>
Content copied to clipboard
on
State
Transition
Link copied to clipboard
abstract
fun
onStateTransition
(
source
:
State
,
destination
:
State
,
index
:
Long
)
Content copied to clipboard
Properties
state
Link copied to clipboard
abstract
val
state
:
State
Content copied to clipboard
step
Link copied to clipboard
abstract
val
step
:
Long
Content copied to clipboard
Inheritors
MutableSolutionIterator
Link copied to clipboard