Class BranchTransitionAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.usagemodel.BranchTransition>
-
- org.palladiosimulator.protocom.model.usage.BranchTransitionAdapter
-
public class BranchTransitionAdapter extends ModelAdapter<org.palladiosimulator.pcm.usagemodel.BranchTransition>
Adapter class for PCM BranchTransition entities.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description BranchTransitionAdapter(org.palladiosimulator.pcm.usagemodel.BranchTransition entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getProbability()
Gets the probability of the branch.StartAdapter
getStart()
Gets the start actions of the branch.-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getStart
public StartAdapter getStart()
Gets the start actions of the branch.- Returns:
- an adapter for the start action
-
getProbability
public double getProbability()
Gets the probability of the branch.- Returns:
- the probability of the branch
-
-