Class BranchAdapter
java.lang.Object
org.palladiosimulator.protocom.model.ModelAdapter<E>
org.palladiosimulator.protocom.model.usage.UserActionAdapter<org.palladiosimulator.pcm.usagemodel.Branch>
org.palladiosimulator.protocom.model.usage.BranchAdapter
Adapter class for PCM Branch user actions.
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the branch transitions.Methods inherited from class org.palladiosimulator.protocom.model.usage.UserActionAdapter
getSuccessor
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
Constructor Details
-
BranchAdapter
public BranchAdapter(org.palladiosimulator.pcm.usagemodel.Branch entity)
-
-
Method Details
-
getBranchTransitions
Gets the branch transitions.- Returns:
- a list of adapters for the branch transitions
-