dsl-unify
0.20.9
dsl-unify
/
it.unibo.tuprolog.dsl.unify
/
PrologScopeWithUnificationImpl
Prolog
Scope
With
Unification
Impl
class
PrologScopeWithUnificationImpl
(
unificator
:
<ERROR CLASS>
)
:
PrologScopeWithUnification
Content copied to clipboard
Constructors
Functions
Constructors
Prolog
Scope
With
Unification
Impl
Link copied to clipboard
fun
PrologScopeWithUnificationImpl
(
)
Content copied to clipboard
Prolog
Scope
With
Unification
Impl
Link copied to clipboard
fun
PrologScopeWithUnificationImpl
(
unificator
:
<ERROR CLASS>
)
Content copied to clipboard
Functions
match
Link copied to clipboard
open
fun
match
(
term1
:
Any
,
term2
:
Any
,
occurCheckEnabled
:
Boolean
=
true
)
:
Boolean
Content copied to clipboard
matches
Link copied to clipboard
open
infix
fun
Any
.
matches
(
other
:
Any
)
:
Boolean
Content copied to clipboard
mgu
Link copied to clipboard
open
fun
mgu
(
term1
:
Any
,
term2
:
Any
,
occurCheckEnabled
:
Boolean
=
true
)
:
<ERROR CLASS>
Content copied to clipboard
mgu
With
Link copied to clipboard
open
infix
fun
Any
.
mguWith
(
other
:
Any
)
:
<ERROR CLASS>
Content copied to clipboard
unify
Link copied to clipboard
open
fun
unify
(
term1
:
Any
,
term2
:
Any
,
occurCheckEnabled
:
Boolean
=
true
)
:
<ERROR CLASS>
?
Content copied to clipboard
unify
With
Link copied to clipboard
open
infix
fun
Any
.
unifyWith
(
other
:
Any
)
:
<ERROR CLASS>
?
Content copied to clipboard