org.eclipse.ocl.examples.pivot.values
Interface MapValue.Accumulator

All Superinterfaces:
java.lang.Iterable<Value>, MapValue, Value
Enclosing interface:
MapValue

public static interface MapValue.Accumulator
extends MapValue


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.pivot.values.MapValue
MapValue.Accumulator
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.pivot.values.Value
Value.BinaryOperation
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.pivot.values.Value
INVALID_NAME
 
Method Summary
 boolean put(Value value)
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.MapValue
asCollection, asList, count, excludes, excludesAll, excluding, flatten, includes, includesAll, including, isEmpty, iterator, notEmpty, size, union
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.Value
asBagValue, asBoolean, asBooleanValue, asCollectionValue, asDouble, asElement, asElementValue, asInteger, asIntegerValue, asObject, asObjectValue, asOrderedCollectionValue, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asString, asStringValue, asTypeValue, asUniqueCollectionValue, asValidValue, getType, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toRealValue, toString
 

Method Detail

put

boolean put(Value value)