Clause Collection
Types
Functions
add
Link copied to clipboard
addAll
Link copied to clipboard
Gives a freshly produced ClauseCollection including all the given Clause and the content of this one
contains
Link copied to clipboard
containsAll
Link copied to clipboard
isEmpty
Link copied to clipboard
retrieve
Link copied to clipboard
abstract fun retrieve(clause: Clause): RetrieveResult<out ClauseCollection>
Content copied to clipboard
Produces a RetrieveResult as a consequence of the attempt at deleting the given Clause from this ClauseCollection
retrieveAll
Link copied to clipboard
abstract fun retrieveAll(clause: Clause): RetrieveResult<out ClauseCollection>
Content copied to clipboard
Produces a RetrieveResult as a consequence of the attempt at deleting all the given Clause from this ClauseCollection
Properties
size
Link copied to clipboard
Inheritors
ClauseMultiSet
Link copied to clipboard
ClauseQueue
Link copied to clipboard
MutableClauseCollection
Link copied to clipboard