Class Transform.LowerBound

    • Constructor Summary

      Constructors 
      Constructor Description
      LowerBound​(int lowerBound)  
      LowerBound​(java.lang.String lowerBound)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(int i, int j, Label label)
      Returns true if the integer value associated to the well-known attribute of the label is larger than the threshold.
      • Methods inherited from class java.lang.Object

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

      • LowerBound

        public LowerBound​(int lowerBound)
      • LowerBound

        public LowerBound​(java.lang.String lowerBound)
    • Method Detail

      • accept

        public boolean accept​(int i,
                              int j,
                              Label label)
        Returns true if the integer value associated to the well-known attribute of the label is larger than the threshold.
        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:
        true if label.Label.getInt() is larger than the threshold.