
public interface UsesSubsystem
| Modifier and Type | Method and Description |
|---|---|
default ComponentConfigurationEnvironment |
getComponentConfigurationEnvironment()
Gets the ComponentConfigurationEnvironment for this object.
|
default ComponentLookup |
getComponentLookup()
Returns the component lookup of the subsystem this component belongs to.
|
default String |
getName()
Return the name for this object.
|
default Subsystem |
getSubsystem()
Get the Subsystem for the object implementing this interface.
|
default Subsystem getSubsystem()
default String getName()
default ComponentLookup getComponentLookup()
default ComponentConfigurationEnvironment getComponentConfigurationEnvironment()
Copyright © 2017 LSST. All rights reserved.