EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ecore
Class PatternConditionHelper

java.lang.Object
  extended by org.eclipse.egf.pattern.ecore.PatternConditionHelper

public class PatternConditionHelper
extends Object

Pattern condition helper.


Constructor Summary
PatternConditionHelper()
           
 
Method Summary
static List<ParameterRelation> getPatternParameters(String patternFullId_p)
          Get all parameters for identified pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternConditionHelper

public PatternConditionHelper()
Method Detail

getPatternParameters

public static List<ParameterRelation> getPatternParameters(String patternFullId_p)
Get all parameters for identified pattern.
Does not look for parameters in current workspace.
Should only be used by the condition producer generated result!

Parameters:
patternFullId_p - The full id of the pattern.
Returns:
null if pattern could not be found, or empty list if it does not declare any 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.