org.eclipse.ocl.examples.pivot.values
Interface InvalidValue

All Superinterfaces:
BagValue, BooleanValue, CollectionValue, java.lang.Comparable<NumericValue>, ElementValue<Type>, IntegerValue, java.lang.Iterable<Value>, NonOrderedCollectionValue, NonUniqueCollectionValue, NullValue, NumericValue, ObjectValue, OrderedCollectionValue, OrderedSetValue, RealValue, SequenceValue, SetValue, StringValue, TypeValue, UniqueCollectionValue, UnlimitedValue, Value
All Known Implementing Classes:
InvalidValueImpl, OCLConsolePage.ExceptionValue

public interface InvalidValue
extends NullValue


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.pivot.values.CollectionValue
CollectionValue.Accumulator
 
Method Summary
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.NullValue
negate
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.IntegerValue
add, bigIntegerValue, div, divide, max, min, mod, multiply, subtract
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.RealValue
abs, add, divide, floor, max, min, multiply, round, signum, subtract
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.StringValue
stringValue
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.NumericValue
bigDecimalValue, doubleValue, toIntegerValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.OrderedSetValue
subOrderedSet
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.SequenceValue
subSequence
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.OrderedCollectionValue
append, at, first, indexOf, insertAt, last, prepend, reverse
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.UniqueCollectionValue
minus, symmetricDifference
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.CollectionValue
asCollection, asList, count, excludes, excludesAll, excluding, flatten, flatten, getKind, includes, includesAll, including, intersection, intSize, isEmpty, iterator, maxMin, notEmpty, product, size, sort, sum, toOrderedCollectionValue, union
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.TypeValue
asTypeValue, getInstanceType, getType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.ElementValue
getElement
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.ObjectValue
getObject