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

Packages that use OptionInfo
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 OptionInfo in cdx.scorebot.app.util
 

Methods in cdx.scorebot.app.util that return OptionInfo
 OptionInfo TestInfo.getOption(int index)
          Gets the specified option
 

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

Methods in cdx.scorebot.app.util with parameters of type OptionInfo
 void TestInfo.addOption(OptionInfo oi)
          Adds an option to be tested.
 boolean TestInfo.removeOption(OptionInfo oi)
          Removes the option from this test