Class Startable

java.lang.Object
jadex.model.modelinfo.Startable
Direct Known Subclasses:
ComponentInstanceInfo, ConfigurationInfo, ModelInfo, SubcomponentTypeInfo

public class Startable extends Object
Base class for startable elements.
  • Field Details

    • description

      protected String description
      The description.
  • Constructor Details

    • Startable

      public Startable()
  • Method Details

    • getDescription

      public String getDescription()
      Get the model description.
      Returns:
      The model description.
    • setDescription

      public void setDescription(String description)
      Set the description.
      Parameters:
      description - The description to set.
    • getSuspend

      public Boolean getSuspend()
      Get the suspend.
      Returns:
      the suspend.
    • setSuspend

      public void setSuspend(Boolean suspend)
      Set the suspend.
      Parameters:
      suspend - The suspend to set.
    • getKeepalive

      public Boolean getKeepalive()
      Get the keepalive.
      Returns:
      the keepalive.
    • setKeepalive

      public void setKeepalive(Boolean keepalive)
      Set the keepalive.
      Parameters:
      keepalive - The keepalive to set.
    • getSynchronous

      public Boolean getSynchronous()
      Get the synchronous.
      Returns:
      The synchronous.
    • setSynchronous

      public void setSynchronous(Boolean synchronous)
      Set the synchronous.
      Parameters:
      synchronous - The synchronous to set.