Class ScenarioBehaviourAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour>
-
- org.palladiosimulator.protocom.model.usage.ScenarioBehaviourAdapter
-
public class ScenarioBehaviourAdapter extends ModelAdapter<org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description ScenarioBehaviourAdapter(org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-