|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMLEqualsSetEnumerator | |
org.jmlspecs.models | This package is a collection of types with immutable objects; it also enumerators (which have mutable objects) for the types of the immutable collections in the package. |
Uses of JMLEqualsSetEnumerator in org.jmlspecs.models |
Fields in org.jmlspecs.models declared as JMLEqualsSetEnumerator | |
protected JMLEqualsSetEnumerator |
JMLObjectToEqualsRelationEnumerator.imageEnum
An enumerator for the range elements that are related to the key that have not yet been returned. |
protected JMLEqualsSetEnumerator |
JMLEqualsToEqualsRelationEnumerator.imageEnum
An enumerator for the range elements that are related to the key that have not yet been returned. |
protected JMLEqualsSetEnumerator |
JMLValueToEqualsRelationEnumerator.imageEnum
An enumerator for the range elements that are related to the key that have not yet been returned. |
Methods in org.jmlspecs.models that return JMLEqualsSetEnumerator | |
JMLEqualsSetEnumerator |
JMLEqualsToValueRelation.domainElements()
Return a enumerator for the set that is the domain of this relation. |
JMLEqualsSetEnumerator |
JMLEqualsSet.elements()
Returns an Enumeration over this set. |
JMLEqualsSetEnumerator |
JMLValueToEqualsRelation.rangeElements()
Return a enumerator for the set that is the range of this relation. |
JMLEqualsSetEnumerator |
JMLObjectToEqualsRelation.rangeElements()
Return a enumerator for the set that is the range of this relation. |
JMLEqualsSetEnumerator |
JMLEqualsToObjectRelation.domainElements()
Return a enumerator for the set that is the domain of this relation. |
JMLEqualsSetEnumerator |
JMLEqualsToEqualsRelation.domainElements()
Return a enumerator for the set that is the domain of this relation. |
JMLEqualsSetEnumerator |
JMLEqualsToEqualsRelation.rangeElements()
Return a enumerator for the set that is the range of this relation. |
Constructors in org.jmlspecs.models with parameters of type JMLEqualsSetEnumerator | |
JMLObjectToEqualsRelationEnumerator(JMLObjectToEqualsRelationImageEnumerator ipEnum,
JMLEqualsSetEnumerator iEnum,
Object k)
|
|
JMLEqualsToEqualsRelationEnumerator(JMLEqualsToEqualsRelationImageEnumerator ipEnum,
JMLEqualsSetEnumerator iEnum,
Object k)
|
|
JMLValueToEqualsRelationEnumerator(JMLValueToEqualsRelationImageEnumerator ipEnum,
JMLEqualsSetEnumerator iEnum,
JMLType k)
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |