uk.ac.starlink.datanode.factory
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.
CreationState
public CreationState(DataNode parent,
Object obj)
- Constructs a CreationState object.
getParent
public DataNode getParent()
getObject
public Object getObject()
setBuilder
public void setBuilder(DataNodeBuilder builder)
getBuilder
public DataNodeBuilder getBuilder()
setFactory
public void setFactory(DataNodeFactory fact)
getFactory
public DataNodeFactory getFactory()
setFactoryTrace
public void setFactoryTrace(String trace)
getFactoryTrace
public String getFactoryTrace()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.