-
Constructor Summary
Constructors
-
Method Summary
boolean
void
Puts the performance name on the front door with big lights.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SimpleSet
public SimpleSet()
-
Method Details
-
fire
public boolean fire()
Is the set on fire ?
- Specified by:
fire
in interface ZStar.Set
- Returns:
- true if it is time to leave the place.
-
lights
public void lights(String name,
int id)
Puts the performance name on the front door with big lights.
- Specified by:
lights
in interface ZStar.Set
- Parameters:
name
- the name of the performance.
id
- the performance number.
-
createDefaultName
public static String createDefaultName(String format,
int id)