Package beamline.models.responses
Class GraphvizResponse
- java.lang.Object
-
- beamline.models.responses.Response
-
- beamline.models.responses.GraphvizResponse
-
- All Implemented Interfaces:
Serializable
public abstract class GraphvizResponse extends Response
A refinedResponse
that can be rendered in Graphviz using the Dot language.- Author:
- Andrea Burattin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphvizResponse()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract beamline.graphviz.Dot
generateDot()
Returns the Dot representation of the response-
Methods inherited from class beamline.models.responses.Response
getProcessedEvents, setProcessedEvents
-
-