Clause Multi Set
Types
Functions
Link copied to clipboard
Gives a freshly produced ClauseMultiSet including the given Clause and the content of this one
Link copied to clipboard
abstract override fun addAll(clauses: Iterable<<ERROR CLASS>>): ClauseMultiSet
Content copied to clipboard
Gives a freshly produced ClauseMultiSet including all the given Clause and the content of this one
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 ClauseMultiSet>
Content copied to clipboard
Produces a RetrieveResult as a consequence of the attempt at deleting the given Clause from this ClauseMultiSet
Link copied to clipboard
abstract override fun retrieveAll(clause: <ERROR CLASS>): RetrieveResult<out ClauseMultiSet>
Content copied to clipboard
Produces a RetrieveResult as a consequence of the attempt at deleting all the given Clause from this ClauseMultiSet