Collaboration diagram for GuiComponents.System.SystemInterface:
Public Member Functions | |
void | refresh () |
Re-obtain all connections to external processes. | |
Partition | getPartition () |
Get the IPC Partition that all our processes are contained in. | |
SctTestApi.Configuration | getTestConfiguration () |
Get a reference to the SctTest Configuration interface. | |
HighLevelApi | getTestHighLevelApi () |
Get a reference to the SctTest HighLevelApi interface. | |
CalibrationController | getCalibrationController () |
Gets a reference to the CalibrationController. | |
SctApi | getSctApi () |
Gets a reference to the Api. | |
sctConf.Configuration | getConfigurationService () |
Gets a reference to the configuration service. | |
AnalysisServiceInterface | getAnalysisService () |
Gets a reference to the analysis service. | |
ArchivingServiceInterface | getArchivingService () |
Gets a reference to the archiving service. | |
FitterInterface | getFittingService () |
Gets a reference to the fitting service. | |
Static Public Member Functions | |
SystemInterface | getInstance () |
Get the singleton interface. | |
Private Member Functions | |
SystemInterface () | |
Creates a new instance of SCTInterface. | |
Private Attributes | |
Partition | p |
Logger | logger |
SctTestApi.Configuration | testconfig |
HighLevelApi | highlevel |
CalibrationController | cc |
SctApi | api |
sctConf.Configuration | config |
AnalysisServiceInterface | analysis |
ArchivingServiceInterface | archiving |
FitterInterface | fitter |
Static Private Attributes | |
SystemInterface | instance = new SystemInterface() |
final String | partitionName = "SCT" |
Users should probably not cache references for long periods of time
This class and ISInterface mirror some of the methods from SctNames in the C++ code
Definition at line 32 of file SystemInterface.java.