Class BricsTransitionProperty


  • public class BricsTransitionProperty
    extends Object
    The properties of an edge in a Brics automaton.
    • Constructor Detail

      • BricsTransitionProperty

        public BricsTransitionProperty​(Transition trans)
        Constructor. Constructs the property from a Brics Transition.
        Parameters:
        trans - the Brics transition object
      • BricsTransitionProperty

        public BricsTransitionProperty​(char min,
                                       char max)
        Constructor.
        Parameters:
        min - lower bound of the character range.
        max - upper bound of the character range.
    • Method Detail

      • getMin

        public char getMin()
        Retrieves the lower bound of the character range.
        Returns:
        the lower bound of the character range
        See Also:
        Transition.getMin()
      • getMax

        public char getMax()
        Retrieves the upper bound of the character range.
        Returns:
        the upper bound of the character range
        See Also:
        Transition.getMax()
      • toString

        public static String toString​(char min,
                                      char max)
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object