Mutable Clause Queue
Types
Functions
Adds the given Clause to this MutableClauseQueue. Analogous to addLast
Adds all the given Clause to this MutableClauseQueue
Adds the given Clause as the first element in this MutableClauseQueue
Adds the given Clause as the last element in this MutableClauseQueue
Tells if the ClauseCollection contains the given Clause
Tells if the ClauseCollection contains all the given Clause
Produces a Sequence of the clauses that would unify over the given Clause. Analogous to getFifoOrdered
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
Produces a Sequence of the clauses that would unify over the given Clause, scanning from data structure from the last position to the first
Tells if the ClauseCollection contains any Clause
Retrieves the first occurrence of the given Clause from this MutableClauseQueue as a RetrieveResult
Retrieves all the occurrences of the given Clause from this MutableClauseQueue as a RetrieveResult
Retrieves the first Clause unifying the given one, searching from the first position