Class ZebraFactory
java.lang.Object
de.uplanet.lucy.server.auxiliaries.ZebraFactory
Create flocks of zebras.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.auxiliaries.Zebra
createZebra
(String p_strZe, String p_strBra) Create a zebra object, i.e. an object that allows for creating sequences of alternating strings.
-
Constructor Details
-
ZebraFactory
public ZebraFactory()
-
-
Method Details
-
createZebra
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.
-