org.eclipse.ocl.examples.domain.values
Interface OrderedSetValue

All Superinterfaces:
CollectionValue, java.lang.Iterable<java.lang.Object>, OrderedCollectionValue, UniqueCollectionValue, Value
All Known Subinterfaces:
InvalidValue, NullValue, OrderedSetValue.Accumulator
All Known Implementing Classes:
EvaluationHaltedException, InvalidValueException, NullValueImpl, OrderedSetValueImpl, RangeOrderedSetValueImpl, SparseOrderedSetValueImpl, SparseOrderedSetValueImpl.Accumulator, UndefinedValueImpl, VMException, VMInterruptedExecutionException, VMRuntimeException, VMStackOverFlowError

public interface OrderedSetValue
extends OrderedCollectionValue, UniqueCollectionValue


Nested Class Summary
static interface OrderedSetValue.Accumulator
           
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value
INVALID_NAME
 
Method Summary
 OrderedSetValue subOrderedSet(int lower, int upper)
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.OrderedCollectionValue
append, appendAll, at, first, indexOf, insertAt, last, prepend, prependAll, reverse
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.UniqueCollectionValue
minus, symmetricDifference
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.CollectionValue
asCollection, asEcoreObject, asEcoreObject, asEcoreObjects, count, excludes, excludesAll, excluding, excludingAll, flatten, flatten, getElements, getKind, getTypeId, includes, includesAll, including, includingAll, intersection, intSize, isEmpty, isOrdered, isUnique, iterable, iterator, notEmpty, product, size, sort, toSequenceValue, union
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.Value
asBagValue, asCollectionValue, asDouble, asElement, asInteger, asIntegerValue, asNavigableObject, asObject, asObjectValue, asOrderedCollectionValue, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asTupleValue, asUniqueCollectionValue, asUnlimitedNaturalValue, isInvalid, isUndefined, toString
 

Method Detail

subOrderedSet

@NonNull
OrderedSetValue subOrderedSet(int lower,
                                      int upper)
Generated
NOT