Class SignatureDependentInternalActionDescriptor

All Implemented Interfaces:
ISignatureDependentAction

public abstract class SignatureDependentInternalActionDescriptor extends AbstractInternalActionDescriptor implements ISignatureDependentAction
  • Field Details

    • currentSignature

      protected org.palladiosimulator.pcm.repository.Signature currentSignature
  • Constructor Details

    • SignatureDependentInternalActionDescriptor

      public SignatureDependentInternalActionDescriptor(org.palladiosimulator.pcm.resourcetype.ResourceType resourceType)
  • Method Details

    • setCurrentSignature

      public void setCurrentSignature(org.palladiosimulator.pcm.repository.Signature sig)
    • getResourceDemand

      public String getResourceDemand()
      Specified by:
      getResourceDemand in class AbstractInternalActionDescriptor
    • getDemand

      protected abstract String getDemand(org.palladiosimulator.pcm.repository.Signature signature)