Method Summary |
|
public void | addAutoModeListener(AutoModeListener listener) |
public void | addGUIListener(GUIListener listener) |
public synchronized void | addKeYSelectionListener(KeYSelectionListener listener) |
public void | addRuleAppListener(RuleAppListener listener) |
public void | applyInteractive(RuleApp app, Goal goal) Apply a RuleApp and continue with update simplification or strategy
application according to current settings. |
public boolean | autoMode() |
public void | changeNode(Node n) |
public Namespace | choice_ns() |
public void | closedAGoal() |
public boolean | ensureProofLoaded() |
public boolean | ensureProofLoadedSilent() |
public synchronized void | fireModalDialogClosed(GUIEvent e) |
public synchronized void | fireModalDialogOpened(GUIEvent e) |
public synchronized void | fireShutDown(GUIEvent e) Fires the shut down event. |
public synchronized void | freeModalAccess(Object src) |
public Namespace | func_ns() |
public void | generateTestCaseForSelectedNode() |
public long | getAutomaticApplicationTimeout() |
public ListOfBuiltInRule | getBuiltInRule(PosInOccurrence pos) |
public SetOfRuleApp | getBuiltInRuleApplications(String name, PosInOccurrence pos) |
public KeYExceptionHandler | getExceptionHandler() |
public ListOfTacletApp | getFindTaclet(PosInSequent pos) |
public InteractiveProver | getInteractiveProver() Get the interactive prover. |
public JavaInfo | getJavaInfo() |
public int | getMaxAutomaticSteps() |
public MetavariableDeliverer | getMetavariableDeliverer() |
public ListOfTacletApp | getNoFindTaclet() |
public NotationInfo | getNotationInfo() |
public int | getNrGoalsClosedByAutoMode() |
public Profile | getProfile() |
public Proof | getProof() |
public ProverTaskListener | getProverTaskListener() |
public ReuseListener | getReuseListener() |
public ListOfTacletApp | getRewriteTaclet(PosInSequent pos) |
public Goal | getSelectedGoal() |
public Node | getSelectedNode() |
public Proof | getSelectedProof() |
public KeYSelectionModel | getSelectionModel() |
public Services | getServices() |
public SetOfTacletApp | getTacletApplications(Goal g, String name, PosInOccurrence p) |
public SetOfTacletApp | getTacletApplications(Goal goal, String name, PosInOccurrence pos, TacletFilter filter) |
public ConstraintTableModel | getUserConstraint() |
public void | goalChosen(Goal goal) |
public Namespace | heur_ns() |
public void | indicateNoReuse() |
public void | indicateReuse(ReusePoint p) |
public static void | invokeAndWait(Runnable runner) |
public JFrame | mainFrame() |
public void | mark(Node n) |
public void | markPersistent(Node n) |
public NamespaceSet | namespaces() |
public void | nonGoalNodeChosen(Node node) |
public void | notify(NotificationEvent event) |
public void | popupInformationMessage(Object message, String title) |
public void | popupInformationMessage(Object message, String title, boolean modal) Brings up a dialog displaying a message. |
public void | popupWarning(Object message, String title) |
public Namespace | progVar_ns() |
public Namespace | pv_ns() |
public void | removeAutoModeListener(AutoModeListener listener) |
public void | removeGUIListener(GUIListener listener) |
public synchronized void | removeKeYSelectionListener(KeYSelectionListener listener) |
public void | removeRuleAppListener(RuleAppListener listener) |
public synchronized void | requestModalAccess(Object src) |
public void | resetNrGoalsClosedByHeuristics() |
public boolean | reuseInProgress() |
public void | selectedBuiltInRule(BuiltInRule rule, PosInOccurrence pos) |
public void | selectedTaclet(TacletApp tacletApp, PosInSequent pos) |
public boolean | selectedTaclet(Taclet taclet, Goal goal, PosInOccurrence pos) |
public boolean | selectedUseMethodContractRule(MethodContractRuleApp app) |
public void | setAutomaticApplicationTimeout(long timeout) |
public void | setBack() Undo. |
public void | setBack(Node node) |
public void | setBack(Goal goal) |
public static void | setCenter(Component comp, Component parent) Center a component within a parental component.
Parameters: comp - the component to be centered. Parameters: parent - center relative to what. |
public static void | setCenter(Component comp) Center a component on the screen. |
public void | setContinuousReuse(boolean b) |
public void | setInteractive(boolean b) Switches interactive mode on or off. |
public void | setMaxAutomaticSteps(int steps) |
public void | setProof(Proof p) |
public void | setResumeAutoMode(boolean b) |
public void | setSimplifier(UpdateSimplifier s) |
public void | setStupidMode(boolean b) |
public void | showPreImage() |
public void | showReuseState() |
public Namespace | sort_ns() |
public void | startAutoMode() Start automatic application of rules on open goals. |
public void | startAutoMode(ListOfGoal goals) Start automatic application of rules on specified goals. |
public void | startInterface(boolean fullStop) |
public void | stopAutoMode() Stop automatic application of rules. |
public void | stopInterface(boolean fullStop) |
public boolean | stupidMode() |
public void | testCaseConfirmation(String path) |
public void | testCaseConfirmation(String path, int coverage) |
public Namespace | var_ns() |
public ProofVisualization | visualizeProof() |