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

T

tabSize - Variable in class cdx.scorebot.scoring.logic.parser.SimpleCharStream
 
TBL_AGGR_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
aggravating events table (end flag)
TBL_AGGR_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
aggravating events table (begin flag)
TE_CONFIG_ALL - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the specific option values used in the test which generated this test event (one per line)
TE_COUNT - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of test events which exist
TE_DURATION - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the length of time the test event took to run
TE_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test event (end flag)
TE_EXPLAN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the description from the test regarding what happened
TE_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the test event (its index which is used as its filename)
TE_RESULT_NUM - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number which indicates how this result was when processed (0 = most recent)
TE_RESULTS_ALL - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the specific result values resulting from the test which generated this test event (one per line)
TE_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test event (begin flag)
TE_TEST - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the test which created this test event
TE_TIME_COMP - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the test event was completed
TE_TIME_REP - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the test event was reported
TEAM_COMMENTS - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the team's comments
TEAM_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each team (end flag)
TEAM_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the team
TEAM_RANK - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the rank of the team versus other competitors ("--" if there are no other competitors)
TEAM_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the total score of the team
TEAM_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each team (begin flag)
TeamConfiguration - 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.
TeamConfiguration(String) - Constructor for class cdx.scorebot.net.TeamConfiguration
create a Skeleton NetworkTestPackage from the NetworkTestPackage in the specified file
TeamConfiguration(String, String, Vector<TestSuiteSkeleton>, NetworkTestPackage) - Constructor for class cdx.scorebot.net.TeamConfiguration
create a Skeleton NetworkTestPackage from the NetworkTestPackage in the specified file
TeamConfigurerGUI - Class in cdx.scorebot.app.configurer
This GUI allows the user to maintain team configuration templates based on existing Network Test Packages.
TeamConfigurerGUI() - Constructor for class cdx.scorebot.app.configurer.TeamConfigurerGUI
Creates a TemplateFillerGUI
TeamReportingInfo - Class in cdx.scorebot.app.reporter
Holds some basic information used for reporting a team's stats
TeamReportingInfo(NetworkTestPackage) - Constructor for class cdx.scorebot.app.reporter.TeamReportingInfo
Defines where ScoreEvents are read from and where stats in HTML files are outputted too.
TeamReportingInfo(NetworkTestPackage, String) - Constructor for class cdx.scorebot.app.reporter.TeamReportingInfo
Defines where ScoreEvents are read from and where stats in HTML files are outputted too.
TeamReportingInfo(NetworkTestPackage, String, String, String, String) - Constructor for class cdx.scorebot.app.reporter.TeamReportingInfo
Defines where ScoreEvents are read from and where stats in HTML files are outputted too.
TeamScoringInfo - Class in cdx.scorebot.app.reporter
contains all the scoring/reporting information for a particular team
TeamScoringInfo(TeamReportingInfo, int, boolean) - Constructor for class cdx.scorebot.app.reporter.TeamScoringInfo
Initializes a TeamScoringInfo to hold scoring statistics regarding the specified team
teamTotalScore - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
total score for the team
teminateOnExit() - Method in class cdx.scorebot.app.tester.ManualTesterGUI
gets what to do on "exit" (true => terminate the process, false => dispose the JFrame)
teminateOnExit() - Method in class cdx.scorebot.util.swing.FileMenuFrame
gets what to do on "exit" (true => terminate the process, false => dispose the JFrame)
templateDir - Variable in class cdx.scorebot.app.reporter.CompleteScoringStats
where to load the HTML template pages from
Test<S extends Service> - Class in cdx.scorebot.net.tests
An abstract test which is the skeleton for individual tests on particular services.
Test(S) - Constructor for class cdx.scorebot.net.tests.Test
Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later.
Test(S, Configuration) - Constructor for class cdx.scorebot.net.tests.Test
Instantiates a test with the specified config (verify that it includes all needed configuration options).
Test(S, HashMap<String, ConfigOption>) - Constructor for class cdx.scorebot.net.tests.Test
Instantiates a test with the specified config (verify that it includes all needed configuration options).
TEST_COUNT - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of tests which exist
TEST_DESC - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the description of the test
TEST_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the test (its index which is used as its filename)
TEST_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the test
TEST_NUM_RUNS - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of times this test was run
TEST_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the total score for the test
TEST_SERVICE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the service this test can test
TestConfigValue - Class in cdx.scorebot.scoring.logic
holds the value of some test result
TestConfigValue(TestIdentifier, Identifier) - Constructor for class cdx.scorebot.scoring.logic.TestConfigValue
identifies a specific test configuration option
TestData - Class in cdx.scorebot.scoring.logic
Contains information regarding what test items are available and what configuration options and results they contain.
TestData(String, HashMap<String, LiteralType>, HashMap<String, LiteralType>) - Constructor for class cdx.scorebot.scoring.logic.TestData
provide all needed test information explicitly
TestData(TestItem) - Constructor for class cdx.scorebot.scoring.logic.TestData
all needed test information will be loaded for the test type contained by the specified test item
TesterGUI - Class in cdx.scorebot.app.tester
Runs tests and saves each resulting TestEvent to a file.
TesterGUI() - Constructor for class cdx.scorebot.app.tester.TesterGUI
Creates new form TesterGUI
TestEvent - Class in cdx.scorebot.net.tests
contains info about a test and its results for a single run
TestEvent(TestItem, Configuration) - Constructor for class cdx.scorebot.net.tests.TestEvent
Creates a TestEvent to store the results from the Test in TestItem ti
TestEvent.ResultInfoPair - Class in cdx.scorebot.net.tests
stores results from the test and any audits of those results
TestEvent.ResultInfoPair(Object) - Constructor for class cdx.scorebot.net.tests.TestEvent.ResultInfoPair
default constructor
testEvents - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
all test events in the order they occurred
TestIdentifier - Class in cdx.scorebot.scoring.logic
Stores a test identifier
TestIdentifier(String, int) - Constructor for class cdx.scorebot.scoring.logic.TestIdentifier
identifies a specific test run
TestInfo - Class in cdx.scorebot.app.util
Stores information about a particular test
TestInfo() - Constructor for class cdx.scorebot.app.util.TestInfo
Instantiates a TestInfo
TestItem - Class in cdx.scorebot.net.tests
contains a specific instance of a Test and the configuration information for when and how to run it
TestItem(Test) - Constructor for class cdx.scorebot.net.tests.TestItem
Creates a TestItem for the specified test with its default option values.
TestItem(Test, Configuration) - Constructor for class cdx.scorebot.net.tests.TestItem
Creates a TestItem for the specified test with its default option values.
testItemName - Variable in class cdx.scorebot.scoring.logic.TestData
name of the test item this information is for
TestItemNameTranslator - Class in cdx.scorebot.app.configurer
This translator requires the new value to not be an existing TestItem's name (within a TestSuite).
TestItemNameTranslator() - Constructor for class cdx.scorebot.app.configurer.TestItemNameTranslator
Instantiates a translator
testItems - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
all test items in the order they are defined within suites (from ntp)
TestMisconfigurationException - Exception in cdx.scorebot.net.tests
Thrown to indicate that a method has been passed an illegal or inappropriate configuration argument.
TestMisconfigurationException() - Constructor for exception cdx.scorebot.net.tests.TestMisconfigurationException
Instantiates the error with the generic description: "Test misconfigured"
TestMisconfigurationException(String) - Constructor for exception cdx.scorebot.net.tests.TestMisconfigurationException
Instantiates the error with passed error message.
TestNumPair - Class in cdx.scorebot.scoring.logic
stores a test and the number of results to track
TestNumPair(String, int) - Constructor for class cdx.scorebot.scoring.logic.TestNumPair
instantiate a TestNumPair
testNumRuns - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
 
TestResultValue - Class in cdx.scorebot.scoring.logic
holds the value of some test result
TestResultValue(TestIdentifier, Identifier) - Constructor for class cdx.scorebot.scoring.logic.TestResultValue
identifies a specific test result
tests - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
all tests
TestSchedule - Class in cdx.scorebot.net.tests
Defines when a test is to be run (how often and during what time periods).
TestSchedule() - Constructor for class cdx.scorebot.net.tests.TestSchedule
default constructor
testScore - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
 
TestScoreEvent - Class in cdx.scorebot.scoring
describes a change in score due to a penalty or bonus resulting from test results triggering a scoring rule (includes all relevant information as to why)
TestScoreEvent(ScoringRule, int, String) - Constructor for class cdx.scorebot.scoring.TestScoreEvent
Creates the TestScoreEvent from the specified parameters.
TestScoreEvent(ScoringRule, int, String, String) - Constructor for class cdx.scorebot.scoring.TestScoreEvent
Creates the TestScoreEvent from the specified parameters.
testScoreEvents - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
all test score events in the order they occurred
TestSuite - Class in cdx.scorebot.net
Contains the TestItems for a given Service, when to schedule those tests, and how to score their results.
TestSuite(Service) - Constructor for class cdx.scorebot.net.TestSuite
instantiates a TestSuite for the specified Service
TestSuiteSkeleton - Class in cdx.scorebot.net
Contains the skeleton information for a TestSuite
TestSuiteSkeleton(String) - Constructor for class cdx.scorebot.net.TestSuiteSkeleton
basic constructor
TestSuiteSkeleton(TestSuiteSkeleton) - Constructor for class cdx.scorebot.net.TestSuiteSkeleton
copy constructor
TestUnavailableException - Exception in cdx.scorebot.scoring.logic
thrown if the logic tries to access a test which hasn't been run yet
TestUnavailableException() - Constructor for exception cdx.scorebot.scoring.logic.TestUnavailableException
creates an exception with the default message
TestUnavailableException(String) - Constructor for exception cdx.scorebot.scoring.logic.TestUnavailableException
creates an Exception with the specified message
text() - Method in class cdx.scorebot.util.StringFIFO
gets the current value of the string
TextFieldFIFO - Interface in cdx.scorebot.util.swing
A special text container which limits the number of lines which it displays.
TextScrollupListener - Class in cdx.scorebot.util.swing
Listens for changes in a document backing a JTextComponent and if the typing isn't the cause of the changes, then the JTextComponent is scrolled to the top.
TextScrollupListener(JTextComponent) - Constructor for class cdx.scorebot.util.swing.TextScrollupListener
 
ThresholdType - Enum in cdx.scorebot.scoring
an enumeration which specifies what kind of threshold is being applied
throwIAE(String) - Static method in class cdx.scorebot.scoring.logic.GenericMethod
throws an IllegalMethodArgsException with the specified string
TI_COUNT - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of test items which exist
TI_DESC - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the description of the item
TI_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the item (its index which is used as its filename)
TI_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the item
TI_NUM_RUNS - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of times this item was run
TI_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the total score for the item
TI_TEST - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the test being tested by this item
times(UnaryExpression) - Method in class cdx.scorebot.scoring.logic.MultiplicativeExpression
multiplies this expression by this operand
TIMES - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
Timestamp - Class in cdx.scorebot.util
provides easy access to UTC ms from the epoch
Timestamp() - Constructor for class cdx.scorebot.util.Timestamp
sets the timestamp to the current time
Timestamp(GregorianCalendar) - Constructor for class cdx.scorebot.util.Timestamp
sets the timestamp to the specified time
Timestamp(long) - Constructor for class cdx.scorebot.util.Timestamp
sets the timestamp to the specified time
TimestampRange - Class in cdx.scorebot.util
a start-end pair of Timestamps
TimestampRange() - Constructor for class cdx.scorebot.util.TimestampRange
sets both timestamps to the current time
TimestampRange(Timestamp, Timestamp) - Constructor for class cdx.scorebot.util.TimestampRange
sets both timestamps to the specified times
tiNumRuns - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
 
tiScore - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
 
tiTestScoreEvents - Variable in class cdx.scorebot.app.reporter.TeamScoringInfo
temporary computed values stored here
tobr(String) - Static method in class cdx.scorebot.app.reporter.CompleteScoringStats
replaces any newline characters (\r\n, \n, \r) with
toFNSafeString() - Method in class cdx.scorebot.util.Timestamp
returns the date/time of this timestamp as yyyy-MM-dd_HH-mm-ss
token - Variable in class cdx.scorebot.scoring.logic.parser.LogicParser
 
Token - Class in cdx.scorebot.scoring.logic.parser
Describes the input token stream.
Token() - Constructor for class cdx.scorebot.scoring.logic.parser.Token
 
token_source - Variable in class cdx.scorebot.scoring.logic.parser.LogicParser
 
tokenImage - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
tokenImage - Variable in exception cdx.scorebot.scoring.logic.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in cdx.scorebot.scoring.logic.parser
 
TokenMgrError() - Constructor for error cdx.scorebot.scoring.logic.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error cdx.scorebot.scoring.logic.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error cdx.scorebot.scoring.logic.parser.TokenMgrError
 
toString() - Method in class cdx.scorebot.app.reporter.Comments.TeamComment
returns the team's name
toString() - Method in class cdx.scorebot.app.util.ResultInfo
returns the name of the result
toString() - Method in class cdx.scorebot.net.CompetitionConfiguration.TeamInfo
returns the name of the suite this works with
toString() - Method in class cdx.scorebot.net.tests.TestEvent.ResultInfoPair
returns the name of the TestEvent, if any and the empty string if name is null
toString() - Method in class cdx.scorebot.net.tests.TestEvent
 
toString() - Method in class cdx.scorebot.net.tests.TestItem
returns the name of this test item
toString() - Method in class cdx.scorebot.net.TestSuite
returns the name of this test suite
toString() - Method in class cdx.scorebot.net.TestSuiteSkeleton
returns the name of the suite this works with
tostring(Literal) - Method in class cdx.scorebot.scoring.logic.Context
Convert a literal to its string representation
toString() - Method in class cdx.scorebot.scoring.logic.Literal
gets the string representation of the value stored by this literal
toString() - Method in enum cdx.scorebot.scoring.logic.LiteralType
returns bool, fp, int, or string as appropriate
toString() - Method in class cdx.scorebot.scoring.logic.parser.Token
Returns the image.
toString() - Method in class cdx.scorebot.scoring.ScoreEvent
 
toString() - Method in enum cdx.scorebot.scoring.ScoringRule.BASIC_METHOD_TYPE
gets the name of the method to call
toString() - Method in class cdx.scorebot.scoring.TestScoreEvent
 
toString() - Method in enum cdx.scorebot.scoring.ThresholdType
returns the string representation of these enumerated values
toString() - Method in class cdx.scorebot.util.config.ConfigOption
returns the name of the config option
toString() - Method in enum cdx.scorebot.util.config.VariableType
returns this VariableType as a string
toString() - Method in class cdx.scorebot.util.io.FlexLogger
Names of the files which this is outputting to
toString() - Method in class cdx.scorebot.util.swing.binding.delegate.IntermediateFieldDelegate
 
toString() - Method in class cdx.scorebot.util.swing.FileNameEndingFilter
Returns a string representation of the FileNameExtensionFilter.
toString() - Method in class cdx.scorebot.util.Timestamp
returns the date/time of this timestamp as dd-MMM-yyyy HH:mm:ss
toString() - Method in class cdx.scorebot.util.TimestampRange
returns the date/time of this timestamp range as dd-MMM-yyyy HH:mm to dd-MMM-yyyy HH:mm
toXML(String, Object) - Static method in class cdx.scorebot.util.io.XStreamWrapper
writes (serializes) an object in XML form to a file
toXML(File, Object) - Static method in class cdx.scorebot.util.io.XStreamWrapper
writes (serializes) an object in XML form to a file
toXML(Object) - Static method in class cdx.scorebot.util.io.XStreamWrapper
writes (serializes) an object in XML form to a string
trackResult(TestEvent) - Method in class cdx.scorebot.scoring.logic.TestNumPair
adds the specified result to the TestEvents being tracked if the specified result came from the test item being tracked by this TestNumPair
translate1(String) - Method in class cdx.scorebot.app.configurer.TestItemNameTranslator
returns valueToTranslate (unchanged)
translate1(TYPE) - Method in class cdx.scorebot.util.translator.SelfTranslator
gets the TYPE representation of the specified TYPE
translate1(Boolean) - Method in class cdx.scorebot.util.translator.TranslatorBooleanString
gets the String representation of the specified Boolean
translate1(Double) - Method in class cdx.scorebot.util.translator.TranslatorDoubleString
gets the String representation of the specified Double
translate1(String) - Method in class cdx.scorebot.util.translator.TranslatorIdentifierString
returns the String (identifier) passed in
translate1(T) - Method in class cdx.scorebot.util.translator.TranslatorInstanceString
gets the String representation of the specified object T
translate1(Integer) - Method in class cdx.scorebot.util.translator.TranslatorIntegerString
gets the String representation of the specified Integer
translate1(FROM) - Method in class cdx.scorebot.util.translator.TranslatorMulti
gets the TO representation of the specified object FROM
translate1(T) - Method in class cdx.scorebot.util.translator.TranslatorObjectClassName
gets the String representation of the specified object T
translate1(Integer) - Method in class cdx.scorebot.util.translator.TranslatorTimeString
gets the String representation of the specified Integer
translate1(TYPE1) - Method in class cdx.scorebot.util.translator.TypeTranslator
gets the TYPE2 representation of the item
translate2(String) - Method in class cdx.scorebot.app.configurer.TestItemNameTranslator
returns valueToTranslate if it isn't already the name of a TestItem
translate2(TYPE) - Method in class cdx.scorebot.util.translator.SelfTranslator
gets the TYPE representation of the specified TYPE
translate2(String) - Method in class cdx.scorebot.util.translator.TranslatorBooleanString
gets the Boolean representation of the specified String
translate2(String) - Method in class cdx.scorebot.util.translator.TranslatorDoubleString
gets the Double representation of the specified String
translate2(String) - Method in class cdx.scorebot.util.translator.TranslatorIdentifierString
Checks to see if the specified valueToTranslate is valid identifier
translate2(String) - Method in class cdx.scorebot.util.translator.TranslatorInstanceString
gets the T representation of the specified String
translate2(String) - Method in class cdx.scorebot.util.translator.TranslatorIntegerString
gets the Integer representation of the specified String
translate2(TO) - Method in class cdx.scorebot.util.translator.TranslatorMulti
gets the FROM representation of the specified TO object
translate2(String) - Method in class cdx.scorebot.util.translator.TranslatorObjectClassName
gets the Object representation of the specified String
translate2(String) - Method in class cdx.scorebot.util.translator.TranslatorTimeString
Gets the Integer representation of the specified String in terms of the seconds in the base unit.
translate2(TYPE2) - Method in class cdx.scorebot.util.translator.TypeTranslator
gets the TYPE1 representation of the item
TranslationFailedException - Exception in cdx.scorebot.util.translator
Indicates a translation could not be accomplished
TranslationFailedException() - Constructor for exception cdx.scorebot.util.translator.TranslationFailedException
Instantiates a TranslationFailedException
TranslationFailedException(String) - Constructor for exception cdx.scorebot.util.translator.TranslationFailedException
Instantiates a TranslationFailedException with the specified message
TranslatorBooleanString - Class in cdx.scorebot.util.translator
Stores a value as a String and can translate to and from an Boolean.
TranslatorBooleanString() - Constructor for class cdx.scorebot.util.translator.TranslatorBooleanString
Instantiates a translator
TranslatorDoubleString - Class in cdx.scorebot.util.translator
Stores a value as a String and can translate to and from an Double.
TranslatorDoubleString() - Constructor for class cdx.scorebot.util.translator.TranslatorDoubleString
Instantiates a translator
TranslatorIdentifierString - Class in cdx.scorebot.util.translator
Stores a value as a String which meets the requirements as an identifier.
TranslatorIdentifierString() - Constructor for class cdx.scorebot.util.translator.TranslatorIdentifierString
Instantiates a translator
TranslatorInstanceString<T> - Class in cdx.scorebot.util.translator
Can translate to an Object of type T from a string.
TranslatorInstanceString() - Constructor for class cdx.scorebot.util.translator.TranslatorInstanceString
Instantiates a translator for an Object
TranslatorInstanceString(T) - Constructor for class cdx.scorebot.util.translator.TranslatorInstanceString
Instantiates a translator
TranslatorInstanceString(Class) - Constructor for class cdx.scorebot.util.translator.TranslatorInstanceString
Instantiates a translator
TranslatorIntegerString - Class in cdx.scorebot.util.translator
Stores a value as a String and can translate to and from an Integer.
TranslatorIntegerString() - Constructor for class cdx.scorebot.util.translator.TranslatorIntegerString
Instantiates a translator
TranslatorMulti<FROM,TO> - Class in cdx.scorebot.util.translator
Can translate between two objects using different translaters depending on what type the two objects actually are.
TranslatorMulti() - Constructor for class cdx.scorebot.util.translator.TranslatorMulti
Instantiates a translator for an Object
TranslatorObjectClassName<T> - Class in cdx.scorebot.util.translator
Can translate to an Object of type T from a string.
TranslatorObjectClassName() - Constructor for class cdx.scorebot.util.translator.TranslatorObjectClassName
Instantiates a translator (will use T's default constructor)
TranslatorObjectClassName(Object) - Constructor for class cdx.scorebot.util.translator.TranslatorObjectClassName
Instantiates a translator
TranslatorObjectClassName(Object, Object) - Constructor for class cdx.scorebot.util.translator.TranslatorObjectClassName
Instantiates a translator
TranslatorObjectClassName(AbstractList<Object>) - Constructor for class cdx.scorebot.util.translator.TranslatorObjectClassName
Instantiates a translator
TranslatorTimeString - Class in cdx.scorebot.util.translator
Stores a value as a Integer and can translate to and from an String.
TranslatorTimeString() - Constructor for class cdx.scorebot.util.translator.TranslatorTimeString
Instantiates a translator with the base unit of one second
TranslatorTimeString(int) - Constructor for class cdx.scorebot.util.translator.TranslatorTimeString
Instantiates a translator with the base unit of the specified number of seconds
TristateCheckBox - Class in cdx.scorebot.util.swing.tree
Defines a checkbox which can be selected, unselected, or in the middle (appears greyed out)
TristateCheckBox(String, Icon, TristateCheckBox.State) - Constructor for class cdx.scorebot.util.swing.tree.TristateCheckBox
 
TristateCheckBox(String, TristateCheckBox.State) - Constructor for class cdx.scorebot.util.swing.tree.TristateCheckBox
 
TristateCheckBox(String) - Constructor for class cdx.scorebot.util.swing.tree.TristateCheckBox
 
TristateCheckBox() - Constructor for class cdx.scorebot.util.swing.tree.TristateCheckBox
 
TristateCheckBox.State - Class in cdx.scorebot.util.swing.tree
This is a type-safe enumerated type
TS_COUNT - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of suites which exist
TS_DESC - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the description of the suite
TS_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test suite (end flag)
TS_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the suite (its index which is used as its filename)
TS_IP - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the IP of the service the suite is testing
TS_MAX_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the max allowed score for the suite
TS_MIN_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the min allowed score for the suite
TS_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the suite
TS_PORT - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the port of the service the suite is testing
TS_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the total score for the suite
TS_SCORE_CHANGE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the total score change for the suite
TS_SERVICE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the service the suite is testing
TS_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test suite (begin flag)
TS_TI_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test item (end flag)
TS_TI_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test item (begin flag)
TSE_ACTUAL_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the actual total score for the test score event (takes thresholds into account)
TSE_COUNT - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number of test score events which exist
TSE_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test score event (end flag)
TSE_EXPLAN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the explanation of the test score event
TSE_FN - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the filename of the test score event (its index which is used as its filename)
TSE_REPORTED - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a boolean stating whther or not this test score event was reported/known
TSE_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)
TSE_RULE_NAME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the rule which generated the test score event
TSE_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the total score for the test score event
TSE_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test score event (begin flag)
TSE_THRESH_SCORE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the test being tested by this test score event
TSE_THRESH_TYPE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the type of threshold applied to the test score event (if any)
TSE_TIME - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the test score event was generated
TSE_TIME_COMP - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the test score event was completed
TSE_TIME_REP - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the time the test score event was reported
TSE_TITLE - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the title of the test score event
TT_END - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test tracking (end flag)
TT_NUM - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the number which indicates how many of this test type are being used in scoring considerations
TT_START - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with a row for each test tracking (begin flag)
TT_TEST - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the test which is being tracked
TT_TEST_ITEM - Static variable in class cdx.scorebot.app.reporter.CompleteScoringStats
will be replaced with the name of the test item which is being tracked
txtEventName - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
txtOptionVal - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
txtResultVal - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
txtScoreChangeMax - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
txtScoreChangeMin - Variable in class cdx.scorebot.app.auditor.AuditorGUI
 
TYPE_BOOL - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
TYPE_FP - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
TYPE_INT - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
TYPE_STRING - Static variable in interface cdx.scorebot.scoring.logic.parser.LogicParserConstants
 
TypeMismatchException - Exception in cdx.scorebot.scoring.logic
thrown if the logic tries to perform an operation on operands of different types
TypeMismatchException() - Constructor for exception cdx.scorebot.scoring.logic.TypeMismatchException
creates an exception with the default message
TypeMismatchException(String) - Constructor for exception cdx.scorebot.scoring.logic.TypeMismatchException
creates an Exception with the specified message
TypeTranslator<TYPE1,TYPE2> - Class in cdx.scorebot.util.translator
Declares translation methods a parameter must have so it can be translated between a one type and another type.
TypeTranslator() - Constructor for class cdx.scorebot.util.translator.TypeTranslator
Instantiates a translator

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