Java Doc for ProofEnvironment.java in  » Testing » KeY » de » uka » ilkd » key » proof » mgt » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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.mgt 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.uka.ilkd.key.proof.mgt.ProofEnvironment

ProofEnvironment
public class ProofEnvironment (Code)
The unique environment a proof is performed in. The environment consists of a java model, specifications, and a set of justified rules. Since the starting point of the proofs contained in the environment is equal, there is an InitConfig contained to be used to start proofs of this environment.



Constructor Summary
public  ProofEnvironment(InitConfig initConfig)
     constructs a proof environment with the given initial configuration of the proofs contained in the environment.

Method Summary
public  ContractaddContract(Contract ct)
     adds a contract to the specifications of this environment.
public  voidaddContracts(ContractSet ct, String header)
     adds contracts to the specifications of this environment.
public  OldOperationContractaddMethodContract(OldOperationContract ct)
    
public  voidaddMethodContracts(ContractSet ct, String header)
    
public  voidaddToAllProofs(NoPosTacletApp r, RuleSource src)
    
public  Stringdescription()
     returns a short String description of the environment.
public  booleanequals(Object cmp)
     returns true iff the java model equals those of the argument proof environment.
public  StringgetDiffUserInfo(ProofEnvironment pe)
    
public  InitConfiggetInitConfig()
     returns the initial configuration to be used to load proofs in this environment.
public  ServicesgetInitialServices()
    
public  JavaModelgetJavaModel()
     retrieves the java model underlying this environment.
public  RuleJustificationInfogetJustifInfo()
     returns the object managing the rules in this environement and their justifications.
public  intgetNumber()
    
public  SetgetProofs()
    
public  StringgetPureDiff(ProofEnvironment pe)
    
public  RuleConfiggetRuleConfig()
    
public  StringgetRuleDiff(ProofEnvironment pe)
    
public  SpecificationRepositorygetSpecificationRepository()
    
public  IteratorgetSpecs()
     retrieves an iterator on all specifications contained in this environment.
public  inthashCode()
    
public  voidregisterProof(ProofOblInput input, ProofAggregate pl)
     registers a proof loaded with the given de.uka.ilkd.key.proof.init.ProofOblInput .
public  voidregisterRule(Rule r, RuleJustification j)
     registers a rule with the given justification at the justification managing RuleJustification object of this environment.
public  voidregisterRule(RuleApp r, RuleJustification j)
    
public  voidregisterRuleIntroducedAtNode(RuleApp r, Node node)
    
public  voidregisterRules(SetOfTaclet s, RuleJustification j)
     registers a set of rules with the given justification at the justification managing RuleJustification object of this environment.
public  voidregisterRules(ListOfBuiltInRule s, RuleJustification j)
     registers a list of rules with the given justification at the justification managing RuleJustification object of this environment.
public  voidremoveProofList(ProofAggregate pl)
    
public  voidsetJavaModel(JavaModel m)
     sets the java model underlying this environment.
public  voidsetNumber(int number)
    
public  voidsetRuleConfig(RuleConfig rc)
    
public  StringtoString()
    
public  voidupdateProofStatus()
    


Constructor Detail
ProofEnvironment
public ProofEnvironment(InitConfig initConfig)(Code)
constructs a proof environment with the given initial configuration of the proofs contained in the environment.




Method Detail
addContract
public Contract addContract(Contract ct)(Code)
adds a contract to the specifications of this environment.



addContracts
public void addContracts(ContractSet ct, String header)(Code)
adds contracts to the specifications of this environment.



addMethodContract
public OldOperationContract addMethodContract(OldOperationContract ct)(Code)
adds a method contract to the specifications of this environment and inserts the contract to the complex contract rule justification



addMethodContracts
public void addMethodContracts(ContractSet ct, String header)(Code)
adds method contracts to the specifications of this environment and inserts the contracts to the complex contract rule justification



addToAllProofs
public void addToAllProofs(NoPosTacletApp r, RuleSource src)(Code)



description
public String description()(Code)
returns a short String description of the environment.



equals
public boolean equals(Object cmp)(Code)
returns true iff the java model equals those of the argument proof environment. TODO: extend to available rules and specs.



getDiffUserInfo
public String getDiffUserInfo(ProofEnvironment pe)(Code)



getInitConfig
public InitConfig getInitConfig()(Code)
returns the initial configuration to be used to load proofs in this environment.



getInitialServices
public Services getInitialServices()(Code)



getJavaModel
public JavaModel getJavaModel()(Code)
retrieves the java model underlying this environment.



getJustifInfo
public RuleJustificationInfo getJustifInfo()(Code)
returns the object managing the rules in this environement and their justifications. The object is unique to this environment.



getNumber
public int getNumber()(Code)
returns a number that distinguishes two proof environments with equal java model and rule config from the user perspective



getProofs
public Set getProofs()(Code)
retrieves all proofs registered at this environment



getPureDiff
public String getPureDiff(ProofEnvironment pe)(Code)



getRuleConfig
public RuleConfig getRuleConfig()(Code)



getRuleDiff
public String getRuleDiff(ProofEnvironment pe)(Code)



getSpecificationRepository
public SpecificationRepository getSpecificationRepository()(Code)



getSpecs
public Iterator getSpecs()(Code)
retrieves an iterator on all specifications contained in this environment.



hashCode
public int hashCode()(Code)



registerProof
public void registerProof(ProofOblInput input, ProofAggregate pl)(Code)
registers a proof loaded with the given de.uka.ilkd.key.proof.init.ProofOblInput . The method adds the proof list generated by the input to the suitable contract if one is found. In all cases the proof is added to the proofs of this environment and the proofs are marked to belong to this environment.



registerRule
public void registerRule(Rule r, RuleJustification j)(Code)
registers a rule with the given justification at the justification managing RuleJustification object of this environment.



registerRule
public void registerRule(RuleApp r, RuleJustification j)(Code)



registerRuleIntroducedAtNode
public void registerRuleIntroducedAtNode(RuleApp r, Node node)(Code)



registerRules
public void registerRules(SetOfTaclet s, RuleJustification j)(Code)
registers a set of rules with the given justification at the justification managing RuleJustification object of this environment. All rules of the set are given the same justification.



registerRules
public void registerRules(ListOfBuiltInRule s, RuleJustification j)(Code)
registers a list of rules with the given justification at the justification managing RuleJustification object of this environment. All rules of the list are given the same justification.



removeProofList
public void removeProofList(ProofAggregate pl)(Code)



setJavaModel
public void setJavaModel(JavaModel m)(Code)
sets the java model underlying this environment. Only to be called by the de.uka.ilkd.key.proof.init.ProblemInitializer .



setNumber
public void setNumber(int number)(Code)
sets a number that distinguishes two proof environments with equal java model and rule config from the user perspective



setRuleConfig
public void setRuleConfig(RuleConfig rc)(Code)



toString
public String toString()(Code)



updateProofStatus
public void updateProofStatus()(Code)



Methods inherited from java.lang.Object
protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
final public void notify() throws IllegalMonitorStateException(Code)(Java Doc)
final public void notifyAll() throws IllegalMonitorStateException(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final public void wait() throws IllegalMonitorStateException, InterruptedException(Code)(Java Doc)
final public void wait(long ms) throws IllegalMonitorStateException, InterruptedException(Code)(Java Doc)
final public void wait(long ms, int ns) throws IllegalMonitorStateException, InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.