EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.pattern.relations.CallParameter

Packages that use CallParameter
org.eclipse.egf.pattern.ecore   
org.eclipse.egf.pattern.relations   
org.eclipse.egf.pattern.relations.impl   
org.eclipse.egf.pattern.relations.util   
 

Uses of CallParameter in org.eclipse.egf.pattern.ecore
 

Fields in org.eclipse.egf.pattern.ecore with type parameters of type CallParameter
protected  List<CallParameter> PatternHandler.PatternData._callParameters
          Public method parameters.
 

Methods in org.eclipse.egf.pattern.ecore that return types with arguments of type CallParameter
 List<CallParameter> PatternHandler.PatternData.getCallParameters()
          Get all public method parameters, also stated as 'Call parameters'.
protected  List<CallParameter> PatternHandler.getCallParameters(Pattern pattern_p)
          Get all public method parameters for given pattern.
 List<CallParameter> PatternHandler.recomputeCallParameters()
          Recompute all public method parameters.
 

Uses of CallParameter in org.eclipse.egf.pattern.relations
 

Methods in org.eclipse.egf.pattern.relations that return CallParameter
 CallParameter RelationsFactory.createCallParameter()
          Returns a new object of class 'Call Parameter'
 

Uses of CallParameter in org.eclipse.egf.pattern.relations.impl
 

Classes in org.eclipse.egf.pattern.relations.impl that implement CallParameter
 class CallParameterImpl
          An implementation of the model object 'Call Parameter'.
 

Methods in org.eclipse.egf.pattern.relations.impl that return CallParameter
 CallParameter RelationsFactoryImpl.createCallParameter()
           
 

Uses of CallParameter in org.eclipse.egf.pattern.relations.util
 

Methods in org.eclipse.egf.pattern.relations.util with parameters of type CallParameter
 T RelationsSwitch.caseCallParameter(CallParameter object)
          Returns the result of interpreting the object as an instance of 'Call Parameter'
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.