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

All Superinterfaces:
CollectionValue, java.lang.Iterable<java.lang.Object>, OrderedCollectionValue, Value
All Known Subinterfaces:
InvalidValue, NullValue, SequenceValue.Accumulator
All Known Implementing Classes:
EvaluationHaltedException, InvalidValueException, NullValueImpl, RangeSequenceValueImpl, SequenceValueImpl, SparseSequenceValueImpl, SparseSequenceValueImpl.Accumulator, UndefinedValueImpl, VMException, VMInterruptedExecutionException, VMRuntimeException, VMStackOverFlowError

public interface SequenceValue
extends OrderedCollectionValue


Nested Class Summary
static interface SequenceValue.Accumulator
           
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value
INVALID_NAME
 
Method Summary
 SequenceValue subSequence(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.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

subSequence

@NonNull
SequenceValue subSequence(int lower,
                                  int upper)
Generated
NOT