org.objectweb.fractal.api.control

Interface SuperController

public interface SuperController

A component interface to control the super components of the component to which it belongs.

Method Summary

Component[]
getFcSuperComponents()
Returns the components that contain the component to which this interface belongs.

Method Details

getFcSuperComponents

public Component[] getFcSuperComponents()
Returns the components that contain the component to which this interface belongs.

Returns:
the Component interfaces of the components that contain the component to which this interface belongs.