de.cau.cs.kieler.synccharts
Interface Substitution

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

public interface Substitution
extends EObject

A representation of the model object 'Substitution'.

The following features are supported:

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

Field Summary
static String copyright
           
 
Method Summary
 String getActual()
          Returns the value of the 'Actual' attribute.
 String getFormal()
          Returns the value of the 'Formal' attribute.
 Scope getParentScope()
          Returns the value of the 'Parent Scope' container reference.
 void setActual(String value)
          Sets the value of the 'Actual' attribute.
 void setFormal(String value)
          Sets the value of the 'Formal' attribute.
 void setParentScope(Scope value)
          Sets the value of the 'Parent Scope' container reference.
 
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
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Method Detail

getParentScope

Scope getParentScope()
Returns the value of the 'Parent Scope' container reference. It is bidirectional and its opposite is 'Renamings'.

If the meaning of the 'Parent Scope' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Scope' container reference.
See Also:
setParentScope(Scope), SyncchartsPackage.getSubstitution_ParentScope(), Scope.getRenamings()
Generated:
This code was automatically generated.
Model element:
opposite=renamings
required=true
transient=false

setParentScope

void setParentScope(Scope value)
Sets the value of the 'Parent Scope' container reference.

Parameters:
value - the new value of the 'Parent Scope' container reference.
See Also:
getParentScope()
Generated:
This code was automatically generated.

getFormal

String getFormal()
Returns the value of the 'Formal' attribute.

If the meaning of the 'Formal' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Formal' attribute.
See Also:
setFormal(String), SyncchartsPackage.getSubstitution_Formal()
Generated:
This code was automatically generated.
Model element:
required=true

setFormal

void setFormal(String value)
Sets the value of the 'Formal' attribute.

Parameters:
value - the new value of the 'Formal' attribute.
See Also:
getFormal()
Generated:
This code was automatically generated.

getActual

String getActual()
Returns the value of the 'Actual' attribute.

If the meaning of the 'Actual' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Actual' attribute.
See Also:
setActual(String), SyncchartsPackage.getSubstitution_Actual()
Generated:
This code was automatically generated.
Model element:
required=true

setActual

void setActual(String value)
Sets the value of the 'Actual' attribute.

Parameters:
value - the new value of the 'Actual' attribute.
See Also:
getActual()
Generated:
This code was automatically generated.