Uses of Interface
org.eclipse.ocl.examples.pivot.values.UnlimitedValue

Packages that use UnlimitedValue
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.console   
 

Uses of UnlimitedValue in org.eclipse.ocl.examples.pivot.values
 

Subinterfaces of UnlimitedValue in org.eclipse.ocl.examples.pivot.values
 interface InvalidValue
           
 interface NullValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values that return UnlimitedValue
 UnlimitedValue ValueFactory.getUnlimited()
           
 

Uses of UnlimitedValue in org.eclipse.ocl.examples.pivot.values.impl
 

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement UnlimitedValue
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class UnlimitedValueImpl
           
 

Fields in org.eclipse.ocl.examples.pivot.values.impl declared as UnlimitedValue
 UnlimitedValue ValueFactoryImpl.unlimitedValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return UnlimitedValue
 UnlimitedValue ValueFactoryImpl.getUnlimited()
           
 UnlimitedValue UnlimitedValueImpl.negate()
           
 

Uses of UnlimitedValue in org.eclipse.ocl.examples.xtext.console
 

Classes in org.eclipse.ocl.examples.xtext.console that implement UnlimitedValue
protected static class OCLConsolePage.ExceptionValue