| java.lang.Object de.uka.ilkd.key.proof.incclosure.BinaryMerger
BinaryMerger | public class BinaryMerger implements Merger(Code) | | Class for merging two constraint streams
|
BinaryMerger | public BinaryMerger(Sink p_parent, Services p_services)(Code) | | Initial value of the buffers will be the parent's value
|
getSinks | public IteratorOfSink getSinks()(Code) | | Inputs offered by this merger
|
isSatisfiable | public boolean isSatisfiable()(Code) | | true iff the whole subtree of sinks below this mergerhas seen consistent constraints |
setParent | public void setParent(Sink p_parent)(Code) | | Reparent this merger; an implementing class should make
appropriate "reset"-calls to the new parent
|
|
|