de.cau.cs.kieler.synccharts.text.interfaces.interfaces
Interface Variables

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
VariablesImpl

public interface Variables
extends EObject

A representation of the model object 'Variables'.

The following features are supported:

See Also:
InterfacesPackage.getVariables()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Variable> getVars()
          Returns the value of the 'Vars' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getVars

EList<Variable> getVars()
Returns the value of the 'Vars' containment reference list. The list contents are of type Variable.

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

Returns:
the value of the 'Vars' containment reference list.
See Also:
InterfacesPackage.getVariables_Vars()
Generated:
This code was automatically generated.
Model element:
containment=true