|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMLEqualsToValueRelation | |
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 JMLEqualsToValueRelation in org.jmlspecs.models |
Subclasses of JMLEqualsToValueRelation in org.jmlspecs.models | |
class |
JMLEqualsToValueMap
Maps (i.e., binary relations that are functional) from non-null elements of Object to non-null elements of JMLType . |
Fields in org.jmlspecs.models declared as JMLEqualsToValueRelation | |
static JMLEqualsToValueRelation |
JMLEqualsToValueRelation.EMPTY
The empty JMLEqualsToValueRelation. |
Methods in org.jmlspecs.models that return JMLEqualsToValueRelation | |
static JMLEqualsToValueRelation |
JMLEqualsToValueRelation.singleton(Object dv,
JMLType rv)
Return the singleton relation containing the given association. |
static JMLEqualsToValueRelation |
JMLEqualsToValueRelation.singleton(JMLEqualsValuePair pair)
Return the singleton relation containing the association described by the given pair. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.add(Object dv,
JMLType rv)
Return a relation that is just like this relation, except that it also associates the given domain element to the given range element. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.insert(JMLEqualsValuePair pair)
Return a relation that is just like this relation, except that it also includes the association described by the given pair. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.removeFromDomain(Object dv)
Return a relation that is just like this relation, except that it does not contain any association with the given domain element. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.remove(Object dv,
JMLType rv)
Return a relation that is just like this relation, except that it does not contain the association, if any, between the given domain and range elements. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.remove(JMLEqualsValuePair pair)
Return a relation that is just like this relation, except that it does not contain association described by the given pair. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.union(JMLEqualsToValueRelation othRel)
Return a relation that union of the this and the given relation. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.intersection(JMLEqualsToValueRelation othRel)
Return a relation that is the intersection of this and the given relation. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.difference(JMLEqualsToValueRelation othRel)
Return a relation that is the difference between this and the given relation. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.restrictDomainTo(JMLEqualsSet dom)
Return a relation that is like this relation except that its domain is limited to just the elements of the given set. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.restrictRangeTo(JMLValueSet rng)
Return a relation that is like this relation except that its range is limited to just the elements of the given set. |
JMLEqualsToValueRelation |
JMLValueToEqualsRelation.inverse()
Returns the inverse of this relation. |
Methods in org.jmlspecs.models with parameters of type JMLEqualsToValueRelation | |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.union(JMLEqualsToValueRelation othRel)
Return a relation that union of the this and the given relation. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.intersection(JMLEqualsToValueRelation othRel)
Return a relation that is the intersection of this and the given relation. |
JMLEqualsToValueRelation |
JMLEqualsToValueRelation.difference(JMLEqualsToValueRelation othRel)
Return a relation that is the difference between this and the given relation. |
Constructors in org.jmlspecs.models with parameters of type JMLEqualsToValueRelation | |
JMLEqualsToValueRelationEnumerator(JMLEqualsToValueRelation rel)
Initialize this with the given relation. |
|
JMLEqualsToValueRelationImageEnumerator(JMLEqualsToValueRelation rel)
Initialize this with the given relation. |
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |