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

Packages that use FeatureCallExp
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of FeatureCallExp in org.eclipse.ocl.uml
 

Subinterfaces of FeatureCallExp in org.eclipse.ocl.uml
 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.uml.util
 

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


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