org.eclipse.gmt.umlx.tx
Interface TxHelper

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, GElement, GModelElement, GNamedElement, GNodeElement, GPersistentCoModel, GPersistentNamedSheetNode, GPersistentSheetNode, GSheetNode, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TxHelperImpl

public interface TxHelper
extends GPersistentNamedSheetNode

A representation of the model object 'Helper'.

The following features are supported:

See Also:
TxPackage.getTxHelper()

Method Summary
 UHelper getDerivedCoModel()
           
 org.eclipse.emf.common.util.EList getGParameters()
          Returns the value of the 'GParameters' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GPersistentCoModel
getCoModel, setCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GSheetNode
getLocation, getSheet, getWidth, setLocation, setSheet, setWidth
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GNodeElement
getIncomingConnections, getOutgoingConnections
 

Method Detail

getGParameters

org.eclipse.emf.common.util.EList getGParameters()
Returns the value of the 'GParameters' containment reference list. The list contents are of type TxParameter. It is bidirectional and its opposite is 'GHelper'.

If the meaning of the 'GParameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'GParameters' containment reference list.
See Also:
TxPackage.getTxHelper_GParameters(), TxParameter.getGHelper()

getDerivedCoModel

UHelper getDerivedCoModel()