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

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

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

Methods in org.eclipse.ocl.examples.pivot that return Profile
 Profile PivotFactory.createProfile()
          Returns a new object of class 'Profile'.
 Profile ProfileApplication.getAppliedProfile()
          Returns the value of the 'Applied Profile' reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Profile
 void ProfileApplication.setAppliedProfile(Profile value)
          Sets the value of the 'Applied Profile' reference.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Profile
 class ProfileImpl
          An implementation of the model object 'Profile'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Profile
protected  Profile ProfileApplicationImpl.appliedProfile
          The cached value of the 'Applied Profile' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Profile
 Profile ProfileApplicationImpl.basicGetAppliedProfile()
           
 Profile PivotFactoryImpl.createProfile()
           
 Profile ProfileApplicationImpl.getAppliedProfile()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Profile
 org.eclipse.emf.common.notify.NotificationChain ProfileApplicationImpl.basicSetAppliedProfile(Profile newAppliedProfile, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProfileApplicationImpl.setAppliedProfile(Profile newAppliedProfile)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Profile
 void ModelAnalysis.addProfile(Profile asProfile)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Profile
 T1 PivotSwitch.caseProfile(Profile object)
          Returns the result of interpreting the object as an instance of 'Profile'.
 boolean PivotValidator.validateProfile(Profile profile, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitProfile(Profile object)
           
 R AbstractExtendingVisitor.visitProfile(Profile object)
           
 R AbstractNullVisitor.visitProfile(Profile object)
           
 R AbstractWrappingVisitor.visitProfile(Profile object)
           
 R Visitor.visitProfile(Profile object)