Interface InternalSeff
-
- All Known Implementing Classes:
SeffCreator
public interface InternalSeffTODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.seff.ResourceDemandingBehaviourbuildBehaviour()org.palladiosimulator.pcm.seff.ForkedBehaviourbuildForkedBehaviour()org.palladiosimulator.pcm.seff.ResourceDemandingInternalBehaviourbuildInternalBehaviour()StartActionCreatorwithStartAction()Creates aStartAction.
-
-
-
Method Detail
-
withStartAction
StartActionCreator withStartAction()
Creates aStartAction.- Returns:
- the start action in the making
-
buildInternalBehaviour
org.palladiosimulator.pcm.seff.ResourceDemandingInternalBehaviour buildInternalBehaviour()
-
buildBehaviour
org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour buildBehaviour()
-
buildForkedBehaviour
org.palladiosimulator.pcm.seff.ForkedBehaviour buildForkedBehaviour()
-
-