Interface ClassificationResult
-
public interface ClassificationResultRepresents the result of applying aClassificationto aComponent.- Since:
- 9.10.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of this classification result.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of this classification result.- Returns:
- the name of this classification result
- Since:
- 9.10.4
-
-