Uses of Interface
org.eclipse.ocl.examples.pivot.values.MapValue

Packages that use MapValue
org.eclipse.ocl.examples.pivot.values   
 

Uses of MapValue in org.eclipse.ocl.examples.pivot.values
 

Subinterfaces of MapValue in org.eclipse.ocl.examples.pivot.values
static interface MapValue.Accumulator
           
 

Methods in org.eclipse.ocl.examples.pivot.values that return MapValue
 MapValue MapValue.excluding(Value value)
           
 MapValue MapValue.flatten()
           
 MapValue MapValue.including(Value value)
           
 MapValue MapValue.union(MapValue c)
           
 

Methods in org.eclipse.ocl.examples.pivot.values with parameters of type MapValue
 boolean MapValue.excludesAll(MapValue c)
           
 boolean MapValue.includesAll(MapValue c)
           
 MapValue MapValue.union(MapValue c)