| java.lang.Object de.uka.ilkd.key.proof.reuse.ReusePoint
Method Summary | |
ExtList | children(NonTerminalProgramElement p) | void | compare(Term x, Term y) | void | compareIf(TacletApp sourceApp, TacletApp targetApp) | void | compareNoFind() | public int | compareTo(Object o) implements Comparable. | public static void | createReuseSignature(Term t, Vector signature, Hashtable diamondCollector) | int | diffJava(JavaProgramElement x, JavaProgramElement y) | int | diffLogical(Term x, Term y) | int | diffPosInTerm(PosInTerm x, PosInTerm y) | public RuleApp | getApp() | public RuleApp | getReuseApp() | public PosInOccurrence | getTargetPos() | public ReusePoint | initialize(PosInOccurrence targetPos, RuleApp tentativeApp, KeYMediator medi) | public ReusePoint | initializeNoFind(RuleApp tentativeApp, KeYMediator medi) | public boolean | isConnect() | public boolean | notGoodEnough() | public int | score() | int | scoreConnect(Node templateNode, Node targetNode) | int | scoreConnectNoFind(Node templateNode, Node targetNode) | int | scoreConnectSemiseq() | int | scoreLogicalFindEqualsMod(Term x, Term y) | int | scoreSiblingNr(Node templateNode, Node targetNode) | public String | scoringInfo() | public void | setGoalLocal(boolean b) | public Node | source() | public Term | sourceTerm() | public Goal | target() | public String | toString() | int | twoOpAboveFind() |
compareNoFind | void compareNoFind()(Code) | | |
compareTo | public int compareTo(Object o)(Code) | | implements Comparable. Sorts in descending score order.
|
isConnect | public boolean isConnect()(Code) | | |
notGoodEnough | public boolean notGoodEnough()(Code) | | |
scoreConnect | int scoreConnect(Node templateNode, Node targetNode)(Code) | | |
scoreConnectNoFind | int scoreConnectNoFind(Node templateNode, Node targetNode)(Code) | | |
scoreConnectSemiseq | int scoreConnectSemiseq()(Code) | | |
scoreLogicalFindEqualsMod | int scoreLogicalFindEqualsMod(Term x, Term y)(Code) | | |
scoreSiblingNr | int scoreSiblingNr(Node templateNode, Node targetNode)(Code) | | |
setGoalLocal | public void setGoalLocal(boolean b)(Code) | | |
twoOpAboveFind | int twoOpAboveFind()(Code) | | |
|
|