documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
common
Target filter
common
Switch theme
Search in API
Skip to content
documentation
theory
/
it.unibo.tuprolog.theory
/
IndexedTheoryFactory
/
theoryOf
theory
Of
open
override
fun
theoryOf
(
clauses
:
Iterable
<
Clause
>
,
unificator
:
Unificator
)
:
Theory
open
override
fun
theoryOf
(
unificator
:
Unificator
,
vararg
clauses
:
Clause
)
:
Theory
open
override
fun
theoryOf
(
clauses
:
Sequence
<
Clause
>
,
unificator
:
Unificator
)
:
Theory
Creates a
Theory
containing the given
clauses
, using the given
unificator
.