|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlexLogger | |
---|---|
cdx.scorebot.app.scorecompiler | Contains classes related to the Score Compiler GUI. |
cdx.scorebot.app.tester | Contains classeses related to the Tester. |
cdx.scorebot.scoring | The framework for scoring test results. |
Uses of FlexLogger in cdx.scorebot.app.scorecompiler |
---|
Methods in cdx.scorebot.app.scorecompiler with parameters of type FlexLogger | |
---|---|
static void |
ScoreComilerGUI.compile(NetworkTestPackage ntp,
FlexLogger logger)
Compiles scoring results for the specified NetworkTestPackage and logs the status of the compilation to logger. |
static void |
ScoreComilerGUI.compile(NetworkTestPackage ntp,
FlexLogger logger,
javax.swing.JProgressBar progressBar)
Compiles scoring results for the specified NetworkTestPackage and logs the status of the compilation to logger and the specified progress bar. |
Uses of FlexLogger in cdx.scorebot.app.tester |
---|
Methods in cdx.scorebot.app.tester that return FlexLogger | |
---|---|
FlexLogger |
NetworkTester.getLogger()
gets the FlexLogger which is logging events which occur |
Constructors in cdx.scorebot.app.tester with parameters of type FlexLogger | |
---|---|
GenerateEventDialog(java.awt.Frame parent,
boolean modal,
java.lang.String folderToSaveTo,
FlexLogger logger)
Creates new form GenerateEvent with a logger |
|
ManualTestSchedulingDialog(java.awt.Frame parent,
boolean modal,
NetworkTester networkTester,
ManualScheduler manualScheduler,
FlexLogger logger)
Creates new form GenerateEvent with a logger |
|
NetworkTester(NetworkTestPackage config,
ScheduledDowntimes downtimes,
JListBound lstDowntimes,
FlexLogger logger)
uses the default scheduling horizon |
|
NetworkTester(NetworkTestPackage config,
ScheduledDowntimes downtimes,
JListBound lstDowntimes,
FlexLogger logger,
int schedHorizonSec)
user-specified scheduling horizon |
Uses of FlexLogger in cdx.scorebot.scoring |
---|
Constructors in cdx.scorebot.scoring with parameters of type FlexLogger | |
---|---|
ScoringCompiler(NetworkTestPackage config,
FlexLogger logger)
instantiates a scoring compiler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |