org.eclipse.gmt.umlx.tx.util
Class TxUtils

java.lang.Object
  extended by org.eclipse.gmt.umlx.tx.util.TxUtils

public class TxUtils
extends java.lang.Object


Field Summary
static EModel txModel
           
 
Constructor Summary
TxUtils()
           
 
Method Summary
static org.eclipse.emf.ecore.EObject createDefaultContents()
           
static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Class<? extends org.eclipse.emf.ecore.EObject> javaClass, java.lang.String featureName)
           
static java.util.List<TxSheetAttributeVariable> getGAttributeVariables(TxClassVariable gClassVariable)
           
static java.util.List<TxParameter> getGParameters(TxHelper helper)
           
static void initTreeAdapters()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

txModel

public static final EModel txModel
Constructor Detail

TxUtils

public TxUtils()
Method Detail

createDefaultContents

public static org.eclipse.emf.ecore.EObject createDefaultContents()

getFeature

public static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Class<? extends org.eclipse.emf.ecore.EObject> javaClass,
                                                                  java.lang.String featureName)

getGAttributeVariables

public static java.util.List<TxSheetAttributeVariable> getGAttributeVariables(TxClassVariable gClassVariable)

getGParameters

public static java.util.List<TxParameter> getGParameters(TxHelper helper)

initTreeAdapters

public static void initTreeAdapters()