Class ZebraFactory


  • @VelocityCallable("singleton")
    public final class ZebraFactory
    extends Object
    Create flocks of zebras.
    • Constructor Detail

      • ZebraFactory

        public ZebraFactory()
    • Method Detail

      • createZebra

        public Zebra createZebra​(String p_strZe,
                                 String p_strBra)
        Create a zebra object, i.e. an object that allows for creating sequences of alternating strings.
        Parameters:
        p_strZe - The first string.
        p_strBra - The second string.
        Returns:
        The zebra object.