Class ZebraFactory
java.lang.Object
de.uplanet.lucy.server.auxiliaries.ZebraFactory
Create flocks of zebras.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateZebra(String p_strZe, String p_strBra) Create a zebra object, i.e. 
- 
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.
 
 
 -