Interface BranchProbability
-
- All Known Implementing Classes:
BranchProbabilityImpl
public interface BranchProbability extends EObject
A representation of the model object 'Branch Probability '.The following features are supported:
- See Also:
ComputedUsagePackage.getBranchProbability()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.seff.AbstractBranchTransition
getBranchtransition_BranchProbability()
Returns the value of the 'Branchtransition Branch Probability' reference.double
getProbability()
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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setProbability(double)
,ComputedUsagePackage.getBranchProbability_Probability()
- 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:
getProbability()
- 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:
setBranchtransition_BranchProbability(AbstractBranchTransition)
,ComputedUsagePackage.getBranchProbability_Branchtransition_BranchProbability()
- 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:
getBranchtransition_BranchProbability()
- Generated class or method.
-
-