de.uka.ilkd.key.strategy.feature

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.strategy.feature 
de.uka.ilkd.key.strategy.feature
Java Source File NameTypeComment
AbstractBetaFeature.javaClass This abstract class contains some auxiliary methods for the selection of beta rules that are supposed to be applied.
AbstractConstraintStrengthenFeature.javaClass
AbstractMonomialSmallerThanFeature.javaClass
AbstractNonDuplicateAppFeature.javaClass
AbstractPolarityFeature.javaClass
AgeFeature.javaClass Feature that computes the age of the goal (i.e.
AllowedCutPositionFeature.javaClass Feature that returns zero iff the application focus of a rule is a potential cut position (taclet cut_direct).
ApplyTFFeature.javaClass
AtomsSmallerThanFeature.javaClass
AutomatedRuleFeature.javaClass This feature checks if a rule may be applied automatically.
BinaryFeature.javaClass Abstract superclass for features that have either zero cost or top cost.
BinarySumFeature.javaClass
BinaryTacletAppFeature.javaClass Abstract superclass for features of TacletApps that have either zero or top cost.
BreakpointFeature.javaClass
CheckApplyEqFeature.javaClass This feature checks that an equation is not applied to itself.
CompareCostsFeature.javaClass
ComprehendedSumFeature.javaClass
ConditionalFeature.javaClass
ConstFeature.javaClass
ConstraintStrengthenFeature.javaClass A binary feature that returns zero iff the constraint of the given taclet app is stronger than the original constraint of the formula to which the rule is applied (i.e.
ConstraintStrengthenFeatureUC.javaClass This feature is similar to ConstraintStrengthenFeature, but instead of just comparing the constraint resulting from a rule application with the original constraint of the find-formula of the application, the new constraint is compared with the joint of the original constraint and the user constraint.
ContainsQuantifierFeature.javaClass
CountBranchFeature.javaClass
CountMaxDPathFeature.javaClass Feature that returns the maximum number of literals occurring within a d-path of the find-formula as a formula of the antecedent.
CountPosDPathFeature.javaClass Feature that returns the maximum number of positive literals occurring within a d-path of the find-formula as a formula of the antecedent.
DiffFindAndIfFeature.javaClass Binary feature that returns zero iff the \assumes- and find-formula of a Taclet are matched to different members of the sequent.
DirectlyBelowFeature.javaClass This feature returns zero if and only if the focus of the given rule application exists, is not top-level and the symbol immediately above the focus is badSymbol.
DirectlyBelowOpClassFeature.javaClass
DirectlyBelowSymbolFeature.javaClass This feature returns zero if and only if the focus of the given rule application exists, is not top-level and the symbol immediately above the focus is badSymbol.
EqNonDuplicateAppFeature.javaClass Binary feature that returns zero iff a certain Taclet app has not already been performed.
Feature.javaInterface Interface for computing the cost of a RuleApp with regard to a specific feature.
FindDepthFeature.javaClass
FindRightishFeature.javaClass Walking from the root of a formula down to the focus of a rule application, count how often we choose the left branch (subterm) and how the right branches.
FocusHasConstraintFeature.javaClass
FocusInAntecFeature.javaClass
FormulaAddedByRuleFeature.javaClass
IfThenElseMalusFeature.javaClass Feature that counts the IfThenElse operators above the focus of a rule application.
ImplicitCastNecessary.javaClass
InEquationMultFeature.javaClass Feature that decides whether the multiplication of two inequations (using rules of set inEqSimp_nonLin_multiply) is allowed.
InstantiatedSVFeature.javaClass
InUpdateFeature.javaClass
LabelFeature.javaClass
LeftmostNegAtomFeature.javaClass Feature that returns zero if there is no atom with negative polarity on a common d-path and on the left of the find-position within the find-formula as a formula of the antecedent.
LetFeature.javaClass Feature for locally binding a TermBuffer to a certain value, namely to a term that is generated by a ProjectionToTerm.
MatchedIfFeature.javaClass Binary features that returns zero iff the if-formulas of a Taclet are instantiated or the Taclet does not have any if-formulas.
MonomialsSmallerThanFeature.javaClass
NonDuplicateAppFeature.javaClass
NonDuplicateAppModPositionFeature.javaClass
NotBelowBinderFeature.javaClass
NotBelowQuantifierFeature.javaClass
NotInScopeOfModalityFeature.javaClass Returns zero iff the position of a rule application is not in the scope of a modal operator (a program block or an update).
NotWithinMVFeature.javaClass
OnlyInScopeOfQuantifiersFeature.javaClass BinaryFeature that return zero if all the operator is quantifier from root to position it point to.
PolynomialValuesCmpFeature.javaClass Return zero only if the value of one (left) polynomial always will be (less or equal) or (less) than the value of a second (right) polynomial.
PurePosDPathFeature.javaClass Binary feature that returns zero iff the find-formula of a rule contains a d-path consisting only of positive literals (as a formula of the antecedent). Used terminology is defined in Diss.
ReducibleMonomialsFeature.javaClass
RuleSetDispatchFeature.javaClass Feature for relating rule sets with feature terms.
ScaleFeature.javaClass A feature that applies an affine transformation to the result of a given feature.
SeqContainsExecutableCodeFeature.javaClass
ShannonFeature.javaClass A conditional feature, in which the condition itself is a (binary) feature.
SimplifyBetaCandidateFeature.javaClass Binary feature that returns zero iff the hyper-tableaux simplification method approves the given application (which is supposed to be the application of a beta rule).
SimplifyReplaceKnownCandidateFeature.javaClass Binary feature that returns true iff the hyper-tableaux simplification method approves the given application (which is supposed to be the application of a replace-known rule).
SmallerThanFeature.javaClass
SortComparisionFeature.javaClass
SumFeature.javaClass
TacletRequiringInstantiationFeature.javaClass
TermSmallerThanFeature.javaClass
TernarySumFeature.javaClass
ThrownExceptionFeature.javaClass
TopLevelFindFeature.javaClass
TrivialMonomialLCRFeature.javaClass
UCIncompatibleFeature.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.