edu.harvard.deas.hyperenc
Interface HyperStorageFactory


public interface HyperStorageFactory

An abstract factory that constructs HyperStorage objects.


Method Summary
 HyperStorage getHyperStorage(Contact contact, Direction dir)
          Constructs and returns a HyperStorage for the given contact, in the given direction.
 

Method Detail

getHyperStorage

HyperStorage getHyperStorage(Contact contact,
                             Direction dir)
Constructs and returns a HyperStorage for the given contact, in the given direction.

Returns:
a new, empty HyperStorage