Clause Queue
Types
Functions
Gives a freshly produced ClauseQueue including the given Clause and the content of this one. Analogous to addFirst
Gives a freshly produced ClauseQueue including all the given Clause and the content of this one
Gives a freshly produced ClauseQueue including the given Clause in the first position and the content of this one
Gives a freshly produced ClauseQueue including the given Clause in the last position and the content of this one
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
Retrieve the first Clause unifying the given one. Analogous to retrieveFirst
Retrieve all the Clause unifying the given one
Retrieve the first Clause unifying the given one, searching from the first position