| java.lang.Object de.uka.ilkd.key.proof.proofevent.NodeReplacement
NodeReplacement | public class NodeReplacement (Code) | | Information about a node replacing its parent after a rule
application, currently giving information about added and removed
formulas
|
changes | ListOfNodeChange changes(Code) | | |
rawChanges | ListOfSequentChangeInfo rawChanges(Code) | | |
NodeReplacement | public NodeReplacement(Node p_node, Node p_parent, ListOfSequentChangeInfo p_changes)(Code) | | Parameters: p_node - the node this object reports about Parameters: p_parent - the parent node Parameters: p_changes - the complete list of changes made to theoriginal node, with the most recent change being the firstelement of the list |
getNodeChanges | public IteratorOfNodeChange getNodeChanges()(Code) | | Modifications that have been made to node |
|
|