Clause Multi Set
Types
Functions
add
Link copied to clipboard
addAll
Link copied to clipboard
contains
Link copied to clipboard
containsAll
Link copied to clipboard
isEmpty
Link copied to clipboard
retrieve
Link copied to clipboard
abstract override fun retrieve(clause: Clause): RetrieveResult<out ClauseMultiSet>
Content copied to clipboard
Produces a RetrieveResult as a consequence of the attempt at deleting the given Clause from this ClauseMultiSet
retrieveAll
Link copied to clipboard
abstract override fun retrieveAll(clause: Clause): 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
Properties
size
Link copied to clipboard
Inheritors
MutableClauseMultiSet
Link copied to clipboard