Interface ControlFlowPlacementStrategy

  • All Superinterfaces:
    EObject, Notifier, PlacementStrategy

    public interface ControlFlowPlacementStrategy
    extends PlacementStrategy
    A representation of the model object 'Control Flow Placement Strategy'.

    The following features are supported:

    See Also:
    featureSolution.FeatureSolutionPackage#getControlFlowPlacementStrategy()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getForAllControlFlowsIn

        org.palladiosimulator.pcm.repository.RepositoryComponent getForAllControlFlowsIn()
        Returns the value of the 'For All Control Flows In' reference.

        If the meaning of the 'For All Control Flows In' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'For All Control Flows In' reference.
        See Also:
        setForAllControlFlowsIn(RepositoryComponent), featureSolution.FeatureSolutionPackage#getControlFlowPlacementStrategy_ForAllControlFlowsIn()
        Generated class or method.
        EMF model class or method.
      • setForAllControlFlowsIn

        void setForAllControlFlowsIn​(org.palladiosimulator.pcm.repository.RepositoryComponent value)
        Sets the value of the 'For All Control Flows In' reference.
        Parameters:
        value - the new value of the 'For All Control Flows In' reference.
        See Also:
        getForAllControlFlowsIn()
        Generated class or method.