Interface Transform.LabelledArcFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(long i, long j, Label label)
      Tells if the arc (i,j) with label label has to be accepted or not.
    • Method Detail

      • accept

        boolean accept​(long i,
                       long 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.