A B C D E F G H I J K L M N O P R S T U V W X

C

CalendarComboBox - Class in cdx.scorebot.util.swing
A custom component that mimics a combo box, displaying a perpetual calendar rather than a 'list'.
CalendarComboBox() - Constructor for class cdx.scorebot.util.swing.CalendarComboBox
Create a new calendar combo-box object set with today's date.
CalendarComboBox(Calendar) - Constructor for class cdx.scorebot.util.swing.CalendarComboBox
Create a new calendar combo-box object set with the given date.
CalendarComboBox(Calendar, SimpleDateFormat) - Constructor for class cdx.scorebot.util.swing.CalendarComboBox
Create a new calendar combo-box object set with the given date.
CalendarComboBox(Calendar, SimpleDateFormat, boolean) - Constructor for class cdx.scorebot.util.swing.CalendarComboBox
Create a new calendar combo-box object set with the given date.
CalendarComboBoxListener - Interface in cdx.scorebot.util.swing
The listener interface for receiving CalendarComboBox events.
CalendarHourComboBox - Class in cdx.scorebot.util.swing
A custom component that mimics a combo box, displaying a perpetual calendar rather than a 'list'.
CalendarHourComboBox() - Constructor for class cdx.scorebot.util.swing.CalendarHourComboBox
Create a new calendar combo-box object set with today's date.
CalendarHourComboBox(int) - Constructor for class cdx.scorebot.util.swing.CalendarHourComboBox
Create a new calendar combo-box object set with today's date.
CalendarHourComboBox(Calendar) - Constructor for class cdx.scorebot.util.swing.CalendarHourComboBox
Create a new calendar combo-box object set with the given date.
CalendarHourComboBox(Calendar, int) - Constructor for class cdx.scorebot.util.swing.CalendarHourComboBox
Create a new calendar combo-box object set with the given date.
CalendarHourComboBox(Calendar, int, SimpleDateFormat) - Constructor for class cdx.scorebot.util.swing.CalendarHourComboBox
Create a new calendar combo-box object set with the given date.
CalendarHourComboBox(Calendar, int, SimpleDateFormat, boolean) - Constructor for class cdx.scorebot.util.swing.CalendarHourComboBox
Create a new calendar combo-box object set with the given date.
CalendarHourComboBoxBound - Class in cdx.scorebot.util.swing.binding
Describes a CalendarHourComboBox field which holds a Timestamp
CalendarHourComboBoxBound() - Constructor for class cdx.scorebot.util.swing.binding.CalendarHourComboBoxBound
Instantiates an unbound JLabelBound
CalendarHourComboBoxBound(String) - Constructor for class cdx.scorebot.util.swing.binding.CalendarHourComboBoxBound
Instantiates an unbound JTextField
CalendarHourComboBoxBound(Object, String) - Constructor for class cdx.scorebot.util.swing.binding.CalendarHourComboBoxBound
Instantiates a bound JTextField
CalendarHourComboBoxBound(String, String) - Constructor for class cdx.scorebot.util.swing.binding.CalendarHourComboBoxBound
Instantiates an unbound JTextField
CalendarHourComboBoxBound(Object, String, String) - Constructor for class cdx.scorebot.util.swing.binding.CalendarHourComboBoxBound
Instantiates a bound JTextField
CalendarHourComboBoxBound(Object, String, String, int) - Constructor for class cdx.scorebot.util.swing.binding.CalendarHourComboBoxBound
Instantiates a bound JTextField
calEndEndTime - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
calEndReportTime - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
CalHourBoxComponentDelegate - Class in cdx.scorebot.util.swing.binding.delegate
A delegate for a CalendarHourComboBox
CalHourBoxComponentDelegate(BoundComponent, CalendarHourComboBoxBound) - Constructor for class cdx.scorebot.util.swing.binding.delegate.CalHourBoxComponentDelegate
Instantiates an unbound CalendarHourComboBoxComponent Delegate
CalHourBoxComponentDelegate(BoundComponent, CalendarHourComboBoxBound, String) - Constructor for class cdx.scorebot.util.swing.binding.delegate.CalHourBoxComponentDelegate
Instantiates a bound CalendarHourComboBoxComponent Delegate
CalHourBoxComponentDelegate(BoundComponent, CalendarHourComboBoxBound, Object, String) - Constructor for class cdx.scorebot.util.swing.binding.delegate.CalHourBoxComponentDelegate
Instantiates a bound CalendarHourComboBoxComponent Delegate
CalHourBoxComponentDelegate(BoundComponent, CalendarHourComboBoxBound, Object, String, String) - Constructor for class cdx.scorebot.util.swing.binding.delegate.CalHourBoxComponentDelegate
Instantiates a bound CalendarHourComboBoxComponent Delegate
CalHourBoxComponentDelegate(BoundComponent, CalendarHourComboBoxBound, Object, String, String, int) - Constructor for class cdx.scorebot.util.swing.binding.delegate.CalHourBoxComponentDelegate
Instantiates a bound CalendarHourComboBoxComponent Delegate
calStartEndTime - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
calStartReportTime - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
calTxtHour - Variable in class cdx.scorebot.util.swing.CalendarHourComboBox
 
canSetFromTranslatedValue(TO) - Method in class cdx.scorebot.util.swing.binding.Binding
whether or not this value can be used to set the value of the bound object
canTranslate1(TYPE1) - Method in class cdx.scorebot.util.translator.TypeTranslator
whether or not the specified value can be translated to TYPE2
canTranslate2(TYPE2) - Method in class cdx.scorebot.util.translator.TypeTranslator
whether or not the specified value can be translated to TYPE1
cboOption - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
cboResult - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
cboTestItem - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
cboTestSuite - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
cdx.scorebot.app - package cdx.scorebot.app
ScoreBot front-ends
cdx.scorebot.app.auditor - package cdx.scorebot.app.auditor
Contains classes related to the Auditor.
cdx.scorebot.app.configurer - package cdx.scorebot.app.configurer
Contains classes related to the Configurer.
cdx.scorebot.app.reporter - package cdx.scorebot.app.reporter
Contains classes related to the Reporter.
cdx.scorebot.app.scorecompiler - package cdx.scorebot.app.scorecompiler
Contains classes related to the Score Compiler GUI.
cdx.scorebot.app.tester - package cdx.scorebot.app.tester
Contains classeses related to the Tester.
cdx.scorebot.app.util - package 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.
cdx.scorebot.net - package cdx.scorebot.net
Implementation of tests for various services and the framework which configures and executes those tests.
cdx.scorebot.net.tests - package cdx.scorebot.net.tests
Individual test implementations and the generic test framework; subpackages may have protected helper classes.
cdx.scorebot.net.tests.dns - package cdx.scorebot.net.tests.dns
DNS tests
cdx.scorebot.net.tests.email - package cdx.scorebot.net.tests.email
Email tests
cdx.scorebot.net.tests.generic - package cdx.scorebot.net.tests.generic
Tests which run on any Service
cdx.scorebot.net.tests.jabber - package cdx.scorebot.net.tests.jabber
Jabber tests
cdx.scorebot.net.tests.smb - package cdx.scorebot.net.tests.smb
Samba tests
cdx.scorebot.net.tests.webserver - package cdx.scorebot.net.tests.webserver
Webserver tests
cdx.scorebot.scoring - package cdx.scorebot.scoring
The framework for scoring test results.
cdx.scorebot.scoring.logic - package cdx.scorebot.scoring.logic
Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer.
cdx.scorebot.scoring.logic.parser - package cdx.scorebot.scoring.logic.parser
Contains the Scoring Logic lexical analyzer and parser.
cdx.scorebot.util - package cdx.scorebot.util
Helper classes.
cdx.scorebot.util.config - package cdx.scorebot.util.config
Contains classes which define parameters to Tests.
cdx.scorebot.util.io - package cdx.scorebot.util.io
Logging utilities
cdx.scorebot.util.swing - package cdx.scorebot.util.swing
Swing utilities
cdx.scorebot.util.swing.binding - package cdx.scorebot.util.swing.binding
Extensions of Java Swing components which "bind" to objects so that the object's value is automatically synchronized to the component's value.
cdx.scorebot.util.swing.binding.delegate - package cdx.scorebot.util.swing.binding.delegate
This package contains delegates for various types of bound Java Swing components.
cdx.scorebot.util.swing.tree - package cdx.scorebot.util.swing.tree
Components and classes which implement a JTree which contains checkboxes
cdx.scorebot.util.translator - package cdx.scorebot.util.translator
Contains classes which define translations between one type and another.
changeBinding(Binding) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, int) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(int) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, String) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, String, String) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, String, String, int) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Binding) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, int) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(int) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, String) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, String, String) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
change what this object is bound to (will save the current value to its currently bound object)
changeBinding(Object, String, String, int) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
change what this object is bound to (will save the current value to its currently bound object)
changedUpdate(DocumentEvent) - Method in class cdx.scorebot.util.swing.TextScrollupListener
 
checkCode(String, TestSuite) - Static method in class cdx.scorebot.scoring.ScoringRule
checks the specified code for compile-time errors
checkCode(TestSuite) - Method in class cdx.scorebot.scoring.ScoringRule
checks the code which describes this logic for compile-time errors
checkedToString(Object) - Static method in class cdx.scorebot.app.reporter.CompleteScoringStats
if the object is not null, its toString method is returned; otherwise n/a is returned
checkIdentifier(String, String[]) - Static method in class cdx.scorebot.scoring.logic.parser.LogicParser
returns true if givenIdentifier is in validIdentifiers, and false otherwise
checkIntegrity(String, String, String) - Static method in class cdx.scorebot.util.IntegrityCheck
Checks to see if fileRead meets the integrity criteria
checkName(String) - Static method in class cdx.scorebot.util.StringOps
Checks to see if name contains anything other than alphanumeric characters, underscores, or spaces.
checkSaveStatus() - Method in class cdx.scorebot.util.swing.FileMenuFrame
If changes have been made, it prompts the user to ask whether or not they want to save their changes or cancel the action which caused this to occur.
CheckTreeCellRenderer - Class in cdx.scorebot.util.swing.tree
Renders a TristateCheckBox in a JTree.
CheckTreeCellRenderer(TreeCellRenderer, CheckTreeSelectionModel) - Constructor for class cdx.scorebot.util.swing.tree.CheckTreeCellRenderer
 
CheckTreeManager - Class in cdx.scorebot.util.swing.tree
Manages events in the JTree
CheckTreeManager(JTree) - Constructor for class cdx.scorebot.util.swing.tree.CheckTreeManager
 
CheckTreeSelectionModel - Class in cdx.scorebot.util.swing.tree
Determines the state of a checkbox at any given node.
CheckTreeSelectionModel(TreeModel) - Constructor for class cdx.scorebot.util.swing.tree.CheckTreeSelectionModel
 
chkEndTime - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkEventName - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkOption - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkReportTime - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkResult - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkScoreChangeMax - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkScoreChangeMin - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkTestItem - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
chkTestSuite - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
clean() - Method in class cdx.scorebot.app.reporter.TeamScoringInfo
removes most computed information
clear() - Method in class cdx.scorebot.util.StringFIFO
Clear the text from the string
clearKeywords() - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
Removes all associations between a keyword with a particular formatting style
clearResults() - Method in class cdx.scorebot.scoring.logic.TestNumPair
removes all known results
clearTestNames() - Method in class cdx.scorebot.util.swing.JLogPaneFIFO
Removes all registered test names
clearText() - Method in class cdx.scorebot.util.swing.JLogPaneFIFO
clears all text from this text area
clearText() - Method in class cdx.scorebot.util.swing.JTextAreaFIFO
clears all text from this text area
clearText() - Method in class cdx.scorebot.util.swing.LogSyntaxDocumentFIFO
clears all text from this text area
clearText() - Method in interface cdx.scorebot.util.swing.TextFieldFIFO
clears all text from this text field
clone() - Method in class cdx.scorebot.net.NetworkTestPackage
creates a deep copy of this NetworkTestPackage
clone() - Method in class cdx.scorebot.scoring.logic.TestNumPair
Returns a clone of this TestNumPair.
clone() - Method in class cdx.scorebot.scoring.ScoringRule
Returns a clone of this scoring rule.
close() - Method in class cdx.scorebot.app.auditor.WaitingScreenDialog
 
close() - Method in class cdx.scorebot.util.io.DocumentPrintStream
No effect (text fields cannot be closed)
close() - Method in class cdx.scorebot.util.io.FlexLogger
Close all streams except System.out/err (if either System.out or err is one of the streams in this).
ColorLogicHTML - Class in cdx.scorebot.util
A basic HTML keyword highlighter which marks up certain keywords in a string with user-defined HTML styles.
ColorLogicHTML() - Constructor for class cdx.scorebot.util.ColorLogicHTML
default constructor
column - Variable in class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
COMMA - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
Comments - Class in cdx.scorebot.app.reporter
A simple structure to hold comments and the output directory for a report.
Comments() - Constructor for class cdx.scorebot.app.reporter.Comments
 
Comments.TeamComment - Class in cdx.scorebot.app.reporter
 
Comments.TeamComment() - Constructor for class cdx.scorebot.app.reporter.Comments.TeamComment
 
compareDates(String, OperatorType, String) - Method in class cdx.scorebot.scoring.logic.Context
Compare two dates with the specified boolean operator.
compareTo(TeamScoringInfo) - Method in class cdx.scorebot.app.reporter.TeamScoringInfo
highest score first
compareTo(TestItem) - Method in class cdx.scorebot.net.tests.TestItem
Compares the names of two test items lexicographically, ignoring case considerations
compareTo(TestSuite) - Method in class cdx.scorebot.net.TestSuite
Compares the names of two test suites lexicographically, ignoring case considerations
compareTo(Timestamp) - Method in class cdx.scorebot.util.Timestamp
Compares this Timestamp with the specified Timestamp: earliest timestamp will come first.
compareTo(TimestampRange) - Method in class cdx.scorebot.util.TimestampRange
Compares this TimestampRange's start date with the specified TimestampRange: earliest start timestamp will come first.
COMPETITION_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the competition's name
CompetitionConfiguration - Class in cdx.scorebot.net
This contains only the IP addresses of teams and the IP addresses and ports of the services which are to be tested from a template NetworkTestPackage.
CompetitionConfiguration(String) - Constructor for class cdx.scorebot.net.CompetitionConfiguration
create a CompetitionConfiguration NetworkTestPackage from the NetworkTestPackage in the specified file
CompetitionConfiguration.TeamInfo - Class in cdx.scorebot.net
Contains the skeleton information for a team
CompetitionConfiguration.TeamInfo(String) - Constructor for class cdx.scorebot.net.CompetitionConfiguration.TeamInfo
default constructor
CompetitionConfigurerGUI - Class in cdx.scorebot.app.configurer
This GUI allows the user to maintain competition configuration templates based on existing Network Test Packages.
CompetitionConfigurerGUI() - Constructor for class cdx.scorebot.app.configurer.CompetitionConfigurerGUI
Creates a TemplateFillerGUI
competitionName - Variable in class cdx.scorebot.app.reporter.CompleteScoringStats
name of the competition this team is a part of
compile(CompetitionConfiguration, String, String, ReporterGUI.REPORT_SCOPE, ReporterGUI.REPORT_TYPE, boolean) - Static method in class cdx.scorebot.app.reporter.ReporterGUI
compile the report from the current template for each team
compile(CompetitionConfiguration, String, Vector<String>, String, ReporterGUI.REPORT_SCOPE, ReporterGUI.REPORT_TYPE, boolean) - Static method in class cdx.scorebot.app.reporter.ReporterGUI
compile the report from the current template for each team
compile(CompetitionConfiguration, String, Vector<String>, String, ReporterGUI.REPORT_SCOPE, ReporterGUI.REPORT_TYPE, JProgressBar, boolean) - Static method in class cdx.scorebot.app.reporter.ReporterGUI
compile the report from the current template for each team
compile(NetworkTestPackage, FlexLogger) - Static method in class cdx.scorebot.app.scorecompiler.ScoreComilerGUI
Compiles scoring results for the specified NetworkTestPackage and logs the status of the compilation to logger.
compile(NetworkTestPackage, FlexLogger, JProgressBar) - Static method in class cdx.scorebot.app.scorecompiler.ScoreComilerGUI
Compiles scoring results for the specified NetworkTestPackage and logs the status of the compilation to logger and the specified progress bar.
compile() - Method in class cdx.scorebot.app.WrapperGUI
compile scoring information for all teams and the generate the reports specified by the GUI
compileScoring() - Method in class cdx.scorebot.app.WrapperGUI
compile scoring for all teams
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.ButtonGroupDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.CalHourBoxComponentDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
suggested that this is used to load the component with its initial values after the constructor is done
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.GenericJComponentDelegate
suggested that this is used to load the component with its initial values after the constructor is done
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.IntermediateFieldDelegate
does nothing
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.JComboBoxComponentDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.JLabelComponentDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.JListComponentDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.JMenuComponentDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.JTextComponentDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
completeInit() - Method in class cdx.scorebot.util.swing.binding.delegate.JToggleButtonComponentDelegate
adds a focus listener which binds any changes in the component to the object it is bound to when focus is lost
CompleteScoringStats - Class in cdx.scorebot.app.reporter
Generates complete scoring stats as HTML.
CompleteScoringStats(String, TeamScoringInfo, String, String) - Constructor for class cdx.scorebot.app.reporter.CompleteScoringStats
Defines where ScoreEvents are read from and where stats in HTML files are outputted too.
component - Variable in class cdx.scorebot.util.swing.binding.BindingEvent
 
components - Variable in class cdx.scorebot.util.swing.binding.delegate.IntermediateFieldDelegate
components whose bindings are contained within the objects contained in this list
components - Variable in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
components whose bindings are contained within the objects contained in this list
ComponType - Enum in cdx.scorebot.util.config
an enumeration of different kinds of input which will be associated with different component types
ConditionalAndExpression - Class in cdx.scorebot.scoring.logic
holds a conditional AND expression
ConditionalAndExpression(ConditionalXorExpression) - Constructor for class cdx.scorebot.scoring.logic.ConditionalAndExpression
instantiate the conditional OR expression
ConditionalOrExpression - Class in cdx.scorebot.scoring.logic
holds a conditional OR expression
ConditionalOrExpression(ConditionalAndExpression) - Constructor for class cdx.scorebot.scoring.logic.ConditionalOrExpression
instantiate the conditional OR expression
ConditionalXorExpression - Class in cdx.scorebot.scoring.logic
holds a conditional XOR expression
ConditionalXorExpression(EqualityExpression) - Constructor for class cdx.scorebot.scoring.logic.ConditionalXorExpression
instantiate the conditional expression
CONFIG_CHOICE_TYPE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the method used to choose on of the option's values
CONFIG_DESC - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the description of the option
CONFIG_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each option (end flag)
CONFIG_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the option
CONFIG_SM_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each option (short form) (end flag)
CONFIG_SM_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each option (short form) (begin flag)
CONFIG_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each option (begin flag)
CONFIG_TYPE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the option type
CONFIG_VALUE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the option's current value
CONFIG_VALUES - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the option's values
ConfigBoolean - Class in cdx.scorebot.util.config
Implements Boolean as a configuration option
ConfigBoolean(Boolean) - Constructor for class cdx.scorebot.util.config.ConfigBoolean
Instantiates a ConfigOption with a ComponType BINARY.
ConfigDouble - Class in cdx.scorebot.util.config
Implements Double as a configuration option
ConfigDouble(Double) - Constructor for class cdx.scorebot.util.config.ConfigDouble
Instantiates a ConfigOption with no restricted values (c should not be MULTI)
ConfigDouble(Double, Double[]) - Constructor for class cdx.scorebot.util.config.ConfigDouble
Instantiates a ConfigOption with specified allowed values (c should be MULTI)
ConfigInteger - Class in cdx.scorebot.util.config
Implements Integer as a configuration option
ConfigInteger(Integer) - Constructor for class cdx.scorebot.util.config.ConfigInteger
Instantiates a ConfigOption with no restricted values (c should not be MULTI)
ConfigInteger(Integer, Integer[]) - Constructor for class cdx.scorebot.util.config.ConfigInteger
Instantiates a ConfigOption with specified allowed values (c should be MULTI)
ConfigOption<T> - Class in cdx.scorebot.util.config
Declares translation methods a parameter must have so it can be translated between a form representable on the Configurer GUI and a form useful to the Test itself.
ConfigOption(T) - Constructor for class cdx.scorebot.util.config.ConfigOption
Instantiates a ConfigOption with no restricted values (unless the option is a Boolean, in which case the ComponType is BINARY else ANY).
ConfigOption(T, T[]) - Constructor for class cdx.scorebot.util.config.ConfigOption
Instantiates a ConfigOption with specified allowed values.
ConfigString - Class in cdx.scorebot.util.config
Implements String as a configuration option
ConfigString(String) - Constructor for class cdx.scorebot.util.config.ConfigString
Instantiates a ConfigOption with no restricted values (c should not be MULTI)
ConfigString(String, String[]) - Constructor for class cdx.scorebot.util.config.ConfigString
Instantiates a ConfigOption with specified allowed values (c should be MULTI)
Configuration - Class in cdx.scorebot.net.tests
Describes a configuration and defines method for getting that configuration in various forms.
Configuration() - Constructor for class cdx.scorebot.net.tests.Configuration
this default constructor instantiates an empty configuration
Configuration(HashMap<String, ConfigOption>) - Constructor for class cdx.scorebot.net.tests.Configuration
instantiates a configuration with the specified options
ConfigurationTemplate - Class in cdx.scorebot.net
This contains only the IP addresses and ports of the services which are to be tested from a template NetworkTestPackage.
ConfigurationTemplate(String) - Constructor for class cdx.scorebot.net.ConfigurationTemplate
create a Skeleton NetworkTestPackage from the NetworkTestPackage in the specified file
ConfigurationTemplate(String, Vector<TestSuiteSkeleton>, NetworkTestPackage) - Constructor for class cdx.scorebot.net.ConfigurationTemplate
Create a Skeleton NetworkTestPackage from the NetworkTestPackage in the specified information.
ConfigurerGUI - Class in cdx.scorebot.app.configurer
GUI which creates/edits configuration files which describe which tests to use for which services and how to score each service.
ConfigurerGUI() - Constructor for class cdx.scorebot.app.configurer.ConfigurerGUI
Creates new form Configurer
confirmDialog(String, String, int) - Static method in class cdx.scorebot.util.swing.GUIHelper
Displays an input dialog box
connect() - Method in class cdx.scorebot.net.tests.jabber.JabberService
try to connect to the service
ConnectionOrientedService - Class in cdx.scorebot.net.tests
an abstract Service whose Tests must first establish a session with the Service
ConnectionOrientedService() - Constructor for class cdx.scorebot.net.tests.ConnectionOrientedService
default constructor
ConnectionOrientedUserService - Class in cdx.scorebot.net.tests
an abstract ConnectionOrientedervice whose Tests must first establish a session with the service with a specified username and password
ConnectionOrientedUserService() - Constructor for class cdx.scorebot.net.tests.ConnectionOrientedUserService
default constructor (blank username and password)
Context - Class in cdx.scorebot.scoring.logic
stores information about the current state when processing a scoring rule's logic
Context(ScoringRule) - Constructor for class cdx.scorebot.scoring.logic.Context
instantiates a Context to store state for the specified rule (and its needed test results)
count(String, int, String, OperatorType, Literal) - Method in class cdx.scorebot.scoring.logic.Context
counts the number of a times a given result meets a given condition for some number of iterations of the test.
createCustomTabOrder(Container, Component[]) - Static method in class cdx.scorebot.util.swing.CustomTabOrder
Creates a custom FocusTraversalPolicy for the specified container which will allow the traversal of the specified components in the given order
createTestDataHash(TestSuite) - Static method in class cdx.scorebot.scoring.logic.TestData
prepares test data from a TestSuite (returns null if ts is null)
createTestDataHash(Vector<TestItem>) - Static method in class cdx.scorebot.scoring.logic.TestData
prepares test data from a vector of TestItems
curChar - Variable in class cdx.scorebot.scoring.logic.parser.LogicParserTokenManager
 
currentToken - Variable in exception cdx.scorebot.scoring.logic.parser.ParseException
This is the last token that has been consumed successfully.
CustomTabOrder - Class in cdx.scorebot.util.swing
Allows users to easily generate focus traversal policies
CustomTabOrder(Component[]) - Constructor for class cdx.scorebot.util.swing.CustomTabOrder
Default constructor
CustomTabOrderSet - Class in cdx.scorebot.util.swing
Allows users to easily generate focus traversal policies with sets of tab orderings
CustomTabOrderSet(Vector<Component[]>) - Constructor for class cdx.scorebot.util.swing.CustomTabOrderSet
Default constructor

A B C D E F G H I J K L M N O P R S T U V W X