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.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'.
 

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'.
 

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Profile
 T 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 Visitor.visitProfile(Profile object)