PrologScopeWithUnificationImpl

class PrologScopeWithUnificationImpl(unificator: <ERROR CLASS>) : PrologScopeWithUnification

Constructors

Link copied to clipboard
fun PrologScopeWithUnificationImpl()
Link copied to clipboard
fun PrologScopeWithUnificationImpl(unificator: <ERROR CLASS>)

Functions

Link copied to clipboard
open fun match(    term1: Any,     term2: Any,     occurCheckEnabled: Boolean = true): Boolean
Link copied to clipboard
open infix fun Any.matches(other: Any): Boolean
Link copied to clipboard
open fun mgu(    term1: Any,     term2: Any,     occurCheckEnabled: Boolean = true): <ERROR CLASS>
Link copied to clipboard
open infix fun Any.mguWith(other: Any): <ERROR CLASS>
Link copied to clipboard
open fun unify(    term1: Any,     term2: Any,     occurCheckEnabled: Boolean = true): <ERROR CLASS>?
Link copied to clipboard
open infix fun Any.unifyWith(other: Any): <ERROR CLASS>?