public interface RepairPlan
extends com.complexible.stardog.api.update.UpdateSequence
UpdateSequence
such that executing this update sequence will fix a set of conflicts. Each
update operation in a repair plan corresponds to one OWL axiom.Modifier and Type | Method and Description |
---|---|
boolean |
containsAll(Iterable<com.complexible.stardog.api.update.UpdateOperation> theOperations)
Deprecated.
Returns
true if this plan contains all of the given operation. |
boolean |
containsSome(Iterable<com.complexible.stardog.api.update.UpdateOperation> theOperations)
Deprecated.
Returns
true if this plan contains at least one of the given operations. |
Collection<Proof> |
getProofs()
Deprecated.
Returns the proofs associated with this plan.
|
forEach, iterator, spliterator
Collection<Proof> getProofs()
boolean containsAll(Iterable<com.complexible.stardog.api.update.UpdateOperation> theOperations)
true
if this plan contains all of the given operation. The plan may contain other operations
too.boolean containsSome(Iterable<com.complexible.stardog.api.update.UpdateOperation> theOperations)
true
if this plan contains at least one of the given operations.Copyright © 2010-2016 Stardog Union. All Rights Reserved.