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