Interface SeffGuardedBranch
- All Superinterfaces:
EObject
,Notifier
,SeffBranch
- All Known Implementing Classes:
SeffGuardedBranchImpl
A representation of the model object 'Seff Guarded Branch'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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 Details
-
getCondition
String getCondition()Returns the value of the 'Condition' attribute.- Returns:
- the value of the 'Condition' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setCondition
Sets the value of the 'Condition
' attribute.- Parameters:
value
- the new value of the 'Condition' attribute.- See Also:
- Generated class or method.
-