Uses of Class
org.astrogrid.samp.test.Calculator.CalcRequest
-
Packages that use Calculator.CalcRequest Package Description org.astrogrid.samp.test Classes for testing. -
-
Uses of Calculator.CalcRequest in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test that return Calculator.CalcRequest Modifier and Type Method Description private Calculator.CalcRequest
Calculator. createRandomRequest()
Generates a random calculation request.Methods in org.astrogrid.samp.test with parameters of type Calculator.CalcRequest Modifier and Type Method Description (package private) abstract void
Calculator.SendMode. send(Calculator calc, java.lang.String receiverId, Calculator.CalcRequest request, int iseq)
Sends a message from one calculator client to another using this send mode.
-