Interface ClassificationResult
-
public interface ClassificationResult
Represents the result of applying aClassification
to aComponent
.- Since:
- 9.10.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
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
-
-