de.uka.ilkd.key.proof

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » KeY » de.uka.ilkd.key.proof 
de.uka.ilkd.key.proof
Java Source File NameTypeComment
AndRuleFilter.javaClass
AnyRuleSetTacletFilter.javaClass Filter that selects taclets that belong to at least one rule set, i.e.
ApplyTacletDialogModel.javaClass
BalancedGoalChooserBuilder.javaClass
BalancedLoopGC.javaClass This goal chooser takes care of a balanced unwinding of loops acorss different proof branches.
BuiltInRuleAppIndex.javaClass
BuiltInRuleIndex.javaClass Index for managing built-in-rules usch as integer decision or update simplification rule.
CompoundProof.javaClass
ConstraintTableEvent.javaClass
ConstraintTableListener.javaInterface
ConstraintTableModel.javaClass
Counter.javaClass
CountingBufferedInputStream.javaClass
DefaultGoalChooser.javaClass Helper class for managing a list of goals on which rules are applied. The class provides methods for removing a goal, and for updating the internal data structures after a rule has been applied.
DefaultGoalChooserBuilder.javaClass
DiffMyers.javaClass A class to compare vectors of objects.
FormulaTag.javaClass Class whose instances represent tags to identify the formulas of sequents persistently, i.e.
FormulaTagManager.javaClass Class to manage the tags of the formulas of a sequent (node).
Goal.javaClass A proof is represented as a tree of nodes containing sequents.
GoalChooserBuilder.javaInterface
GoalListener.javaInterface
IfChoiceModel.javaClass
IfMismatchException.javaClass
IGoalChooser.javaInterface Interface to be implemented by classes in order to customize the goal selection strategy of the automatic prover environment.
IHTacletFilter.javaClass Filter that selects taclets using the method admissible of the Taclet class, i.e.
InstantiationProposer.javaInterface Provides proposals for schema variable instantiations.
InstantiationProposerCollection.javaClass Composite of instantiation proposers.
ITermTacletAppIndexCache.javaInterface The general interface for caches for accelerating TermTacletAppIndex.
JavaModel.javaClass
LoopInvariantProposer.javaClass
MethodSpecTransformation.javaClass Transformation according to Sect.
MissingInstantiationException.javaClass
MissingSortException.javaClass
ModelChangeListener.javaInterface
ModelEvent.javaClass
ModifiesParserHelper.javaClass Parses modifies clauses.
NewRuleListener.javaInterface
Node.javaClass
NodeContents.javaInterface
NodeInfo.javaClass The node info object contains additional information about a node used to give user feedback.
NotRuleFilter.javaClass
NullNewRuleListener.javaClass
OpReplacer.javaClass Replaces operators in a term by other operators with the same signature, or subterms of the term by other terms with the same sort.
PrefixTermTacletAppIndexCache.javaClass The abstract superclass of caches for taclet app indexes that are separated by different prefixes of bound variables.
PrefixTermTacletAppIndexCacheImpl.javaClass The abstract superclass of caches for taclet app indexes that are implemented using a common backend LRUCache (the backend is stored in TermTacletAppIndexCacheSet).
ProblemLoader.javaClass
ProgVarReplacer.javaClass Replaces program variables.
Proof.javaClass A proof is represented as a tree whose nodes are created by applying rules on the current (open) goals and dividing them up into several new subgoals.
ProofAggregate.javaClass
ProofEvent.javaClass
ProofSaver.javaClass Saves a proof and provides useful methods for pretty printing terms or programs.
ProofSaverLatex.javaClass
ProofTreeAdapter.javaClass An abstract adapter class for receiving proof tree events.
ProofTreeEvent.javaClass Encapsulates information describing changes to a proof tree, and used to notify proof tree listeners of the change.
ProofTreeListener.javaInterface
ProofTreeRemovedNodeEvent.javaClass Encapsulates information describing changes to a proof tree, and used to notify proof tree listeners of the change.
RuleAppIndex.javaClass
RuleFilter.javaInterface Interface for objects that represent sets of rules, and which can be used to distinguish different kinds of rules.
RuleSource.javaClass
RuleTreeModel.javaClass
SemisequentTacletAppIndex.javaClass This class holds TermTacletAppIndexs for all formulas of a semisequent.
SetRuleFilter.javaClass
SimplifyIntegerRuleFilter.javaClass Filter that selects instances of the SimplifierIntegerRule.
SingleProof.javaClass
SortMismatchException.javaClass
SVInstantiationException.javaClass
SVInstantiationExceptionWithPosition.javaClass Represents an exception with position information.
SVInstantiationParserException.javaClass
SVRigidnessException.javaClass
SymbolReplacer.javaClass
TacletAppIndex.javaClass the class manages the available TacletApps.
TacletFilter.javaClass Interface for filtering a list of TacletApps, for example to choose only taclets for interactive application or taclets belonging to some given heuristics.
TacletFilterCloseGoal.javaClass
TacletFilterSplitGoal.javaClass
TacletIndex.javaClass manages all applicable Taclets (more precisely: Taclets with instantiations but without position information, the ???NoPosTacletApp???s) at one node.
TacletInstantiationsTableModel.javaClass
TermSVReplacer.javaClass
TermTacletAppIndex.javaClass
TermTacletAppIndexCacheSet.javaClass Cache that is used for accelerating TermTacletAppIndex. Basically, this is a mapping from terms to objects of TermTacletAppIndex, following the idea that the same taclets will be applicable to an occurrence of the same term in different places. There are different categories of locations/areas in a term that have to be separated, because different taclets could be applicable.
TestGoal.javaClass class tests the goal, especially the split and set back mechanism.
TestProofTree.javaClass
TestTacletIndex.javaClass
TestTermTacletAppIndex.javaClass
UpdateSimplificationRuleFilter.javaClass Filter that selects instances of UpdateSimplificationRule.
UseMethodContractRuleFilter.javaClass
VariableNameProposer.javaClass Proposes names for variables (except program variables).
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.