Interface ISymptom

All Superinterfaces:
Serializable
All Known Implementing Classes:
Symptom

public interface ISymptom extends Serializable
This interface defines a single symptom for a decision tree.
Since:
5.1
Author:
F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the symptom text for this object.
  • Method Details

    • getSymptomText

      IMultilingualText getSymptomText()
      Returns the symptom text for this object.
      Returns:
      A string which should never be zero length or null