EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ecore.condition
Class ConditionClassOutput

java.lang.Object
  extended by org.eclipse.egf.pattern.ecore.condition.ConditionClassOutput

public class ConditionClassOutput
extends Object

Container for the generated output.


Method Summary
 String getGeneratedConditionClassContent(String patternFullId_p)
          Get generated condition class content.
static ConditionClassOutput getSharedInstance()
          Get shared instance at the time of calling.
 void reset()
          Reset stored values.
 void setGeneratedConditionClassContent(String generatedConditionClassContent_p, String patternFullId_p)
          Set generated condition class content for identified pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSharedInstance

public static ConditionClassOutput getSharedInstance()
Get shared instance at the time of calling.

Returns:

reset

public void reset()
Reset stored values.


getGeneratedConditionClassContent

public String getGeneratedConditionClassContent(String patternFullId_p)
Get generated condition class content.

Parameters:
patternFullId_p - Identified owner of the result.
Returns:
null if there is no result for identified pattern.

setGeneratedConditionClassContent

public void setGeneratedConditionClassContent(String generatedConditionClassContent_p,
                                              String patternFullId_p)
Set generated condition class content for identified pattern.

Parameters:
generatedConditionClassContent_p -
patternFullId_p -

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.