Class ForkActionAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<E>
-
- org.palladiosimulator.protocom.model.seff.ActionAdapter<org.palladiosimulator.pcm.seff.ForkAction>
-
- org.palladiosimulator.protocom.model.seff.ForkActionAdapter
-
public class ForkActionAdapter extends ActionAdapter<org.palladiosimulator.pcm.seff.ForkAction>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description ForkActionAdapter(org.palladiosimulator.pcm.seff.ForkAction entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EList<org.palladiosimulator.pcm.seff.ForkedBehaviour>
getAsynchronousForkedBehaviours()
-
Methods inherited from class org.palladiosimulator.protocom.model.seff.ActionAdapter
getId, getSafeId, getSuccessor
-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getAsynchronousForkedBehaviours
public EList<org.palladiosimulator.pcm.seff.ForkedBehaviour> getAsynchronousForkedBehaviours()
-
-