Mutable Clause Multi Set
Types
Functions
Link copied to clipboard
Adds a Clause to this MutableClauseMultiSet
Link copied to clipboard
abstract override fun addAll(clauses: Iterable<<ERROR CLASS>>): MutableClauseMultiSet
Content copied to clipboard
Adds all the given Clause to this MutableClauseMultiSet
Link copied to clipboard
Tells if the ClauseCollection contains the given Clause
Link copied to clipboard
Tells if the ClauseCollection contains all the given Clause
Link copied to clipboard
Tells if the ClauseCollection contains any Clause
Link copied to clipboard
abstract override fun retrieve(clause: <ERROR CLASS>): RetrieveResult<out MutableClauseMultiSet>
Content copied to clipboard
Retrieves the first unifying Clause from this MutableClauseMultiSet as a RetrieveResult
Link copied to clipboard
abstract override fun retrieveAll(clause: <ERROR CLASS>): RetrieveResult<out MutableClauseMultiSet>
Content copied to clipboard
Retrieves all the unifying Clause from this MutableClauseMultiSet as a RetrieveResult