org.jmlspecs.models

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 » org.jmlspecs.models 
org.jmlspecs.models
Java Source File NameTypeComment
JMLArrayOps.javaClass Array Operations that are useful for specifications.
version:
   $Revision: 1.1 $
author:
   Brandon Shilling
author:
   Gary T.
JMLByte.javaClass A reflection of java.lang.Byte that implements JMLType .
version:
   $Revision: 1.3 $
author:
   Gary T.
JMLChar.javaClass A reflection of java.lang.Character that implements JMLType .
version:
   $Revision: 1.2 $
author:
   Curtis Clifton with extensive input from the JML Seminar
author:
   at Iowa State University, June-July 1999.
author:
   Gary T.
JMLCollection.javaInterface Common protocol of the JML model collection types. The use of elementType and containsNull in this specification follows the ESC/Java specification of java.util.Collection . That is, these ghost fields are used by the user of the object to state what types of objects are allowed to be added to the collection, and hence what is guaranteed to be retrieved from the collection.
JMLComparable.javaInterface JMLTypes with an compareTo operation, as in java.lang.Comparable .
version:
   $Revision: 1.1.1.1 $
author:
   Gary T.
JMLDouble.javaClass A reflection of java.lang.Double that implements JMLType .
version:
   $Revision: 1.1 $
author:
   Brandon Shilling
author:
   Gary T.
JMLEnumeration.javaInterface A combination of JMLType and java.util.Enumeration.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLEnumerationToIterator.javaClass A wrapper that makes any JMLEnumeration into a JMLIterator that does not support the remove operation.
version:
   $Revision: 1.1.1.1 $
author:
   Gary T.
JMLEqualsBag.javaClass Bags (i.e., multisets) of objects.
JMLEqualsBagEnumerator.javaClass Enumerators for bags (i.e., multisets) of objects.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLEqualsEqualsPair.javaClass Pairs of Object and Object , used in the types JMLEqualsToEqualsRelation and JMLEqualsToEqualsMap .

In a pair the first element is called the "key" and the second the "value".

JMLEqualsObjectPair.javaClass Pairs of Object and Object , used in the types JMLEqualsToObjectRelation and JMLEqualsToObjectMap .

In a pair the first element is called the "key" and the second the "value".

JMLEqualsSequence.javaClass
JMLEqualsSequenceEnumerator.javaClass An enumerator for sequences of objects.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLEqualsSet.javaClass Sets of objects.
JMLEqualsSetEnumerator.javaClass An enumerator for sets of objects.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLEqualsToEqualsMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of Object to non-null elements of Object .
JMLEqualsToEqualsRelation.javaClass Binary relations (or set-valued functions) from non-null elements of Object to non-null elements of Object .
JMLEqualsToEqualsRelationEnumerator.javaClass Enumerator for pairs of keys of type Object to values of type Object that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLEqualsToEqualsRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLEqualsToObjectMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of Object to non-null elements of Object .
JMLEqualsToObjectRelation.javaClass Binary relations (or set-valued functions) from non-null elements of Object to non-null elements of Object .
JMLEqualsToObjectRelationEnumerator.javaClass Enumerator for pairs of keys of type Object to values of type Object that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLEqualsToObjectRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLEqualsToValueMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of Object to non-null elements of JMLType .
JMLEqualsToValueRelation.javaClass Binary relations (or set-valued functions) from non-null elements of Object to non-null elements of JMLType .
JMLEqualsToValueRelationEnumerator.javaClass Enumerator for pairs of keys of type Object to values of type JMLType that form the associations in a relation.
version:
   $Revision: 1.3 $
author:
   Gary T.
JMLEqualsToValueRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLEqualsValuePair.javaClass Pairs of Object and JMLType , used in the types JMLEqualsToValueRelation and JMLEqualsToValueMap .

In a pair the first element is called the "key" and the second the "value".

JMLFiniteInteger.javaClass Arbitrary precision integers with a finite value.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLFloat.javaClass A reflection of java.lang.Float that implements JMLType .
version:
   $Revision: 1.1 $
author:
   Brandon Shilling
author:
   Gary T.
JMLInfiniteInteger.javaInterface Infinite precision integers with an plus and minus infinity.

This type is intended to support reasoning like that done by Eric Hehner for the time behavior of programs.

JMLInfiniteIntegerClass.javaClass Class with common code to implement JMLInfiniteInteger.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLInteger.javaClass A reflection of java.lang.Integer that implements JMLType .
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLIterator.javaInterface A combination of JMLType and java.util.Iterator. None of these support the remove operation.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLListEqualsNode.javaClass An implementation class used in various models.
JMLListException.javaClass Exceptions from JML List types.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLListObjectNode.javaClass An implementation class used in various models.
JMLListValueNode.javaClass An implementation class used in various models.
JMLLong.javaClass A reflection of java.lang.Long that implements JMLType .
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of _DomainType_ to non-null elements of _RangeType_ .
JMLMapException.javaClass Exceptions from JML Map types that indicate that the argument was illegal for this operation.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLMath.javaClass A JML class that implements methods equivalent to those available in java.lang.Math but that are defined over \bigint and \real instead.
JMLModelObjectSet.javaClass A collection of object sets for use in set comprehensions.
JMLModelValueSet.javaClass A collection of value sets for use in set comprehensions.
JMLNegativeInfinity.javaClass Negative Infinity.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLNoSuchElementException.javaClass Missing element exception used by various JML collection types and enumerators.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLNullSafe.javaClass A class with static methods that safely work with null objects.
version:
   $Revision: 1.1 $
author:
   Katie Becker and Gary T.
JMLObjectBag.javaClass Bags (i.e., multisets) of objects.
JMLObjectBagEnumerator.javaClass Enumerators for bags (i.e., multisets) of objects.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLObjectEqualsPair.javaClass Pairs of Object and Object , used in the types JMLObjectToEqualsRelation and JMLObjectToEqualsMap .

In a pair the first element is called the "key" and the second the "value".

JMLObjectObjectPair.javaClass Pairs of Object and Object , used in the types JMLObjectToObjectRelation and JMLObjectToObjectMap .

In a pair the first element is called the "key" and the second the "value".

JMLObjectSequence.javaClass Sequences of objects.
JMLObjectSequenceEnumerator.javaClass An enumerator for sequences of objects.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLObjectSet.javaClass Sets of objects.
JMLObjectSetEnumerator.javaClass An enumerator for sets of objects.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLObjectToEqualsMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of Object to non-null elements of Object .
JMLObjectToEqualsRelation.javaClass Binary relations (or set-valued functions) from non-null elements of Object to non-null elements of Object .
JMLObjectToEqualsRelationEnumerator.javaClass Enumerator for pairs of keys of type Object to values of type Object that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLObjectToEqualsRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLObjectToObjectMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of Object to non-null elements of Object .
JMLObjectToObjectRelation.javaClass Binary relations (or set-valued functions) from non-null elements of Object to non-null elements of Object .
JMLObjectToObjectRelationEnumerator.javaClass Enumerator for pairs of keys of type Object to values of type Object that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLObjectToObjectRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLObjectToValueMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of Object to non-null elements of JMLType .
JMLObjectToValueRelation.javaClass Binary relations (or set-valued functions) from non-null elements of Object to non-null elements of JMLType .
JMLObjectToValueRelationEnumerator.javaClass Enumerator for pairs of keys of type Object to values of type JMLType that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLObjectToValueRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLObjectType.javaInterface Objects that are containers of object references. It is the intention that classes that implement JMLObjectType be "containers of objects", in the sense that the user is only interested in the "object references", (addresses) themselves as the elements in the container.
JMLObjectValuePair.javaClass Pairs of Object and JMLType , used in the types JMLObjectToValueRelation and JMLObjectToValueMap .

In a pair the first element is called the "key" and the second the "value".

JMLPositiveInfinity.javaClass Positive Infinity.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLResources.javaClass Model variables for reasoning à la Eric Hehner.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLSequenceException.javaClass Index out of bounds exceptions from JML Sequence types.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLSetEnumerator.javaClass An enumerator for sets of _ElemType_English_s.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLShort.javaClass A reflection of java.lang.Short that implements JMLType .
version:
   $Revision: 1.3 $
author:
   Gary T.
JMLString.javaClass A reflection of java.lang.String that implements JMLType .
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLType.javaInterface Objects with a clone and equals method. JMLObjectType and JMLValueType are refinements for object and value containers (respectively).
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLTypeException.javaClass An exception class used in bad formatting exceptions.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLValueBag.javaClass Bags (i.e., multisets) of values.
JMLValueBagEnumerator.javaClass Enumerators for bags (i.e., multisets) of values.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLValueBagSpecs.javaClass Special behavior for JMLValueBag not shared by JMLObjectBag.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLValueEqualsPair.javaClass Pairs of JMLType and Object , used in the types JMLValueToEqualsRelation and JMLValueToEqualsMap .

In a pair the first element is called the "key" and the second the "value".

JMLValueObjectPair.javaClass Pairs of JMLType and Object , used in the types JMLValueToObjectRelation and JMLValueToObjectMap .

In a pair the first element is called the "key" and the second the "value".

JMLValueSequence.javaClass
JMLValueSequenceEnumerator.javaClass An enumerator for sequences of values.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLValueSequenceSpecs.javaClass Specical behavior for JMLValueSequence not shared by JMLObjectSequence.
version:
   $Revision: 1.3 $
author:
   Gary T.
JMLValueSet.javaClass Sets of values.
JMLValueSetEnumerator.javaClass An enumerator for sets of values.
version:
   $Revision: 1.1 $
author:
   Gary T.
JMLValueSetSpecs.javaClass Special behavior for JMLValueSet not shared by JMLObjectSet.
version:
   $Revision: 1.3 $
author:
   Gary T.
JMLValueToEqualsMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of JMLType to non-null elements of Object .
JMLValueToEqualsRelation.javaClass Binary relations (or set-valued functions) from non-null elements of JMLType to non-null elements of Object .
JMLValueToEqualsRelationEnumerator.javaClass Enumerator for pairs of keys of type JMLType to values of type Object that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLValueToEqualsRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLValueToObjectMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of JMLType to non-null elements of Object .
JMLValueToObjectRelation.javaClass Binary relations (or set-valued functions) from non-null elements of JMLType to non-null elements of Object .
JMLValueToObjectRelationEnumerator.javaClass Enumerator for pairs of keys of type JMLType to values of type Object that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLValueToObjectRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLValueToValueMap.javaClass Maps (i.e., binary relations that are functional) from non-null elements of JMLType to non-null elements of JMLType .
JMLValueToValueRelation.javaClass Binary relations (or set-valued functions) from non-null elements of JMLType to non-null elements of JMLType .
JMLValueToValueRelationEnumerator.javaClass Enumerator for pairs of keys of type JMLType to values of type JMLType that form the associations in a relation.
version:
   $Revision: 1.2 $
author:
   Gary T.
JMLValueToValueRelationImageEnumerator.javaClass Enumerator for pairs of keys and their relational images.
JMLValueType.javaInterface Objects that contain values. It is the intention that classes that implement JMLValueType provide a "value semantics" for both clone() and equal().
JMLValueValuePair.javaClass Pairs of JMLType and JMLType , used in the types JMLValueToValueRelation and JMLValueToValueMap .

In a pair the first element is called the "key" and the second the "value".

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