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

S

save() - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
save the current value in this component to the bound object
save() - Method in class cdx.scorebot.util.swing.binding.delegate.ButtonGroupDelegate
save the current text in this component to the bound object
save() - Method in class cdx.scorebot.util.swing.binding.delegate.CalHourBoxComponentDelegate
save the current text in this component to the bound object
save() - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
save the current text in this component to the bound object
save() - Method in class cdx.scorebot.util.swing.binding.delegate.IntermediateFieldDelegate
tells all subcomponents to save their current value
save() - Method in class cdx.scorebot.util.swing.binding.delegate.JLabelComponentDelegate
save the current text in this component to the bound object
save() - Method in class cdx.scorebot.util.swing.binding.delegate.JTextComponentDelegate
save the current text in this component to the bound object
save() - Method in class cdx.scorebot.util.swing.binding.delegate.JToggleButtonComponentDelegate
save the current text in this component to the bound object
save() - Method in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
tells the boundObject about changes to the AbstractList
saved - Variable in class cdx.scorebot.util.swing.FileMenuFrame
whether or not the current template changes have been saved to file
saveExtension - Variable in class cdx.scorebot.util.swing.FileMenuFrame
extension to append to saved files
saveFile() - Method in class cdx.scorebot.util.swing.FileMenuFrame
Saves the current object with the current filename.
saveFile(String) - Method in class cdx.scorebot.util.swing.FileMenuFrame
Saves the current object with the specified filename.
saveFile(String) - Method in class cdx.scorebot.util.swing.FileMenuXMLBasedFrame
Saves the current object with the specified filename.
saveFileAs() - Method in class cdx.scorebot.util.swing.FileMenuFrame
Saves the current object with the current filename.
SCHED_AUTO - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with whether or not this test was auto-scheduled
SCHED_AUTO_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
denotes the end of the schedule portion for auto-scheduling choice and beginning of other auto-only info
SCHED_AUTO_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
denotes the beginning of the schedule portion for auto-scheduling choice
SCHED_MAX_INTERVAL - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the maximum interval at which this test would be scheduled to run
SCHED_MIN_INTERVAL - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the minimum interval at which this test would be scheduled to run
SCHED_NOTAUTO_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
denotes the end of the auto-only schedule portion
SCHED_REPS - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the schedule's repetition count
SCHED_TIME_BW_REPS - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time between repetitions
SCHED_TR - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a time range
SCHED_TR_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each time range (end flag)
SCHED_TR_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each time range (begin flag)
ScheduledDowntimes - Class in cdx.scorebot.app.tester
Contains information about scheduled downtimes (times when tests should not be executed)
ScheduledDowntimes() - Constructor for class cdx.scorebot.app.tester.ScheduledDowntimes
default constructor
scheduleNextRunTime() - Method in class cdx.scorebot.net.tests.TestSchedule
The next run time will be set as follows.
scheduleTest(TestItem, long) - Method in class cdx.scorebot.app.tester.NetworkTester
Manually inserts a test into the scheduled tests queue.
ScorebotInfo - Class in cdx.scorebot.app.util
Stores information about a particular set of services
ScorebotInfo() - Constructor for class cdx.scorebot.app.util.ScorebotInfo
Instantiates a ScorebotInfo
ScoreComilerGUI - Class in cdx.scorebot.app.scorecompiler
Compiles scoring information from TestEvent files and saves each resulting ScoreEvent to a file.
ScoreComilerGUI() - Constructor for class cdx.scorebot.app.scorecompiler.ScoreComilerGUI
Creates new form ScoreComilerGUI
ScoreEvent - Class in cdx.scorebot.scoring
describes a change in score due to a penalty or bonus (includes all relevant information as to why)
ScoreEvent(int, String, String) - Constructor for class cdx.scorebot.scoring.ScoreEvent
Creates the ScoreEvent from the specified parameters.
SCORING_LOGIC_HTML - Static variable in class cdx.scorebot.util.ColorLogicHTML
 
ScoringCompiler - Class in cdx.scorebot.scoring
compiles ScoreEvents into results information and also applies thresholding information
ScoringCompiler(NetworkTestPackage) - Constructor for class cdx.scorebot.scoring.ScoringCompiler
instantiates a scoring compiler
ScoringCompiler(NetworkTestPackage, FlexLogger) - Constructor for class cdx.scorebot.scoring.ScoringCompiler
instantiates a scoring compiler
scoringInfo - Variable in class cdx.scorebot.app.reporter.CompleteScoringStats
scoring information about the team whose statistics are being generated
ScoringInfo - Class in cdx.scorebot.scoring
Describes a score change as well as any thresholds which modify that change
ScoringInfo(int) - Constructor for class cdx.scorebot.scoring.ScoringInfo
constructs a ScoringInfo with the specified score change; the ThresholdType is assumed to be NOT_THRESHOLDED since no ScoreEvents are provided
ScoringRule - Class in cdx.scorebot.scoring
defines how to score a test or group of test(s) and any associated threshold(s)
ScoringRule() - Constructor for class cdx.scorebot.scoring.ScoringRule
default constructor
ScoringRule.BASIC_METHOD_TYPE - Enum in cdx.scorebot.scoring
defines the methods which may be used as actions in a basic rule
ScoringRule.BasicCodeGenerator - Class in cdx.scorebot.scoring
defines the fields which are used to generate the code for a basic rule
ScoringRule.BasicCodeGenerator() - Constructor for class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
 
ScoringRuleset - Class in cdx.scorebot.scoring
Describes how to score the service a TestSuite is testing.
ScoringRuleset() - Constructor for class cdx.scorebot.scoring.ScoringRuleset
default constructor
ScoringStats - Class in cdx.scorebot.app.reporter
Defines framework for generating scoring information as HTML
ScoringStats() - Constructor for class cdx.scorebot.app.reporter.ScoringStats
 
scrollToTopOnChange(JTextComponent) - Static method in class cdx.scorebot.util.swing.GUIHelper
Adds a listener to the specified JTextComponent so that whenever it is changed it will scroll to the top of its text area.
scrollToTopOnChangeExceptIfTyping(JTextComponent) - Static method in class cdx.scorebot.util.swing.GUIHelper
Adds a listener to the specified JTextComponent so that whenever it is changed it will scroll to the top of its text area (except if the change is due to a user typing).
SE_AGGR_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each aggravating event (end flag)
SE_AGGR_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each aggravating event (begin flag)
SE_EXPLAN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the explanation of the score event
SE_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the score event (its index which is used as its filename)
SE_REPORTED - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a boolean stating whther or not this score event was reported/known
SE_RULE_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the rule (its index which is used as its filename)
SE_RULE_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the rule which generated the score event
SE_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the total score for the score event
SE_THRESH_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the being tested by this score event
SE_THRESH_TYPE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the type of threshold applied to the score event (if any)
SE_TIME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the score event was generated
SE_TIME_COMP - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the score event was completed
SE_TIME_REP - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the score event was reported
SE_TITLE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the title of the score event
selectBetweenStrings(String, String, String) - Static method in class cdx.scorebot.util.StringOps
Selects the text between two strings
SELECTED - Static variable in class cdx.scorebot.util.swing.tree.TristateCheckBox
 
selectionMade() - Method in interface cdx.scorebot.util.swing.CalendarComboBoxListener
A selection has been made (not neccessarily a change)
selectItem(int) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateContainer
selects the item at the specified index (if the index does not exist, this is ignored)
selectItem(int) - Method in class cdx.scorebot.util.swing.binding.delegate.IntermediateFieldDelegate
does nothing
selectItem(int) - Method in class cdx.scorebot.util.swing.binding.delegate.JComboBoxComponentDelegate
selects the item at the specified index (if the index does not exist, this is ignored)
selectItem(int) - Method in class cdx.scorebot.util.swing.binding.delegate.JListComponentDelegate
selects the item at the specified index (if the index does not exist, this is ignored)
selectItem(int) - Method in class cdx.scorebot.util.swing.binding.delegate.JMenuComponentDelegate
selects the item at the specified index (if the index does not exist, this is ignored)
SelfTranslator<TYPE> - Class in cdx.scorebot.util.translator
This translator does not do any translation; it just passes values through.
SelfTranslator() - Constructor for class cdx.scorebot.util.translator.SelfTranslator
Instantiates a translator
SEMICOLON - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
Sendmail - Class in cdx.scorebot.net.tests.email
tries to send an email
Sendmail(EmailService) - Constructor for class cdx.scorebot.net.tests.email.Sendmail
Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later.
Sendmail(EmailService, HashMap<String, ConfigOption>) - Constructor for class cdx.scorebot.net.tests.email.Sendmail
Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
SendMessage - Class in cdx.scorebot.net.tests.jabber
tries to send a message to a Jabber client
SendMessage(JabberService) - Constructor for class cdx.scorebot.net.tests.jabber.SendMessage
Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later.
SendMessage(JabberService, HashMap<String, ConfigOption>) - Constructor for class cdx.scorebot.net.tests.jabber.SendMessage
Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
Service - Class in cdx.scorebot.net.tests
an abstract service which contains basic info about a service (like what socket it is listening on)
Service() - Constructor for class cdx.scorebot.net.tests.Service
default constructor
SERVICE_COUNT - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of services which exist
SERVICE_DESC - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the service the suite is testing
SERVICE_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the service (its index which is used as its filename)
SERVICE_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the suite
SERVICE_TS_ASSOC - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the associated suites and links to them
ServiceInfo - Class in cdx.scorebot.app.util
Stores information about a particular service
ServiceInfo() - Constructor for class cdx.scorebot.app.util.ServiceInfo
Instantiates a ServiceInfo
services - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
all services
ServiceType - Enum in cdx.scorebot.app.util
defines the different kinds of Service types which exist
set(String, Object) - Method in class cdx.scorebot.util.swing.SettingsFile
sets the value of a particular setting
setAllowDuplicateStreams(boolean) - Method in class cdx.scorebot.util.io.FlexLogger
set whether duplicate streams are allowed (will only apply to streams added in the future)
setAttributeColor(MultiSyntaxDocument.ATTR_TYPE, Color) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
Sets the foreground (font) color of the specified attribute
setAttributeColor(MutableAttributeSet, Color) - Static method in class cdx.scorebot.util.swing.MultiSyntaxDocument
Sets the foreground (font) color of the specified attribute
setAttributeFont(MultiSyntaxDocument.ATTR_TYPE, int) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
Sets the font of the specified attribute
setAttributeFont(MutableAttributeSet, Font) - Static method in class cdx.scorebot.util.swing.MultiSyntaxDocument
Sets the font of the specified attribute
setAttributeStyle(MultiSyntaxDocument.ATTR_TYPE, MutableAttributeSet) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
Sets the style of the specified attribute
setAuditedValue(Object) - Method in class cdx.scorebot.net.tests.TestEvent.ResultInfoPair
sets the audited test result (null if not audited)
setBackground(Color) - Method in class cdx.scorebot.util.swing.CalendarHourComboBox
 
setBoundParent(BoundDelegateContainer) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
sets the parent container for this component
setBoundParent(BoundDelegateContainer) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
sets the parent container for this component
setCode(String) - Method in class cdx.scorebot.scoring.ScoringRule
sets the code which describes this logic
setCode(String, TestSuite) - Method in class cdx.scorebot.scoring.ScoringRule
sets the code which describes this logic
setComment(String) - Method in class cdx.scorebot.app.reporter.Comments.TeamComment
sets overall comments for a team
setComments(String) - Method in class cdx.scorebot.app.reporter.TeamReportingInfo
sets the comments for this team
setComments(String) - Method in class cdx.scorebot.net.tests.TestEvent.ResultInfoPair
sets any comments regarding the event or audit
setComparisonOp(String) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the string representing the relational or equality operator to compare the result and expected value with
setCompName(String) - Method in class cdx.scorebot.net.NetworkTestPackage.Owner
sets the competition's name
setCurrentName(String) - Method in class cdx.scorebot.app.configurer.TestItemNameTranslator
sets the name of the TestItem currently being translated
setCurrentValue(T) - Method in class cdx.scorebot.util.config.ConfigOption
sets the currently selected value to this new value
setDate(Date) - Method in class cdx.scorebot.util.swing.CalendarComboBox
Sets the current date and updates the UI to reflect the new date.
setDate(GregorianCalendar) - Method in class cdx.scorebot.util.swing.CalendarComboBox
Sets the current date and updates the UI to reflect the new date.
setDate(Date) - Method in class cdx.scorebot.util.swing.CalendarHourComboBox
Sets the current date and updates the UI to reflect the new date.
setDate(GregorianCalendar) - Method in class cdx.scorebot.util.swing.CalendarHourComboBox
Sets the current date and updates the UI to reflect the new date.
setDebugStream(PrintStream) - Method in class cdx.scorebot.scoring.logic.parser.LogicParserTokenManager
 
setDescription(String) - Method in class cdx.scorebot.app.util.OptionInfo
sets the description of this option
setDescription(String) - Method in class cdx.scorebot.app.util.ResultInfo
sets the description of this result
setDescription(String) - Method in class cdx.scorebot.app.util.ServiceInfo
sets the description of this service
setDescription(String) - Method in class cdx.scorebot.app.util.TestInfo
sets the description of this test
setDescription(String) - Method in class cdx.scorebot.net.NetworkTestPackage
sets the description of this package
setDescription(String) - Method in class cdx.scorebot.net.tests.TestItem
sets what this test item does
setDescription(String) - Method in class cdx.scorebot.net.TestSuite
sets a description of the purpose of this TestSuite
setDescription(String) - Method in class cdx.scorebot.scoring.ScoringRule
sets explains what this rule does
setDirAB(String) - Method in class cdx.scorebot.app.WrapperSettings
sets the output directory for the all + basic report
setDirAF(String) - Method in class cdx.scorebot.app.WrapperSettings
sets the output directory for the all + full report
setDirLB(String) - Method in class cdx.scorebot.app.WrapperSettings
sets the output directory for the limited + basic report
setDirLF(String) - Method in class cdx.scorebot.app.WrapperSettings
sets the output directory for the limited + full report
setDontCheckedSavedStatus(boolean) - Method in class cdx.scorebot.util.swing.FileMenuFrame
sets whether or not this JFrame needs to worry about saving changes
setEnabled(boolean) - Method in class cdx.scorebot.util.swing.CalendarComboBox
set whether this component is enabled for user input or not
setEnabled(boolean) - Method in class cdx.scorebot.util.swing.CalendarHourComboBox
set whether this component is enabled for user input or not
setEndTime(Timestamp) - Method in class cdx.scorebot.util.TimestampRange
sets the end time
setErrorStream(PrintStream) - Static method in exception cdx.scorebot.net.tests.TestMisconfigurationException
Sets the PrintStream which will be used to log all exceptions of this type which are thrown.
setExpectedValue(String) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the value the test result is expected to be
setExplanation(String) - Method in class cdx.scorebot.net.tests.TestEvent
sets the explanation about what happened
setExplanation(String) - Method in class cdx.scorebot.scoring.ScoreEvent
sets why this score event was created (explains the score change)
setFilename(String) - Method in class cdx.scorebot.util.Event
sets where the filename is saved or null if unknown or nowhere
setFilename(String) - Method in class cdx.scorebot.util.swing.FileMenuFrame
sets the current filename and updates the JFrame's title
setFontName(String) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
sets the current font family (affects all built-in styles)
setFontSize(int) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
sets the current font size (affects all built-in styles)
setFromTranslatedValue(TO) - Method in class cdx.scorebot.util.swing.binding.Binding
sets the actual value from the specified value to be translated
setGenAB(boolean) - Method in class cdx.scorebot.app.WrapperSettings
sets whether or not to generate the all + basic report
setGenAF(boolean) - Method in class cdx.scorebot.app.WrapperSettings
sets whether or not to generate the all + full report
setGenLB(boolean) - Method in class cdx.scorebot.app.WrapperSettings
sets whether or not to generate the limited + basic report
setGenLF(boolean) - Method in class cdx.scorebot.app.WrapperSettings
sets whether or not to generate the limited + full report
setGenScopeIndex(int) - Method in class cdx.scorebot.app.WrapperSettings
sets the index of the cboScope which is selected
setGenTypeIndex(int) - Method in class cdx.scorebot.app.WrapperSettings
sets the index of the cboType which is selected
setGUIDefaults() - Static method in class cdx.scorebot.util.swing.GUIHelper
Sets the defaults for GUIs in this project - all components created *AFTER* this is called will be created with these defaults unless specifically overridden.
setHasFinishedPreparations(boolean) - Method in class cdx.scorebot.app.tester.NetworkTester
 
setHighlightOnError(boolean) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateComponent
whether or not to highlight with a red border on error
setHighlightOnError(boolean) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
whether or not to highlight with a red border on error
setHostname(String) - Method in class cdx.scorebot.net.TestSuiteSkeleton
sets the ip/hostname this suite tests
setHostnamePrefix(String) - Method in class cdx.scorebot.net.CompetitionConfiguration.TeamInfo
sets the ip/hostname to prefix to each suite's ip/hostname
setHostnameSuffix(String) - Method in class cdx.scorebot.net.CompetitionConfiguration.TeamInfo
sets the ip/hostname to suffix to each suite's ip/hostname
setIdentifier(String) - Method in class cdx.scorebot.app.util.OptionInfo
sets the name of the option used in the scoring language
setIdentifier(String) - Method in class cdx.scorebot.app.util.ResultInfo
sets the name of the option used in the scoring language
setInitialPoints(int) - Method in class cdx.scorebot.scoring.ScoringRuleset
Deprecated. TestSuites no longer contain an initial score -- this is contained by the NetworkTestPackage now.
setInitScore(int) - Method in class cdx.scorebot.net.NetworkTestPackage
sets the initial score
setInputPath(String) - Method in class cdx.scorebot.app.reporter.TeamReportingInfo
sets the path to input from
setInterval(int, int) - Method in class cdx.scorebot.net.tests.TestSchedule
sets the interval in the number of seconds between runs of the test
setIntervalMin(int) - Method in class cdx.scorebot.app.WrapperSettings
sets the number of minutes between compilations
setLogInColor(boolean) - Method in class cdx.scorebot.app.scorecompiler.ScoreComilerGUI
sets whether or not logging in the GUI will be done in color
setLogInColor(boolean) - Method in class cdx.scorebot.app.tester.TesterGUI
sets whether or not logging in the GUI will be done in color
setLogToFile(boolean) - Method in class cdx.scorebot.app.scorecompiler.ScoreComilerGUI
sets whether or not logging to a file should be done (only affects compilations started AFTER this is set)
setLogToFile(boolean) - Method in class cdx.scorebot.app.tester.TesterGUI
sets whether or not logging to a file should be done (only affects compilations started AFTER this is set)
setMajorNumber(int) - Method in class cdx.scorebot.app.util.ScorebotInfo
sets the major revision number
setMaxBonus(int) - Method in class cdx.scorebot.scoring.ScoringRule
sets total points which can be gained by bonuses applied by this rule
setMaxDeduction(int) - Method in class cdx.scorebot.scoring.ScoringRule
sets total points which can be lost by penalties applied by this rule (a negative magnitude)
setMaxGain(int) - Method in class cdx.scorebot.scoring.ScoringRuleset
sets the maximum number points which may be awarded (absolute value)
setMaxInterval(int) - Method in class cdx.scorebot.net.tests.TestSchedule
sets the maximum interval in the number of seconds between runs of the test
setMaxLines(int) - Method in class cdx.scorebot.util.StringFIFO
sets the current max number of lines
setMaxLoss(int) - Method in class cdx.scorebot.scoring.ScoringRuleset
sets the maximum number points which may be awarded (negative absolute value)
setMaxPerTimeBonus(int) - Method in class cdx.scorebot.scoring.ScoringRule
sets maximum number of points which can be gained in maxPerTimeSecs seconds
setMaxPerTimeDeduction(int) - Method in class cdx.scorebot.scoring.ScoringRule
sets maximum number of points which can be lost in maxPerTimeSecs seconds
setMaxPerTimeMinutes(int) - Method in class cdx.scorebot.scoring.ScoringRule
sets number of minutes in which no more than maxPerTimeDeduction can be lost or maxPerTimeBonus can be gained
setMaxPerTimeSecs(int) - Method in class cdx.scorebot.scoring.ScoringRule
sets number of seconds in which no more than maxPerTimeDeduction can be lost or maxPerTimeBonus can be gained
setMaxRecentFiles(int) - Method in class cdx.scorebot.util.swing.SettingsFile
set the max number of recent files to track
setMaxScore(int) - Method in class cdx.scorebot.net.NetworkTestPackage
sets the maximum possible score
setMenu(JMenuItem[]) - Method in class cdx.scorebot.util.swing.SettingsFile
sets the menus to which recently used menus should be appended
setMethod(ScoringRule.BASIC_METHOD_TYPE) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the method to execute if the condition is met
setMinCountToAccept(int) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the minimum number of successful comparisons to accept (i.e.
setMinInterval(int) - Method in class cdx.scorebot.net.tests.TestSchedule
sets the minimum interval in the number of seconds between runs of the test
setMinorNumber(int) - Method in class cdx.scorebot.app.util.ScorebotInfo
sets the minor revision number
setMinScore(int) - Method in class cdx.scorebot.net.NetworkTestPackage
sets the minimum possible score
setModel(ListModel) - Method in class cdx.scorebot.util.swing.binding.delegate.JComboBoxComponentDelegate
Sets the model that represents the contents or "value" of the list, notifies property change listeners, and then clears the list's selection.
setModel(ListModel) - Method in class cdx.scorebot.util.swing.binding.delegate.JListComponentDelegate
Sets the model that represents the contents or "value" of the list, notifies property change listeners, and then clears the list's selection.
setMsg(String) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the message associated with the score change
setMyClass(Class) - Method in class cdx.scorebot.util.swing.FileMenuXMLBasedFrame
sets what is being used to cast the input object from XML (use Object.class, the default, if it doesn't matter)
setMyFilename(String) - Method in class cdx.scorebot.util.swing.SettingsFile
 
setName(String) - Method in class cdx.scorebot.app.util.OptionInfo
sets the name of this option
setName(String) - Method in class cdx.scorebot.app.util.ResultInfo
sets the name of this result
setName(String) - Method in class cdx.scorebot.app.util.ServiceInfo
sets the name of this service
setName(String) - Method in class cdx.scorebot.app.util.TestInfo
sets the name of this test
setName(String) - Method in class cdx.scorebot.net.CompetitionConfiguration.TeamInfo
sets the name of the team this applies to
setName(String) - Method in class cdx.scorebot.net.tests.TestEvent.ResultInfoPair
sets the name of the result
setName(String) - Method in class cdx.scorebot.net.tests.TestItem
sets unique name of this test item (no spaces are allowed, so all spaces are replaced with underscores)
setName(String) - Method in class cdx.scorebot.net.TestSuite
sets name of this TestSuite
setName(String) - Method in class cdx.scorebot.net.TestSuiteSkeleton
sets the name of the suite this applies to
setName(String) - Method in class cdx.scorebot.scoring.ScoringRule
sets rule's name (user-defined)
setName(String) - Method in class cdx.scorebot.util.config.ConfigOption
sets the name of the option
setNeverAutoSchedule(boolean) - Method in class cdx.scorebot.net.tests.TestSchedule
Sets whether or not the test this applies to should ever be automatically scheduled or not.
setNextJobLabel(JLabel) - Method in class cdx.scorebot.app.tester.NetworkTester
sets the label used to log the next job to run
setNumberingLen(int) - Method in class cdx.scorebot.util.io.FlexLogger
set how many digits to have at a minimum in the filename
setNumPoints(int) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the number of points to change the score by (negative of this taken if the penalty method being used.
setNumResultsToCheck(int) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the number of results from this test to check (must be at least one)
setOpenBrowser(boolean) - Method in class cdx.scorebot.app.reporter.ReporterGUI
sets whether or not logging to a file should be done (only affects compilations started AFTER this is set)
setOpenMostRecentOnStartup(boolean) - Method in class cdx.scorebot.util.swing.FileMenuXMLBasedFrame
sets whether or not to load the last used file when this object's constructor is called
setOptionValues(Vector<ConfigOption>) - Method in class cdx.scorebot.net.tests.Configuration
sets the configuration values from a vector which holds the configuration option values (must be sorted by their corresponding option name in alphabetical order)
setOrAddToModel(DefaultComboBoxModel, int, String) - Method in class cdx.scorebot.util.swing.binding.delegate.JComboBoxComponentDelegate
sets the specified element in the model to the specified text
setOrAddToModel(DefaultListModel, int, String) - Static method in class cdx.scorebot.util.swing.binding.delegate.JListComponentDelegate
sets the specified element in the model to the specified text
setOrAddToModel(JMenu, int, String) - Method in class cdx.scorebot.util.swing.binding.delegate.JMenuComponentDelegate
sets the specified element in the model to the specified text
setOutputDirBasic(String) - Method in class cdx.scorebot.app.reporter.Comments
sets the directory where the basic report should be output to
setOutputDirFull(String) - Method in class cdx.scorebot.app.reporter.Comments
sets the directory where the full report should be output to
setOwner(AuditorGUI) - Method in class cdx.scorebot.app.auditor.Filterer
 
setOwnerName(String) - Method in class cdx.scorebot.net.NetworkTestPackage.Owner
sets the owner’s name
setOwnerName(String) - Method in class cdx.scorebot.net.TeamConfiguration
sets the name of the team this is for
setParent(FileOpener) - Method in class cdx.scorebot.util.swing.SettingsFile
sets the parent class which is used to open files when a menu is clicked
setPassword(String) - Method in class cdx.scorebot.net.tests.ConnectionOrientedUserService
sets the password
setPath(String) - Method in class cdx.scorebot.net.NetworkTestPackage
sets the path to folder in which this network test pacakge's contents are saved
setPathToNTP(String) - Method in class cdx.scorebot.net.ConfigurationTemplate
sets the path to the NetworkTestPackage this is based on (and refreshes names based on whether or not they are valid now)
setPort(int) - Method in class cdx.scorebot.net.TestSuiteSkeleton
sets the port this suite tests
setPrefixTimestamp(boolean) - Method in class cdx.scorebot.util.io.FlexLogger
sets whether or not a timestamp will be prefixed to string output
setPrimaryComponent(int) - Method in interface cdx.scorebot.util.swing.binding.delegate.BoundDelegateContainer
sets the index of the component which whose string value is used as the value to represent that collection, or -1 to just number the sets
setPrimaryComponent(int) - Method in class cdx.scorebot.util.swing.binding.delegate.IntermediateFieldDelegate
sets the index of the component which whose string value is used as the value to represent that collection, or -1 to just number the sets
setPrimaryComponent(int) - Method in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
sets the index of the component which whose string value is used as the value to represent that collection, or -1 to just number the sets
setRepetitions(int) - Method in class cdx.scorebot.net.tests.TestSchedule
sets number of times to run the test each interval
setReportComments(String) - Method in class cdx.scorebot.app.reporter.Comments
sets overall comments for the report
setReported(boolean) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets whether or not this event will be known to the user
setResult(String, Object) - Method in class cdx.scorebot.net.tests.TestEvent
Adds a result to the TestEvent
setResultName(String) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the name of the result which is being checked
setResultValues(Vector<TestEvent.ResultInfoPair>) - Method in class cdx.scorebot.net.tests.TestEvent
sets the results (and audits) of this test (the ResultInfoPair's must have their name set)
setRevisionNumber(int) - Method in class cdx.scorebot.app.util.ScorebotInfo
gets the revision number
setSaved(boolean) - Method in class cdx.scorebot.util.swing.FileMenuFrame
 
setSchedulingHorizon(int) - Method in class cdx.scorebot.app.tester.NetworkTester
sets how far in advance a job may be scheduled in seconds
setSchedulingInterval(long) - Method in class cdx.scorebot.app.tester.NetworkTester
sets the interval at which tests are scheduled and GUI commands are executed
setScoreChange(int) - Method in class cdx.scorebot.scoring.ScoringInfo
sets the unthresholded number of points to add to the score (negative number => penalty)
setSecsBetweenRepetitions(int) - Method in class cdx.scorebot.net.tests.TestSchedule
sets the number of seconds between repetitions
setSelected(TO) - Method in class cdx.scorebot.util.swing.binding.delegate.ButtonGroupDelegate
Sets the bound item with the the specified value
setSelected(Boolean) - Method in class cdx.scorebot.util.swing.binding.delegate.JToggleButtonComponentDelegate
Sets the bound item with the the specified value
setSelected(boolean) - Method in class cdx.scorebot.util.swing.tree.TristateCheckBox
 
setSelectedIndex(int) - Method in class cdx.scorebot.util.swing.binding.delegate.JComboBoxComponentDelegate
Selects a single cell.
setSelectedIndex(int) - Method in class cdx.scorebot.util.swing.binding.delegate.JListComponentDelegate
Selects a single cell.
setSelectedIndex(int) - Method in class cdx.scorebot.util.swing.binding.delegate.JMenuComponentDelegate
Sets a single menu item as selected (deselects any other menu items)
setSelectedIndex(int) - Method in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
Selects a single cell.
setSelectedValue(TO) - Method in class cdx.scorebot.util.swing.binding.JRadioButtonBound
sets the value of this radio button when it is selected
setSelectionPaths(TreePath[]) - Method in class cdx.scorebot.util.swing.tree.CheckTreeSelectionModel
 
setService(Service) - Method in class cdx.scorebot.app.util.ServiceInfo
sets the service
setService(S) - Method in class cdx.scorebot.net.tests.Test
sets the service the test is running on
setStartTime(Timestamp) - Method in class cdx.scorebot.util.TimestampRange
sets the start time
setState(TristateCheckBox.State) - Method in class cdx.scorebot.util.swing.tree.TristateCheckBox
Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE.
setSuite(TestSuite) - Method in class cdx.scorebot.app.configurer.TestItemNameTranslator
sets the TestSuite whose TestItem's are checked to ensure no duplicate names occur
setTabs(int) - Method in class cdx.scorebot.util.swing.MultiSyntaxDocument
sets the number of characters per tab
setTabSize(int) - Method in class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
setTargetAddress(String) - Method in class cdx.scorebot.net.tests.Service
sets the ip address or hostname of the service
setTargetInetAddress(InetAddress) - Method in class cdx.scorebot.net.tests.Service
sets the ip address or hostname of the service
setTargetPort(int) - Method in class cdx.scorebot.net.tests.Service
sets the port the service listens on
setTeamName(String) - Method in class cdx.scorebot.app.reporter.Comments.TeamComment
sets the team's name this object's comment is for
setTeminateOnExit(boolean) - Method in class cdx.scorebot.app.tester.ManualTesterGUI
sets what to do on "exit" (true => terminate the process, false => dispose the JFrame)
setTeminateOnExit(boolean) - Method in class cdx.scorebot.util.swing.FileMenuFrame
sets what to do on "exit" (true => terminate the process, false => dispose the JFrame)
setTemplate(boolean) - Method in class cdx.scorebot.net.NetworkTestPackage
sets whether or not this is a template
setTestFactory(Test) - Method in class cdx.scorebot.app.util.TestInfo
sets the test
setTestName(String) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets the name of the test whose result is being checked
setText(String) - Method in class cdx.scorebot.util.swing.binding.delegate.JLabelComponentDelegate
Sets the bound item with the translation of the specified text.
setText(String) - Method in class cdx.scorebot.util.swing.binding.delegate.JTextComponentDelegate
Sets the bound item with the translation of the specified text.
setText(String) - Method in class cdx.scorebot.util.swing.JLogPaneFIFO
sets the text in this text area to t (minus any truncated lines)
setText(String) - Method in class cdx.scorebot.util.swing.JTextAreaFIFO
sets the text in this text area to t (minus any truncated lines)
setText(String) - Method in class cdx.scorebot.util.swing.LogSyntaxDocumentFIFO
sets the text in this text area to t (minus any truncated lines)
setText(String) - Method in interface cdx.scorebot.util.swing.TextFieldFIFO
sets the text in this text field to t (minus any truncated lines)
setThresholdedScoreChange(int) - Method in class cdx.scorebot.scoring.ScoringInfo
sets the thresholded # of points to add to the score (negative # => penalty)
setThresholdType(ThresholdType) - Method in class cdx.scorebot.scoring.ScoringInfo
sets the kind of threshold is being applied
setTime(Timestamp) - Method in class cdx.scorebot.scoring.ManualScoreEvent
sets the time of the "event" which caused this score change to be entered
setTimeCompleted() - Method in class cdx.scorebot.net.tests.TestEvent
sets the end timestamp to the current time
setTimeGenerated(Timestamp) - Method in class cdx.scorebot.util.Event
sets when the event was generated
setTimeReported(Timestamp) - Method in class cdx.scorebot.net.tests.TestEvent
sets the time the event was reported
setTimeReported(Timestamp) - Method in class cdx.scorebot.scoring.ManualScoreEvent
 
setTimeReported(Timestamp) - Method in class cdx.scorebot.scoring.TestScoreEvent
sets the time all constituent test events was reported
setTimeReported(Timestamp) - Method in class cdx.scorebot.util.Event
sets the time the event was reported
setTimestamp(Timestamp) - Method in class cdx.scorebot.util.swing.CalendarHourComboBox
Sets the timestamp this holds
settings - Variable in class cdx.scorebot.util.swing.FileMenuFrame
holds application settings
SETTINGS_FN - Variable in class cdx.scorebot.util.swing.FileMenuFrame
where settings are saved
SettingsFile - Class in cdx.scorebot.util.swing
Stores and retrieves settings to and from a file
SettingsFile() - Constructor for class cdx.scorebot.util.swing.SettingsFile
 
setTitle(String) - Method in class cdx.scorebot.scoring.ScoreEvent
sets the title of the event
setTitle(String) - Method in class cdx.scorebot.scoring.ScoringRule.BasicCodeGenerator
sets a descriptive heading associated with the score change
setTitle(String) - Method in class cdx.scorebot.util.swing.FileMenuFrame
sets the base title of the JFrame
setType(LiteralType) - Method in class cdx.scorebot.app.util.OptionInfo
sets the type of this option (ignores the parameter if it is null)
setType(LiteralType) - Method in class cdx.scorebot.app.util.ResultInfo
sets the type of this option (ignores the parameter if it is null)
setType(ServiceType) - Method in class cdx.scorebot.app.util.ServiceInfo
sets the kind of service this is
setUIBgColor(Color) - Static method in class cdx.scorebot.util.swing.GUIHelper
Sets the default background color for all Swing componenets
setUIFont(FontUIResource) - Static method in class cdx.scorebot.util.swing.GUIHelper
Sets the default font for all Swing componenets
setup_if_basic_code() - Method in class cdx.scorebot.app.configurer.ConfigurerGUI
 
setUseBasicCode(boolean) - Method in class cdx.scorebot.scoring.ScoringRule
gets whether or not to use the basic code (false => user-specified code)
setUsername(String) - Method in class cdx.scorebot.net.tests.ConnectionOrientedUserService
sets the username
setUseUniqueResults(boolean) - Method in class cdx.scorebot.scoring.ScoringRule
Sets whether or not results can only be used once in this scoring rule.
setValid(boolean) - Method in class cdx.scorebot.net.TestSuiteSkeleton
sets whether or not this suite name refers to a valid suite within the current NetworkTestPackage
setValidationError(boolean) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
sets whether or not a validation error has occurred and clears the validation error message
setValidationError(boolean, String) - Method in class cdx.scorebot.util.swing.binding.delegate.GenericDelegate
sets whether or not a validation error has occurred (also sets a validation error message too)
setValue(FROM) - Method in class cdx.scorebot.util.swing.binding.Binding
sets the value stored in the object to the specified value
setVariableValue(String, Literal) - Method in class cdx.scorebot.scoring.logic.Context
 
setVarianceType(VariableType) - Method in class cdx.scorebot.util.config.ConfigOption
sets how this option varies in value
SimpleCharStream - Class in cdx.scorebot.scoring.logic.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
SINGLE_LINE_COMMENT - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
size() - Method in class cdx.scorebot.app.tester.ScheduledDowntimes
gets the number of scheduled downtimes
size() - Method in class cdx.scorebot.util.StringFIFO
gets the number of lines in this string
SMBService - Class in cdx.scorebot.net.tests.smb
extension of ConnectionOrientedUserService which handles connections to a Samba file share
SMBService() - Constructor for class cdx.scorebot.net.tests.smb.SMBService
default constructor
specialConstructor - Variable in exception cdx.scorebot.scoring.logic.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class cdx.scorebot.scoring.logic.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitIntoLines(String) - Static method in class cdx.scorebot.util.StringOps
inserts a newline after every 80 characters
splitIntoLines(String, int) - Static method in class cdx.scorebot.util.StringOps
inserts a newline after every maxLineLen characters
splitIntoLines(String, int, String, boolean) - Static method in class cdx.scorebot.util.StringOps
inserts a newline string specified by the user after every maxLineLen characters
splitIntoLines(String, int, int, String, boolean) - Static method in class cdx.scorebot.util.StringOps
inserts a newline string specified by the user after every maxLineLen characters
START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
beginning of a set of rows
startAutoSched() - Method in class cdx.scorebot.app.WrapperGUI
start automatic scheduling
Statement - Class in cdx.scorebot.scoring.logic
specifies a statement to be evaluated
Statement(StatementType) - Constructor for class cdx.scorebot.scoring.logic.Statement
Construct a statement to be executed
StatementType - Interface in cdx.scorebot.scoring.logic
classes which can function as a Statement
staticFlag - Static variable in class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
stopAutoSched() - Method in class cdx.scorebot.app.WrapperGUI
stop automatic scheduling
stopRunning() - Method in class cdx.scorebot.app.tester.NetworkTester
signals for the main loop to stop
StringFIFO - Class in cdx.scorebot.util
This class contains a String which is limited to a certain number lines.
StringFIFO(int) - Constructor for class cdx.scorebot.util.StringFIFO
initialize the FIFO string (will hide a trailing blank line if one exists)
StringFIFO(int, int) - Constructor for class cdx.scorebot.util.StringFIFO
initialize the FIFO string (will hide a trailing blank line if one exists)
StringFIFO(int, int, boolean) - Constructor for class cdx.scorebot.util.StringFIFO
initialize the FIFO string
StringOps - Class in cdx.scorebot.util
Defines some methods for matching and replacement on special conditions for Strings.
StringOps() - Constructor for class cdx.scorebot.util.StringOps
 
stringValue() - Method in class cdx.scorebot.scoring.logic.Literal
gets the value if it is a string and returns null otherwise
stripExtensions(String, int) - Static method in class cdx.scorebot.util.StringOps
Removes a specified number of extensions from s
subManualScoreEventInfo(String, ManualScoreEvent) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Manual Score Event information
subScoreEventInfo(String, ScoreEvent) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Test Score Event information
subScoringRuleInfo(String, ScoringRule) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Scoring Rule information
subServiceInfo(String, Service) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Service information
subTestEventInfo(String, TestEvent, Integer) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Test Event information
subTestInfo(String, Test) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Test information
subTestItemInfo(String, TestItem) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Test Item information
subTestScoreEventInfo(String, TestScoreEvent) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Test Score Event information
subTestSuiteInfo(String, TestSuite) - Method in class cdx.scorebot.app.reporter.CompleteScoringStats
substitute in Test information
suiteInfo - Variable in class cdx.scorebot.net.ConfigurationTemplate
the names of the suites this provides IPs and Ports for
suites - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
all suites (from ntp)
suiteScoreEv - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
 
suiteScores - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
 
swapItems(int, int) - Method in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
swaps two items in the list (if either index is invalid this returns false and does nothing)
swapItems(int, int, int) - Method in class cdx.scorebot.util.swing.binding.delegate.ListBasedComponentDelegate
swaps two items in the list (if either index is invalid, this does nothing) and selects the specified item
SwitchTo(int) - Method in class cdx.scorebot.scoring.logic.parser.LogicParserTokenManager
 
syncToGUI() - Method in class cdx.scorebot.app.auditor.Filterer
 

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