Class IntegerLabelFilter

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegerLabelFilter

        public IntegerLabelFilter​(java.lang.String key,
                                  int... value)
      • IntegerLabelFilter

        public IntegerLabelFilter​(java.lang.String... keyAndvalues)
    • Method Detail

      • accept

        public boolean accept​(long i,
                              long j,
                              Label label)
        Description copied from interface: Transform.LabelledArcFilter
        Tells if the arc (i,j) with label label has to be accepted or not.
        Specified by:
        accept in interface Transform.LabelledArcFilter
        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.