FigSubsystemMasterTable of Contents

FIG Subsystem Master ObjectIntroductionPublic MethodsGetAllSubsystemsGetSubsystemnewFIG Subsystem Master ObjectIntroductionThe FIG Subsystem Master Object is used to access the FIG data store in order t get data relating to subsystems as a whole. It is also used to creat FigSubsystem objects for individual subsystems.

Public Methodsnewmy $$mso = FigSubsystemMaster->new(%options);

Construct a new FigSubsystemMaster object.

optionsHash of options. Currently no options are supported.

GetSubsystemmy $lso = $mso->GetSubsystem($name);

Return a FigSubsystem object for the specified subsystem.

nameName of the desired subsystem. This can either be the subsystem ID (with underscores) or the displa name (with spaces).

RETURNReturns an object representing the chosen subsystem.

GetAllSubsystemsmy @subsystemNames = $mso->GetAllSubsystems();

Return a list of all the subsystems.