Class CreationState

java.lang.Object
uk.ac.starlink.datanode.factory.CreationState

public class CreationState extends Object
Contains the state used to create a DataNode. The node in question was created using the method DataNodeFactory.makeDataNode(uk.ac.starlink.datanode.nodes.DataNode, java.lang.Object) or similar.
  • Constructor Details

    • CreationState

      public CreationState(DataNode parent, Object obj)
      Constructs a CreationState object.
  • Method Details