de.cau.cs.kieler.quartz.editor.quartz
Interface QType

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

public interface QType
extends EObject

A representation of the model object 'QType'.

The following features are supported:

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

Method Summary
 DimList getDims()
          Returns the value of the 'Dims' containment reference.
 UtyExpr getTa()
          Returns the value of the 'Ta' containment reference.
 UtyExpr getTb()
          Returns the value of the 'Tb' containment reference.
 UtyExpr getTc()
          Returns the value of the 'Tc' containment reference.
 void setDims(DimList value)
          Sets the value of the 'Dims' containment reference.
 void setTa(UtyExpr value)
          Sets the value of the 'Ta' containment reference.
 void setTb(UtyExpr value)
          Sets the value of the 'Tb' containment reference.
 void setTc(UtyExpr value)
          Sets the value of the 'Tc' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTa

UtyExpr getTa()
Returns the value of the 'Ta' containment reference.

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

Returns:
the value of the 'Ta' containment reference.
See Also:
setTa(UtyExpr), QuartzPackage.getQType_Ta()
Generated:
This code was automatically generated.
Model element:
containment=true

setTa

void setTa(UtyExpr value)
Sets the value of the 'Ta' containment reference.

Parameters:
value - the new value of the 'Ta' containment reference.
See Also:
getTa()
Generated:
This code was automatically generated.

getTb

UtyExpr getTb()
Returns the value of the 'Tb' containment reference.

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

Returns:
the value of the 'Tb' containment reference.
See Also:
setTb(UtyExpr), QuartzPackage.getQType_Tb()
Generated:
This code was automatically generated.
Model element:
containment=true

setTb

void setTb(UtyExpr value)
Sets the value of the 'Tb' containment reference.

Parameters:
value - the new value of the 'Tb' containment reference.
See Also:
getTb()
Generated:
This code was automatically generated.

getTc

UtyExpr getTc()
Returns the value of the 'Tc' containment reference.

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

Returns:
the value of the 'Tc' containment reference.
See Also:
setTc(UtyExpr), QuartzPackage.getQType_Tc()
Generated:
This code was automatically generated.
Model element:
containment=true

setTc

void setTc(UtyExpr value)
Sets the value of the 'Tc' containment reference.

Parameters:
value - the new value of the 'Tc' containment reference.
See Also:
getTc()
Generated:
This code was automatically generated.

getDims

DimList getDims()
Returns the value of the 'Dims' containment reference.

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

Returns:
the value of the 'Dims' containment reference.
See Also:
setDims(DimList), QuartzPackage.getQType_Dims()
Generated:
This code was automatically generated.
Model element:
containment=true

setDims

void setDims(DimList value)
Sets the value of the 'Dims' containment reference.

Parameters:
value - the new value of the 'Dims' containment reference.
See Also:
getDims()
Generated:
This code was automatically generated.