Class StandardFlowLabelGenerator

    • Constructor Detail

      • StandardFlowLabelGenerator

        public StandardFlowLabelGenerator​(String template)
        Creates a new generator with the specified template. The template is passed to a Java Formatter instance along with four arguments, the stage (an integer), the source (a String), the destination (a String) and the flow value (a Number).
        Parameters:
        template - the template (null not permitted).
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Tests this instance for equality with an arbitrary object.
        Overrides:
        equals in class Object
        Parameters:
        obj - the object to test (null permitted).
        Returns:
        A boolean.