Java Doc for NoFindTaclet.java in  » Testing » KeY » de » uka » ilkd » key » rule » 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.rule 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.uka.ilkd.key.rule.Taclet
      de.uka.ilkd.key.rule.NoFindTaclet

NoFindTaclet
public class NoFindTaclet extends Taclet (Code)
Used to implement a Taclet that has no find part. This kind of taclet is not attached to term or formula, but to a complete sequent. A typical representant is the cut rule.



Constructor Summary
public  NoFindTaclet(Name name, TacletApplPart applPart, ListOfTacletGoalTemplate goalTemplates, ListOfRuleSet ruleSets, Constraint constraint, TacletAttributes attrs, MapFromSchemaVariableToTacletPrefix prefixMap, SetOfChoice choices)
     creates a Schematic Theory Specific Rule (Taclet) with the given parameters.

Method Summary
public  ListOfGoalapply(Goal goal, Services services, RuleApp ruleApp)
     the rule is applied on the given goal using the information of rule application.
protected  voidapplyAdd(Sequent add, Goal goal, Services services, MatchConditions matchCond)
    
protected  SetOfQuantifiableVariablegetBoundVariablesHelper()
    
public  SetOfSchemaVariablegetIfFindVariables()
    
protected  TacletsetName(String s)
    


Constructor Detail
NoFindTaclet
public NoFindTaclet(Name name, TacletApplPart applPart, ListOfTacletGoalTemplate goalTemplates, ListOfRuleSet ruleSets, Constraint constraint, TacletAttributes attrs, MapFromSchemaVariableToTacletPrefix prefixMap, SetOfChoice choices)(Code)
creates a Schematic Theory Specific Rule (Taclet) with the given parameters.
Parameters:
  name - the name of the Taclet
Parameters:
  applPart - contains the application part of an Taclet that isthe if-sequent, the variable conditions
Parameters:
  goalTemplates - the ListOfTacletGoalTemplate containg all goal descriptions of the taclet to be created
Parameters:
  ruleSets - a list of rule sets for the Taclet
Parameters:
  constraint - the Constraint under which the Taclet is valid
Parameters:
  attrs - attributes for the Taclet; these are boolean values
Parameters:
  prefixMap - a MapFromSchemaVariableToTacletPrefix that contains theprefix for each SchemaVariable in the Taclet
Parameters:
  choices - the SetOfChoices to which this taclet belongs to




Method Detail
apply
public ListOfGoal apply(Goal goal, Services services, RuleApp ruleApp)(Code)
the rule is applied on the given goal using the information of rule application.
Parameters:
  goal - the goal that the rule application should refer to.
Parameters:
  services - the Services encapsulating all java information
Parameters:
  ruleApp - the taclet application that is executed



applyAdd
protected void applyAdd(Sequent add, Goal goal, Services services, MatchConditions matchCond)(Code)
adds the sequent of the add part of the Taclet to the goal sequent
Parameters:
  add - the Sequent to be added
Parameters:
  goal - the Goal to be updated
Parameters:
  services - the Services encapsulating all java information
Parameters:
  matchCond - the MatchConditions with all required instantiations



getBoundVariablesHelper
protected SetOfQuantifiableVariable getBoundVariablesHelper()(Code)
the empty set as a no find taclet has no other entities where variables cann occur bound than in the goal templates empty set



getIfFindVariables
public SetOfSchemaVariable getIfFindVariables()(Code)
Set of schemavariables of the if and the (optional)find part



setName
protected Taclet setName(String s)(Code)



Fields inherited from de.uka.ilkd.key.rule.Taclet
protected SetOfSchemaVariable addedRuleNameVars(Code)(Java Doc)
final protected SetOfChoice choices(Code)(Java Doc)
final protected MapFromSchemaVariableToTacletPrefix prefixMap(Code)(Java Doc)
final protected ListOfRuleSet ruleSets(Code)(Java Doc)
protected String tacletAsString(Code)(Java Doc)

Methods inherited from de.uka.ilkd.key.rule.Taclet
protected void addToAntec(Semisequent semi, Goal goal, PosInOccurrence pos, Services services, MatchConditions matchCond)(Code)(Java Doc)
protected void addToSucc(Semisequent semi, Goal goal, PosInOccurrence pos, Services services, MatchConditions matchCond)(Code)(Java Doc)
public SetOfSchemaVariable addedRuleNameVars()(Code)(Java Doc)
public boolean admissible(boolean interactive, ListOfRuleSet ruleSets)(Code)(Java Doc)
protected boolean admissibleAutomatic(ListOfRuleSet ruleSets)(Code)(Java Doc)
protected boolean admissibleInteractive(ListOfRuleSet ruleSets)(Code)(Java Doc)
abstract public ListOfGoal apply(Goal goal, Services services, RuleApp tacletApp)(Code)(Java Doc)
protected void applyAddProgVars(SetOfSchemaVariable pvs, Goal goal, PosInOccurrence posOfFind, Services services, MatchConditions matchCond)(Code)(Java Doc)
protected void applyAddrule(ListOfTaclet rules, Goal goal, Services services, MatchConditions matchCond)(Code)(Java Doc)
protected void cacheMatchInfo()(Code)(Java Doc)
public MatchConditions checkConditions(MatchConditions cond, Services services)(Code)(Java Doc)
protected ListOfGoal checkIfGoals(Goal p_goal, ListOfIfFormulaInstantiation p_list, MatchConditions p_matchCond, int p_numberOfNewGoals)(Code)(Java Doc)
public MatchConditions checkVariableConditions(SchemaVariable var, SVSubstitute instantiationCandidate, MatchConditions matchCond, Services services)(Code)(Java Doc)
public boolean closeGoal()(Code)(Java Doc)
public Constraint constraint()(Code)(Java Doc)
public String displayName()(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
public SetOfQuantifiableVariable getBoundVariables()(Code)(Java Doc)
abstract protected SetOfQuantifiableVariable getBoundVariablesHelper()(Code)(Java Doc)
public SetOfChoice getChoices()(Code)(Java Doc)
abstract public SetOfSchemaVariable getIfFindVariables()(Code)(Java Doc)
protected SetOfSchemaVariable getIfVariables()(Code)(Java Doc)
public SchemaVariable getNameCorrespondent(SchemaVariable p)(Code)(Java Doc)
public TacletPrefix getPrefix(SchemaVariable sv)(Code)(Java Doc)
public ListOfRuleSet getRuleSets()(Code)(Java Doc)
public IteratorOfVariableCondition getVariableConditions()(Code)(Java Doc)
public ListOfTacletGoalTemplate goalTemplates()(Code)(Java Doc)
public boolean hasReplaceWith()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public String helpText()(Code)(Java Doc)
public Sequent ifSequent()(Code)(Java Doc)
public boolean isContextInPrefix()(Code)(Java Doc)
protected MatchConditions match(Term term, Term template, boolean ignoreUpdates, MatchConditions matchCond, Services services, Constraint userConstraint)(Code)(Java Doc)
protected MatchConditions match(Term term, Term template, MatchConditions matchCond, Services services, Constraint userConstraint)(Code)(Java Doc)
public IfMatchResult matchIf(IteratorOfIfFormulaInstantiation p_toMatch, Term p_template, MatchConditions p_matchCond, Services p_services, Constraint p_userConstraint)(Code)(Java Doc)
public MatchConditions matchIf(IteratorOfIfFormulaInstantiation p_toMatch, MatchConditions p_matchCond, Services p_services, Constraint p_userConstraint)(Code)(Java Doc)
final protected MatchConditions matchJavaBlock(Term term, Term template, MatchConditions matchCond, Services services)(Code)(Java Doc)
public Name name()(Code)(Java Doc)
public boolean noninteractive()(Code)(Java Doc)
public ListOfName oldNames()(Code)(Java Doc)
public MapFromSchemaVariableToTacletPrefix prefixMap()(Code)(Java Doc)
public ListOfSchemaVariable readSet()(Code)(Java Doc)
protected void replaceAtPos(Semisequent semi, Goal goal, PosInOccurrence pos, Services services, MatchConditions matchCond)(Code)(Java Doc)
public IteratorOfRuleSet ruleSets()(Code)(Java Doc)
abstract protected Taclet setName(String s)(Code)(Java Doc)
protected Taclet setName(String s, TacletBuilder b)(Code)(Java Doc)
protected void setRestrictedMetavariables(Goal p_goal, MatchConditions p_matchCond)(Code)(Java Doc)
protected Term syntacticalReplace(Term term, Services services, MatchConditions mc)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
StringBuffer toStringAttribs(StringBuffer sb)(Code)(Java Doc)
StringBuffer toStringGoalTemplates(StringBuffer sb)(Code)(Java Doc)
StringBuffer toStringIf(StringBuffer sb)(Code)(Java Doc)
StringBuffer toStringRuleSets(StringBuffer sb)(Code)(Java Doc)
StringBuffer toStringVarCond(StringBuffer sb)(Code)(Java Doc)
public NewVarcond varDeclaredNew(SchemaVariable var)(Code)(Java Doc)
protected boolean varIsBound(SchemaVariable v)(Code)(Java Doc)
public ListOfNewVarcond varsNew()(Code)(Java Doc)
public IteratorOfNewDependingOn varsNewDependingOn()(Code)(Java Doc)
public IteratorOfNotFreeIn varsNotFreeIn()(Code)(Java Doc)
public ListOfSchemaVariable writeSet()(Code)(Java Doc)

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.