Uses of Class
cdx.scorebot.app.util.ResultInfo

Packages that use ResultInfo
cdx.scorebot.app.util Contains utility classes whose primary purpose is to maintain information about services, tests, test options, and test returns for other GUIs. 
 

Uses of ResultInfo in cdx.scorebot.app.util
 

Methods in cdx.scorebot.app.util that return ResultInfo
 ResultInfo TestInfo.getResult(int index)
          Gets the specified result
 

Methods in cdx.scorebot.app.util that return types with arguments of type ResultInfo
 java.util.Vector<ResultInfo> TestInfo.getResults()
          gets the results in this test
 java.util.Vector<ResultInfo> ScorebotInfo.getTestResultsInfo(Test t)
          gets info about the results returned by this test (returns an empty vector if the requested one isn't found)
 

Methods in cdx.scorebot.app.util with parameters of type ResultInfo
 void TestInfo.addResult(ResultInfo ri)
          Adds a result to be tested.
 boolean TestInfo.removeResult(ResultInfo ri)
          Removes the result from this test