Uses of Interface
org.eclipse.ocl.ecore.FeatureCallExp

Packages that use FeatureCallExp
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 FeatureCallExp in org.eclipse.ocl.ecore
 

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

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

Methods in org.eclipse.ocl.ecore.util with parameters of type FeatureCallExp
 T EcoreSwitch.caseFeatureCallExp(FeatureCallExp object)
          Returns the result of interpreting the object as an instance of 'Feature Call Exp'
 boolean EcoreValidator.validateFeatureCallExp(FeatureCallExp featureCallExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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