de.uka.ilkd.key.proof.init

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.init 
de.uka.ilkd.key.proof.init
Java Source File NameTypeComment
AbstractExecDecproc.javaClass This abstract superclass enables unified checking for the availability of external decision procedure executables.
AbstractPO.javaClass An abstract proof obligation implementing common functionality.
AbstractProfile.javaClass
AssignableCheckProofOblInput.javaClass Represents a proof obligation for the assignable clause of a certain (jml) method specification case.
BehaviouralSubtypingInvPO.javaClass The "BehaviouralSubtypingInv" proof obligation (formerly known as StructuralSubtyping).
BehaviouralSubtypingOpPairPO.javaClass The "BehaviouralSubtypingOpPair" proof obligation.
BehaviouralSubtypingOpPO.javaClass The "BehaviouralSubtypingOp" proof obligation.
CasetoolDLPO.javaClass
ComputeSpecificationPONew.javaClass
ConcreteExecDecproc.javaClass This class represents a standardized implementation of AbstractExecDecproc.

It checks the availability of a decision procedure by invoking it with one or zero command line arguments.

CorrectDependsPO.javaClass The "CorrectDependsPO" proof obligation.
CreatedAttributeTermFactory.javaClass Convenience class for creating terms related to the implicit "created" attribute.
DebuggerProfile.javaClass
DefaultEnvInput.javaClass A simple EnvInput which includes default rules and a Java path.
EnsuresPO.javaClass The "Ensures" proof obligation.
EnsuresPostPO.javaClass The "EnsuresPost" proof obligation.
EnvInput.javaInterface Represents an entity read to produce an environment to read a proof obligation.
ExecSVC.javaClass This class checks if the external decision procedure SVC is available.

If therefore creates a new process and passes data, formatted as an SMT-Lib Benchmark, to its input stream.

Includes.javaClass Encapsulates 2 lists (one for LDT-include, one for "normal" includes) containing the filenames parsed in the include-section of a KeYFile.
InitConfig.javaClass an instance of this class describes the initial configuration of the prover.
InvariantSelectionStrategy.javaClass Describes which invariants are to be preselected (i.e.
JavaInput.javaClass
JavaInputWithJMLSpecBrowser.javaClass This class extends the JavaInput by opening the JML Specification Browser after loading the java source files and contained JML specifications.
JavaProfile.javaClass This profile sets up KeY for verification of JavaCard programs.
JavaTestGenerationProfile.javaClass
JMLInvPO.javaClass
JMLPostAndInvPO.javaClass
JMLPostPO.javaClass
JMLProofOblInput.javaInterface
JMLProofOblInputImpl.javaClass
JUnitTestProfile.javaClass This profile is only used by test cases written for and to test KeY.
KeYFile.javaClass represents an input from a .key file producing an environment.
KeYFileForTests.javaClass Used for TESTS ONLY as we allow there to declare program variables global in rule files .
KeYJMLInput.javaClass sub-class of JavaInputWithJMLSpecBrowser which is used to parse just a single JML-enriched java source file.
KeYUserProblemFile.javaClass represents an input from a .key user problem file producing environment as well as a proof obligation.
LDTInput.javaClass Represents the LDT .key files as a whole.
ModifiesCheckProofOblInput.javaClass represents a proof obligation originating from a given Modifies Clause as input for the prover.
ModStrategy.javaClass Describes if the parts of an initial configuration are to be modified or not when reading input to the prover.
NonInterferencePO.javaClass
OCLInvSimplPO.javaClass Used for OCL Simplification. Consists of two separate parts (and should probably be divided into two classes):
  1. One part is responsible for adding the needed sorts and functions to the namespaces (InitConfig) used by the prover.
  2. The other part creates, given a model representation of a class, a proof obligation of its invariant in the form of a term. The first step is to translate the OCL syntax to a representation expressed in the taclet language.
OCLProofOblInput.javaClass Represents the proof obligation input for the prover as an OCL constraint in textual format.
OCLSimplificationPO.javaInterface Proof obligations resulting from the OCL Simplification implement this interface.
PreservesGuardPO.javaClass The "PreservesGuard" proof obligation.
PreservesInvPO.javaClass The "PreservesInv" proof obligation.
PreservesOwnInvPO.javaClass The "PreservesOwnInv" proof obligation.
PreservesThroughoutPO.javaClass The "PreservesThroughout" proof obligation.
ProblemInitializer.javaClass
Profile.javaInterface This interface provides methods that allow to customize KeY for certain applications.
ProofInputException.javaClass
ProofOblInput.javaInterface Represents something that produces an input proof obligation for the prover.
PureFOLProfile.javaClass
RespectsModifiesPO.javaClass The "RespectsModifies" proof obligation.
RuleCollection.javaClass This class contains the standard rules provided by a profile.
StrongOperationContractPO.javaClass The "StrongOperationContract" proof obligation.
TacletSoundnessPO.javaClass
TacletSoundnessPOLoader.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.