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

Packages that use TypeExtension
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
 

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

Methods in org.eclipse.ocl.examples.pivot that return TypeExtension
 TypeExtension PivotFactory.createTypeExtension()
          Returns a new object of class 'Type Extension'.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type TypeExtension
 java.util.List<TypeExtension> Type.getExtendedBys()
          Returns the value of the 'Extended Bys' reference list.
 java.util.List<TypeExtension> Stereotype.getExtensionOfs()
          Returns the value of the 'Extension Ofs' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement TypeExtension
 class TypeExtensionImpl
          An implementation of the model object 'Type Extension'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type TypeExtension
protected  org.eclipse.emf.common.util.EList<TypeExtension> TypeImpl.extendedBys
          The cached value of the 'Extended Bys' reference list.
protected  org.eclipse.emf.common.util.EList<TypeExtension> StereotypeImpl.extensionOfs
          The cached value of the 'Extension Ofs' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TypeExtension
 TypeExtension PivotFactoryImpl.createTypeExtension()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type TypeExtension
 java.util.List<TypeExtension> TypeImpl.getExtendedBys()
           
 java.util.List<TypeExtension> StereotypeImpl.getExtensionOfs()
           
 

Uses of TypeExtension in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml that return types with arguments of type TypeExtension
 java.util.Map<Type,java.util.Set<TypeExtension>> ProfileAnalysis.computeMetatypes2typeExtensions()
           
 java.util.Map<Type,java.util.Set<TypeExtension>> ProfileAnalysis.computeMetatypes2typeExtensions(java.util.Set<Profile> appliedProfileClosure)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type TypeExtension
 void ProfileAnalysis.addTypeExtension(TypeExtension asTypeExtension)
           
abstract  void UML2Pivot.addTypeExtension(TypeExtension asTypeExtension)
           
 void UML2Pivot.Inner.addTypeExtension(TypeExtension asTypeExtension)
           
 void UML2Pivot.Outer.addTypeExtension(TypeExtension asTypeExtension)
           
 

Method parameters in org.eclipse.ocl.examples.pivot.uml with type arguments of type TypeExtension
protected  void ModelAnalysis.printMetatypes2StereotypeExtensions(Package asPackage, java.util.Map<Type,java.util.Set<TypeExtension>> metatype2typeExtensions)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TypeExtension
 T1 PivotSwitch.caseTypeExtension(TypeExtension object)
          Returns the result of interpreting the object as an instance of 'Type Extension'.
 boolean PivotValidator.validateTypeExtension(TypeExtension typeExtension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTypeExtension(TypeExtension object)
           
 R AbstractExtendingVisitor.visitTypeExtension(TypeExtension object)
           
 R AbstractNullVisitor.visitTypeExtension(TypeExtension object)
           
 R AbstractWrappingVisitor.visitTypeExtension(TypeExtension object)
           
 R Visitor.visitTypeExtension(TypeExtension object)
           
 

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

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