Interface SeffInternalAction

All Superinterfaces:
EObject, Notifier, SeffAction
All Known Implementing Classes:
SeffInternalActionImpl

public interface SeffInternalAction extends SeffAction
A representation of the model object 'Seff Internal Action'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getDemandType

      org.palladiosimulator.pcm.resourcetype.ProcessingResourceType getDemandType()
      Returns the value of the 'Demand Type' reference.
      Returns:
      the value of the 'Demand Type' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDemandType

      void setDemandType(org.palladiosimulator.pcm.resourcetype.ProcessingResourceType value)
      Sets the value of the 'Demand Type' reference.
      Parameters:
      value - the new value of the 'Demand Type' reference.
      See Also:
      Generated class or method.
    • getDemand

      String getDemand()
      Returns the value of the 'Demand' attribute.
      Returns:
      the value of the 'Demand' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDemand

      void setDemand(String value)
      Sets the value of the 'Demand' attribute.
      Parameters:
      value - the new value of the 'Demand' attribute.
      See Also:
      Generated class or method.