EGF Engine
Release 0.1.0

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

Packages that use ParameterRelation
org.eclipse.egf.pattern.ecore   
org.eclipse.egf.pattern.ecore.condition   
org.eclipse.egf.pattern.internal.production.jet   
org.eclipse.egf.pattern.production   
org.eclipse.egf.pattern.relations   
org.eclipse.egf.pattern.relations.impl   
org.eclipse.egf.pattern.relations.util   
org.eclipse.egf.pattern.ui.editor.page   
org.eclipse.egf.pattern.ui.internal.editor   
org.eclipse.egf.pattern.ui.internal.editor.page.implementation   
org.eclipse.egf.pattern.ui.internal.editor.page.specification.wizard   
 

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

Fields in org.eclipse.egf.pattern.ecore with type parameters of type ParameterRelation
protected  List<ParameterRelation> PatternHandler.PatternData._parameters
          All pattern matching parameters, including parents ones.
 

Methods in org.eclipse.egf.pattern.ecore that return types with arguments of type ParameterRelation
 List<ParameterRelation> PatternHandler.PatternData.getAllParameters()
          Get all pattern matching parameters, including parents ones, starting from farthest (higher parent) to closest (current pattern) parameters.
protected  List<ParameterRelation> PatternHandler.getAllParameters(Pattern pattern_p)
          Get all pattern matching parameters for given pattern.
protected  List<ParameterRelation> AbstractPatternGenerator.getPatternParameters(ResourceSet resourceSet_p)
          Get pattern parameters.
static List<ParameterRelation> PatternConditionHelper.getPatternParameters(String patternFullId_p)
          Get all parameters for identified pattern.
 List<ParameterRelation> PatternHandler.recomputeAllParameters()
          Recompute all pattern matching parameters.
 

Uses of ParameterRelation in org.eclipse.egf.pattern.ecore.condition
 

Method parameters in org.eclipse.egf.pattern.ecore.condition with type arguments of type ParameterRelation
static String GeneratedConditionProducer.getNewConditionClassDefaultContent(PatternHandler.PatternData patternData_p, List<ParameterRelation> parameters_p)
          Get condition class expected content, without the already existing user code.
 

Uses of ParameterRelation in org.eclipse.egf.pattern.internal.production.jet
 

Method parameters in org.eclipse.egf.pattern.internal.production.jet with type arguments of type ParameterRelation
 Couple<StringBuilder,StringBuilder> JetProductionContributor.createPatternMatchingTemplates(PatternHandler.PatternData patternData_p, List<ParameterRelation> parameters_p)
           
 

Uses of ParameterRelation in org.eclipse.egf.pattern.production
 

Method parameters in org.eclipse.egf.pattern.production with type arguments of type ParameterRelation
 Couple<StringBuilder,StringBuilder> IProductionContributor.createPatternMatchingTemplates(PatternHandler.PatternData patternData_p, List<ParameterRelation> parameters_p)
          Create pre/post pattern matching templates.
protected  void GeneratedContentProducer.replacePatternMatchingTemplates(PatternHandler.PatternData patternData_p, List<ParameterRelation> parameters_p)
          Replace pre and post pattern matching templates that are included in the generated pattern template.
protected  void GeneratedContentProducer.updateConditionClass(PatternHandler.PatternData patternData_p, List<ParameterRelation> parameters_p)
          Update condition class if it already exists, else create it with empty content.
 

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

Methods in org.eclipse.egf.pattern.relations that return ParameterRelation
 ParameterRelation RelationsFactory.createParameterRelation()
          Returns a new object of class 'Parameter Relation'
 

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

Classes in org.eclipse.egf.pattern.relations.impl that implement ParameterRelation
 class ParameterRelationImpl
          An implementation of the model object 'Parameter Relation'.
 

Methods in org.eclipse.egf.pattern.relations.impl that return ParameterRelation
 ParameterRelation RelationsFactoryImpl.createParameterRelation()
           
 

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

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

Uses of ParameterRelation in org.eclipse.egf.pattern.ui.editor.page
 

Methods in org.eclipse.egf.pattern.ui.editor.page that return types with arguments of type ParameterRelation
 List<ParameterRelation> PatternSpecificationPage.ParametersContentHandler.getParameters()
          Get known parameters.
 

Constructors in org.eclipse.egf.pattern.ui.editor.page with parameters of type ParameterRelation
PatternSpecificationPage.ParameterDetailsHandler(ParameterRelation parameter_p)
          Constructor.
PatternSpecificationPage.ParameterNameValidator(Control control_p, ParameterRelation currentParameter_p)
          Constructor.
 

Uses of ParameterRelation in org.eclipse.egf.pattern.ui.internal.editor
 

Methods in org.eclipse.egf.pattern.ui.internal.editor that return ParameterRelation
 ParameterRelation PatternEditorContentOutlinePage.PatternParameterNode.getParameter()
           
 

Constructors in org.eclipse.egf.pattern.ui.internal.editor with parameters of type ParameterRelation
PatternEditorContentOutlinePage.PatternParameterNode(ParameterRelation parameter_p, ITreeNode parent_p)
          Constructor.
 

Uses of ParameterRelation in org.eclipse.egf.pattern.ui.internal.editor.page.implementation
 

Methods in org.eclipse.egf.pattern.ui.internal.editor.page.implementation that return ParameterRelation
 ParameterRelation IParameterHandler.getParameter()
          Get parameter.
 

Uses of ParameterRelation in org.eclipse.egf.pattern.ui.internal.editor.page.specification.wizard
 

Methods in org.eclipse.egf.pattern.ui.internal.editor.page.specification.wizard that return ParameterRelation
 ParameterRelation ParameterWizard.getParameter()
          Get parameter.
 

Constructors in org.eclipse.egf.pattern.ui.internal.editor.page.specification.wizard with parameters of type ParameterRelation
ParameterWizard(ParameterRelation parameter_p)
          Constructor.
 


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.