Interface | Description |
---|---|
IComponentVisitor |
This interface defines the "visitation" routines that implementations of
Component may use to reveal their types to visitors.
|
IReactorComponent |
This interface specializes the Component interface for LWRReactors.
|
Class | Description |
---|---|
SelectiveComponentVisitor |
This adapter class provides default implementations for the methods described
by the
IComponentVisitor interface. |