Uses of Interface
org.eclipse.ocl.ecore.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. 
 

Uses of NavigationCallExp in org.eclipse.ocl.ecore
 

Subinterfaces of NavigationCallExp in org.eclipse.ocl.ecore
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type NavigationCallExp
 T EcoreSwitch.caseNavigationCallExp(NavigationCallExp object)
          Returns the result of interpreting the object as an instance of 'Navigation Call Exp'
 boolean EcoreValidator.validateNavigationCallExp(NavigationCallExp navigationCallExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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