Class NodeInsertionRequest
java.lang.Object
org.eclipse.scanning.api.event.IdBean
uk.ac.diamond.daq.experiment.api.structure.NodeInsertionRequest
- All Implemented Interfaces:
Serializable
A request for inserting URLs in
getChildren()
as children of node in getNodeLocation(),
which may or may not already exist.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the URLs of each leaf fileReturns the URL of the node fileinthashCode()voidsetChildren(Map<String, URL> children) voidsetMessage(String message) voidsetNodeLocation(URL experimentLocation) voidMethods inherited from class org.eclipse.scanning.api.event.IdBean
getUniqueId, merge, setUniqueId
-
Constructor Details
-
NodeInsertionRequest
public NodeInsertionRequest()
-
-
Method Details