Interface ProblemList

    • Method Detail

      • create

        ProblemFeature create​(java.lang.String tag,
                              java.lang.String type)
        Creates a problem node.
        Specified by:
        create in interface PropFeatureList<ProblemFeature>
        Parameters:
        tag - Problem node tag.
        type - Type of common definitions feature: one of Error, Warning, Information, ....
        Returns:
        Created problem node.