Mutable Clause Collection
Types
Functions
add
Link copied to clipboard
addAll
Link copied to clipboard
abstract override fun addAll(clauses: Iterable<Clause>): MutableClauseCollection
Content 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 MutableClauseCollection>
Content copied to clipboard
Retrieves the first occurrence of the given Clause from this MutableClauseCollection as a RetrieveResult
retrieveAll
Link copied to clipboard
abstract override fun retrieveAll(clause: Clause): RetrieveResult<out MutableClauseCollection>
Content copied to clipboard
Retrieves all the occurrences of the given Clause from this MutableClauseCollection as a RetrieveResult
Properties
size
Link copied to clipboard