Interface SeffGuardedBranch
-
- All Superinterfaces:
EObject
,Notifier
,SeffBranch
- All Known Implementing Classes:
SeffGuardedBranchImpl
public interface SeffGuardedBranch extends SeffBranch
A representation of the model object 'Seff Guarded Branch'.The following features are supported:
- See Also:
RepoLangPackage.getSeffGuardedBranch()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCondition()
Returns the value of the 'Condition' attribute.void
setCondition(String value)
Sets the value of the 'Condition
' attribute.-
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
-
Methods inherited from interface com.palladiosimulator.textual.repository.repoLang.SeffBranch
getName, getSeff, setName, setSeff
-
-
-
-
Method Detail
-
getCondition
String getCondition()
Returns the value of the 'Condition' attribute.- Returns:
- the value of the 'Condition' attribute.
- See Also:
setCondition(String)
,RepoLangPackage.getSeffGuardedBranch_Condition()
- Generated class or method.
- EMF model class or method.
-
setCondition
void setCondition(String value)
Sets the value of the 'Condition
' attribute.- Parameters:
value
- the new value of the 'Condition' attribute.- See Also:
getCondition()
- Generated class or method.
-
-