TimeStampApplication1.java TimeStampApplication2.java
Name changes to reflect the change from using components directly to using their managers.
73 private final Collection generators = new Vector(); 65 private final Collection generatorManagers = new Vector();
84 private final Splicer splicer; 75 private final TimeStampSplicerManager splicerManager;
Member data moved to the TimeStampSpliceManager class.
50 private static final int CUTOFF_SIZE = 10;
84 private final Collection inputLinks = new Vector();
New member data to hold collection of TimeStampMachine objects.
80 private final Collection stateMachines = new Vector();