Class LoopActionAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<E>
-
- org.palladiosimulator.protocom.model.seff.ActionAdapter<org.palladiosimulator.pcm.seff.LoopAction>
-
- org.palladiosimulator.protocom.model.seff.LoopActionAdapter
-
public class LoopActionAdapter extends ActionAdapter<org.palladiosimulator.pcm.seff.LoopAction>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description LoopActionAdapter(org.palladiosimulator.pcm.seff.LoopAction entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIterationCount()
StartActionAdapter
getStart()
-
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
-
getIterationCount
public String getIterationCount()
-
getStart
public StartActionAdapter getStart()
-
-