Clause Queue
Types
Functions
add
Link copied to clipboard
addAll
Link copied to clipboard
addFirst
Link copied to clipboard
Gives a freshly produced ClauseQueue including the given Clause in the first position and the content of this one
addLast
Link copied to clipboard
Gives a freshly produced ClauseQueue including the given Clause in the last position and the content of this one
contains
Link copied to clipboard
containsAll
Link copied to clipboard
getFifoOrdered
Link copied to clipboard
Produces a Sequence of the clauses that would unify over the given Clause, scanning from data structure from the first position to the last one
getLifoOrdered
Link copied to clipboard
Produces a Sequence of the clauses that would unify over the given Clause, scanning from data structure from the last position to the first
isEmpty
Link copied to clipboard
retrieve
Link copied to clipboard
open override fun retrieve(clause: Clause): RetrieveResult<out ClauseQueue>
Content copied to clipboard
retrieveAll
Link copied to clipboard
abstract override fun retrieveAll(clause: Clause): RetrieveResult<out ClauseQueue>
Content copied to clipboard
retrieveFirst
Link copied to clipboard
abstract fun retrieveFirst(clause: Clause): RetrieveResult<out ClauseQueue>
Content copied to clipboard
Properties
size
Link copied to clipboard
Inheritors
MutableClauseQueue
Link copied to clipboard