solve
0.20.9
common
solve
/
it.unibo.tuprolog.solve.directives
/
ClauseListener
Clause
Listener
common
interface
ClauseListener
Content copied to clipboard
Functions
Inheritors
Functions
listen
Link copied to clipboard
common
open
fun
listen
(
clause
:
<ERROR CLASS>
)
Content copied to clipboard
on
Clause
Link copied to clipboard
common
abstract
fun
onClause
(
clause
:
<ERROR CLASS>
)
Content copied to clipboard
on
Directive
Link copied to clipboard
common
abstract
fun
onDirective
(
directive
:
<ERROR CLASS>
)
Content copied to clipboard
on
Fact
Link copied to clipboard
common
abstract
fun
onFact
(
fact
:
<ERROR CLASS>
)
Content copied to clipboard
on
Rule
Link copied to clipboard
common
abstract
fun
onRule
(
rule
:
<ERROR CLASS>
)
Content copied to clipboard
Inheritors
DirectiveListener
Link copied to clipboard