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

All Superinterfaces:
java.lang.Comparable<NumericValue>, NumericValue, Value
All Known Subinterfaces:
InvalidValue, NullValue
All Known Implementing Classes:
AbstractUndefinedCollectionValue, AbstractUndefinedValue, InvalidValueImpl, NullValueImpl, OCLConsolePage.ExceptionValue, UnlimitedValueImpl

public interface UnlimitedValue
extends NumericValue


Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value
INVALID_NAME
 
Method Summary
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.NumericValue
abs, bigDecimalValue, doubleValue, negate, signum, toIntegerValue
 
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, toIteratorValue, toRealValue, toString
 
Methods inherited from interface java.lang.Comparable
compareTo