Interface ClassificationResult


public interface ClassificationResult
Represents the result of applying a Classification to a Component.
Since:
9.10.4
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Returns the name of this classification result.
  • Method Details

    • getName

      String getName()
      Returns the name of this classification result.
      Returns:
      the name of this classification result
      Since:
      9.10.4