Uses of Interface
org.eclipse.ocl.examples.pivot.UnspecifiedType

Packages that use UnspecifiedType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of UnspecifiedType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return UnspecifiedType
 UnspecifiedType PivotFactory.createUnspecifiedType()
          Returns a new object of class 'Unspecified Type'.
 

Uses of UnspecifiedType in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement UnspecifiedType
 class UnspecifiedTypeImpl
          An implementation of the model object 'Unspecified Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return UnspecifiedType
 UnspecifiedType PivotFactoryImpl.createUnspecifiedType()
           
 

Uses of UnspecifiedType in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return UnspecifiedType
 UnspecifiedType MetaModelManager.createUnspecifiedType()
           
 

Uses of UnspecifiedType in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type UnspecifiedType
 T1 PivotSwitch.caseUnspecifiedType(UnspecifiedType object)
          Returns the result of interpreting the object as an instance of 'Unspecified Type'.
 boolean PivotValidator.validateUnspecifiedType(UnspecifiedType unspecifiedType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitUnspecifiedType(UnspecifiedType object)
           
 R AbstractExtendingVisitor.visitUnspecifiedType(UnspecifiedType object)
           
 R AbstractNullVisitor.visitUnspecifiedType(UnspecifiedType object)
           
 R AbstractWrappingVisitor.visitUnspecifiedType(UnspecifiedType object)
           
 R Visitor.visitUnspecifiedType(UnspecifiedType object)
           
 

Uses of UnspecifiedType in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type UnspecifiedType
 java.lang.String ToStringVisitor.visitUnspecifiedType(UnspecifiedType object)