Package de.uzl.its.swat.request
Class ConstraintRequest
java.lang.Object
de.uzl.its.swat.request.Request
de.uzl.its.swat.request.ConstraintRequest
Sends the constraints recorded during symbolic execution to the symbolic explorer. The location
of the symbolic explorer is retrieved from the configuration. The data transfer object (DTO) is
build from the SymbolicTrace.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
sendConstraints
(String traceDTO, int endpointID, int traceID) Sends the SymbolicState recorded during symbolic execution to the symbolic explorer.
-
Constructor Details
-
ConstraintRequest
public ConstraintRequest()
-
-
Method Details
-
sendConstraints
Sends the SymbolicState recorded during symbolic execution to the symbolic explorer.- Parameters:
traceDTO
- The SymbolicState recorded during symbolic execution encoded as JSON.endpointID
- The id representing the endpoint that was queried.traceID
- The unique id of the generated trace.
-