Interface BranchProbability
- All Known Implementing Classes:
BranchProbabilityImpl
A representation of the model object 'Branch Probability
'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.seff.AbstractBranchTransition
Returns the value of the 'Branchtransition Branch Probability' reference.double
Returns the value of the 'Probability' attribute.void
setBranchtransition_BranchProbability
(org.palladiosimulator.pcm.seff.AbstractBranchTransition value) Sets the value of the 'Branchtransition Branch Probability
' reference.void
setProbability
(double value) Sets the value of the 'Probability
' 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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getProbability
double getProbability()Returns the value of the 'Probability' attribute.If the meaning of the 'Probability' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Probability' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setProbability
void setProbability(double value) Sets the value of the 'Probability
' attribute.- Parameters:
value
- the new value of the 'Probability' attribute.- See Also:
- Generated class or method.
-
getBranchtransition_BranchProbability
org.palladiosimulator.pcm.seff.AbstractBranchTransition getBranchtransition_BranchProbability()Returns the value of the 'Branchtransition Branch Probability' reference.If the meaning of the 'Branchtransition Branch Probability' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Branchtransition Branch Probability' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setBranchtransition_BranchProbability
void setBranchtransition_BranchProbability(org.palladiosimulator.pcm.seff.AbstractBranchTransition value) Sets the value of the 'Branchtransition Branch Probability
' reference.- Parameters:
value
- the new value of the 'Branchtransition Branch Probability' reference.- See Also:
- Generated class or method.
-