Class ArraySnapshotNodeFactory

java.lang.Object
de.serra.so_dirty.sn.ArraySnapshotNodeFactory
All Implemented Interfaces:
SnapshotNodeFactory

public class ArraySnapshotNodeFactory extends Object implements SnapshotNodeFactory
Factory that creates an ArraySnapshotNode.
Author:
Peter Lamby
  • Constructor Details

    • ArraySnapshotNodeFactory

      public ArraySnapshotNodeFactory(SnapshotNodeFactory memberFactory)
      Constructs.

      Uses memberFactory to create SnapshotNodes for the elements of the array.

      Parameters:
      memberFactory - The factory to use for the elements of the array.
  • Method Details