Interface IDesignTreatmentTask

All Superinterfaces:
ICompilationSupport, IDesignElement, InputConnectionPoint, IPropertiesSupport, IProtocolSupport, IWidget, IWritable, IXmlSerializable, OutputConnectionPoint, Serializable
All Known Subinterfaces:
IDesignConnectorTreatmentTask, IDesignFieldTreatmentTask, IDesignRoleTreatmentTask, IDesignScriptTreatmentTask, IDesignStateTreatmentTask

Interface to describe a treatment task within a diagram.
Since:
2.0, 9/11/2010
Version:
1.0
Author:
vlygeros
  • Method Details

    • setComment

      void setComment(String comment)
      Sets the comment of the treatment task.
      Parameters:
      comment - The comment to set
    • getComment

      String getComment()
      Gets the comment of the treatment task.
      Returns:
      A java.lang.String value.
    • getType

      int getType()
      Gets the type of the treatment task.
      Returns:
      An int value.
    • getDesignTreatmentGroupTask

      IDesignTreatmentGroupTask getDesignTreatmentGroupTask()
      Gets the parent group.
      Returns:
      IDesignTreatmentGroupTask