|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.pattern.execution.PatternExecutionHelper
public class PatternExecutionHelper
Nested Class Summary | |
---|---|
static class |
PatternExecutionHelper.ArgumentKey
Argument key. |
Constructor Summary | |
---|---|
PatternExecutionHelper()
|
Method Summary | |
---|---|
static Object |
doRunPattern(String patternFullId_p,
Object arguments_p)
Do run identified pattern with given arguments_p. |
static org.eclipse.egf.core.context.ProductionContext |
getContext(Object argument_p)
Get production context from pattern argument. |
static IPatternExecutionReporter |
getExecutionReporter(Object argument_p)
Get execution reporter. |
static Resource |
getResource(Object argument_p)
Get EMF resource from pattern argument. |
static Object |
invokePattern(String patternFullId_p,
Object arguments_p)
Invoke identified pattern with given arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternExecutionHelper()
Method Detail |
---|
public static Resource getResource(Object argument_p)
argument_p
-
public static org.eclipse.egf.core.context.ProductionContext getContext(Object argument_p)
argument_p
-
public static IPatternExecutionReporter getExecutionReporter(Object argument_p)
argument_p
-
public static Object invokePattern(String patternFullId_p, Object arguments_p)
patternFullId_p
- the pattern full id.arguments_p
- a set of arguments, compatible with the pattern kind.
public static Object doRunPattern(String patternFullId_p, Object arguments_p) throws Exception
patternFullId_p
- the pattern full id.arguments_p
- a set of arguments, compatible with the pattern kind.
Exception
- run failed.
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.