Uses of Interface
org.eclipse.emf.ocl.expressions.NavigationCallExp

Packages that use NavigationCallExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
 

Uses of NavigationCallExp in org.eclipse.emf.ocl.expressions
 

Subinterfaces of NavigationCallExp in org.eclipse.emf.ocl.expressions
 interface AssociationClassCallExp
          Deprecated. Use the AssociationClassCallExp interface, instead.
 interface PropertyCallExp
          Deprecated. Use the PropertyCallExp interface, instead.
 

Uses of NavigationCallExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement NavigationCallExp
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'
 class NavigationCallExpImpl
          An implementation of the model object 'Navigation Call Exp'
 class PropertyCallExpImpl
          An implementation of the model object 'Association End Call Exp'
 

Uses of NavigationCallExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type NavigationCallExp
 Object ExpressionsSwitch.caseNavigationCallExp(NavigationCallExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Navigation Call Exp'
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.