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

Packages that use NavigationCallExp
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of NavigationCallExp in org.eclipse.ocl.ecore
 

Subinterfaces of NavigationCallExp in org.eclipse.ocl.ecore
 interface NavigationCallExp
          A representation of the model object 'Navigation Call Exp'
 

Uses of NavigationCallExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type NavigationCallExp
<C,P> T
EcoreSwitch.caseNavigationCallExp_1(NavigationCallExp<C,P> object)
          Returns the result of interpretting the object as an instance of 'Navigation Call Exp'
 

Uses of NavigationCallExp in org.eclipse.ocl.expressions
 

Subinterfaces of NavigationCallExp in org.eclipse.ocl.expressions
 interface AssociationClassCallExp<C,P>
          A representation of the model object 'Association Class Call Exp'
 interface PropertyCallExp<C,P>
          A representation of the model object 'Property Call Exp'
 

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

Classes in org.eclipse.ocl.expressions.impl that implement NavigationCallExp
 class AssociationClassCallExpImpl<C,P>
          An implementation of the model object 'Association Class Call Exp'
 class NavigationCallExpImpl<C,P>
          An implementation of the model object 'Navigation Call Exp'
 class PropertyCallExpImpl<C,P>
          An implementation of the model object 'Property Call Exp'
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type NavigationCallExp
<C,P> T
ExpressionsSwitch.caseNavigationCallExp(NavigationCallExp<C,P> object)
          Returns the result of interpretting the object as an instance of 'Navigation Call Exp'
 

Uses of NavigationCallExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type NavigationCallExp
<C,P> T
UMLSwitch.caseNavigationCallExp_1(NavigationCallExp<C,P> object)
          Returns the result of interpretting the object as an instance of 'Navigation Call Exp'
 


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