Class MarkovResourceType

java.lang.Object
org.palladiosimulator.reliability.solver.pcm2markov.MarkovResourceType

public class MarkovResourceType extends Object
Reflects a processing resource type from the PCM meta-model.
  • Constructor Details

    • MarkovResourceType

      public MarkovResourceType()
      The constructor.
  • Method Details

    • getId

      public String getId()
      Retrieves the type ID.
      Returns:
      the type ID
    • getName

      public String getName()
      Retrieves the type name.
      Returns:
      the type name
    • setId

      public void setId(String typeId)
      Sets the type ID.
      Parameters:
      typeId - the type ID to set
    • setName

      public void setName(String typeName)
      Sets the type name.
      Parameters:
      typeName - the type name