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

Packages that use ProfileApplication
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 ProfileApplication in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return ProfileApplication
 ProfileApplication PivotFactory.createProfileApplication()
          Returns a new object of class 'Profile Application'.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type ProfileApplication
 java.util.List<ProfileApplication> Profile.getApplication()
          Returns the value of the 'Application' reference list.
 java.util.List<ProfileApplication> Package.getProfileApplication()
          Returns the value of the 'Profile Application' containment reference list.
 

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

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

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type ProfileApplication
protected  org.eclipse.emf.common.util.EList<ProfileApplication> ProfileImpl.application
          The cached value of the 'Application' reference list.
protected  org.eclipse.emf.common.util.EList<ProfileApplication> PackageImpl.profileApplication
          The cached value of the 'Profile Application' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ProfileApplication
 ProfileApplication PivotFactoryImpl.createProfileApplication()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type ProfileApplication
 java.util.List<ProfileApplication> ProfileImpl.getApplication()
           
 java.util.List<ProfileApplication> PackageImpl.getProfileApplication()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type ProfileApplication
 void ModelAnalysis.addProfileApplication(ProfileApplication asProfileApplication)
           
abstract  void UML2Pivot.addProfileApplication(ProfileApplication asProfileApplication)
           
 void UML2Pivot.Inner.addProfileApplication(ProfileApplication asProfileApplication)
           
 void UML2Pivot.Outer.addProfileApplication(ProfileApplication asProfileApplication)
           
 

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

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

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

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