|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.domain.values.impl.AbstractValue
org.eclipse.ocl.examples.domain.values.impl.AbstractedCollectionValue
org.eclipse.ocl.examples.domain.values.impl.AbstractCollectionValue<L>
org.eclipse.ocl.examples.domain.values.impl.AbstractSequenceValue<java.util.List<Value>>
org.eclipse.ocl.examples.domain.values.impl.SequenceValueImpl
org.eclipse.ocl.examples.domain.values.impl.SequenceValueImpl.Accumulator
public static class SequenceValueImpl.Accumulator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.ocl.examples.domain.values.impl.SequenceValueImpl |
|---|
SequenceValueImpl.Accumulator |
| Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.domain.values.CollectionValue |
|---|
CollectionValue.Accumulator |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractCollectionValue |
|---|
elements |
| Fields inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractedCollectionValue |
|---|
type |
| Fields inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractValue |
|---|
valueFactory |
| Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value |
|---|
INVALID_NAME |
| Constructor Summary | |
|---|---|
SequenceValueImpl.Accumulator(ValueFactory valueFactory,
DomainCollectionType type)
|
|
SequenceValueImpl.Accumulator(ValueFactory valueFactory,
DomainCollectionType type,
java.util.List<Value> elements)
|
|
| Method Summary | |
|---|---|
boolean |
add(Value value)
|
SequenceValue |
append(Value object)
|
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.SequenceValueImpl |
|---|
equals, union |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractSequenceValue |
|---|
asList, asSequenceValue, at, excluding, first, flatten, getKind, including, indexOf, insertAt, last, prepend, reverse, sort, subSequence, toSequenceValue, toString |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractCollectionValue |
|---|
asBagValue, asEcoreObject, asOrderedSetValue, asSetValue, count, excludes, excludesAll, flatten, getBagType, getCollectionType, getElements, getElementType, getOrderedSetType, getSequenceType, getSetType, hashCode, includes, includesAll, intersection, intSize, iterator, maxMin, product, selectByKind, selectByType, sum, union |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractedCollectionValue |
|---|
asCollection, asCollectionValue, asObject, asValidValue, getActualType, getType, isCollectionValue, isEmpty, notEmpty, size, toString |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractValue |
|---|
asBoolean, asBooleanValue, asDouble, asElement, asElementValue, asInteger, asIntegerValue, asNavigableObject, asObjectValue, asRealValue, asString, asStringValue, asTypeValue, asUniqueCollectionValue, getValueFactory, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toIteratorValue, toRealValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.ocl.examples.domain.values.CollectionValue |
|---|
asCollection, asList, count, excludes, excludesAll, excluding, flatten, flatten, getCollectionType, getKind, includes, includesAll, including, intersection, intSize, isEmpty, iterator, maxMin, notEmpty, product, selectByKind, selectByType, size, sort, sum, toSequenceValue, union |
| Methods inherited from interface org.eclipse.ocl.examples.domain.values.Value |
|---|
asBagValue, asBoolean, asBooleanValue, asCollectionValue, asDouble, asEcoreObject, asElement, asElementValue, asInteger, asIntegerValue, asNavigableObject, asObject, asObjectValue, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asString, asStringValue, asTypeValue, asUniqueCollectionValue, asValidValue, getActualType, getType, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toIteratorValue, toRealValue, toString |
| Constructor Detail |
|---|
public SequenceValueImpl.Accumulator(ValueFactory valueFactory,
DomainCollectionType type)
public SequenceValueImpl.Accumulator(ValueFactory valueFactory,
DomainCollectionType type,
java.util.List<Value> elements)
| Method Detail |
|---|
public boolean add(Value value)
add in interface CollectionValue.Accumulator
public SequenceValue append(Value object)
throws InvalidValueException
append in interface SequenceValueappend in class AbstractSequenceValue<java.util.List<Value>>InvalidValueException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||