Interface Transform.LabelledArcFilter

    • Method Detail

      • accept

        boolean accept​(int i,
                       int j,
                       Label label)
        Tells if the arc (i,j) with label label has to be accepted or not.
        Parameters:
        i - the source of the arc.
        j - the destination of the arc.
        label - the label of the arc.
        Returns:
        if the arc has to be accepted.