JML

Uses of Class
org.jmlspecs.models.JMLValueToValueMap

Packages that use JMLValueToValueMap
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 JMLValueToValueMap in org.jmlspecs.models
 

Fields in org.jmlspecs.models declared as JMLValueToValueMap
static JMLValueToValueMap JMLValueToValueMap.EMPTY
          The empty JMLValueToValueMap.
 

Methods in org.jmlspecs.models that return JMLValueToValueMap
 JMLValueToValueMap JMLValueToValueRelation.toFunction()
          Return a map that is contained in this relation.
static JMLValueToValueMap JMLValueToValueMap.singletonMap(JMLType dv, JMLType rv)
          Return the singleton map containing the given association.
static JMLValueToValueMap JMLValueToValueMap.singletonMap(JMLValueValuePair pair)
          Return the singleton map containing the association described by the given pair.
 JMLValueToValueMap JMLValueToValueMap.extend(JMLType dv, JMLType rv)
          Return a new map that is like this but maps the given domain element to the given range element.
 JMLValueToValueMap JMLValueToValueMap.removeDomainElement(JMLType dv)
          Return a new map that is like this but has no association for the given domain element.
 JMLValueToValueMap JMLValueToValueMap.compose(JMLValueToValueMap othMap)
          Return a new map that is the composition of this and the given map.
 JMLValueToValueMap JMLValueToValueMap.restrictedTo(JMLValueSet dom)
          Return a new map that only maps elements in the given domain to the corresponding range elements in this map.
 JMLValueToValueMap JMLValueToValueMap.rangeRestrictedTo(JMLValueSet rng)
          Return a new map that is like this map but only contains associations that map to range elements in the given set.
 JMLValueToValueMap JMLValueToValueMap.extendUnion(JMLValueToValueMap othMap)
          Return a new map that is like the union of the given map and this map, except that if both define a mapping for a given domain element, then only the mapping in the given map is retained.
 JMLValueToValueMap JMLValueToValueMap.clashReplaceUnion(JMLValueToValueMap othMap, JMLType errval)
          Return a new map that is like the union of the given map and this map, except that if both define a mapping for a given domain element, then each of these clashes is replaced by a mapping from the domain element in question to the given range element.
 JMLValueToValueMap JMLValueToValueMap.disjointUnion(JMLValueToValueMap othMap)
          Return a map that is the disjoint union of this and othMap.
 JMLValueToValueMap JMLEqualsToValueMap.compose(JMLValueToEqualsMap othMap)
          Return a new map that is the composition of this and the given map.
 JMLValueToValueMap JMLObjectToValueMap.compose(JMLValueToObjectMap othMap)
          Return a new map that is the composition of this and the given map.
 

Methods in org.jmlspecs.models with parameters of type JMLValueToValueMap
 JMLValueToValueMap JMLValueToValueMap.compose(JMLValueToValueMap othMap)
          Return a new map that is the composition of this and the given map.
 JMLValueToValueMap JMLValueToValueMap.extendUnion(JMLValueToValueMap othMap)
          Return a new map that is like the union of the given map and this map, except that if both define a mapping for a given domain element, then only the mapping in the given map is retained.
 JMLValueToValueMap JMLValueToValueMap.clashReplaceUnion(JMLValueToValueMap othMap, JMLType errval)
          Return a new map that is like the union of the given map and this map, except that if both define a mapping for a given domain element, then each of these clashes is replaced by a mapping from the domain element in question to the given range element.
 JMLValueToValueMap JMLValueToValueMap.disjointUnion(JMLValueToValueMap othMap)
          Return a map that is the disjoint union of this and othMap.
 JMLValueToEqualsMap JMLValueToEqualsMap.compose(JMLValueToValueMap othMap)
          Return a new map that is the composition of this and the given map.
 JMLValueToObjectMap JMLValueToObjectMap.compose(JMLValueToValueMap othMap)
          Return a new map that is the composition of this and the given map.
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.