aokell.lib.control.superc
Interface SuperControllerItf

All Superinterfaces:
SuperController
All Known Subinterfaces:
CompositeTemplateType, CompositeType, ParametricCompositeTemplateType, ParametricCompositeType, ParametricFlatTemplateType, ParametricPrimitiveTemplateType, ParametricPrimitiveType, PrimitiveTemplateType, PrimitiveType, SuperType
All Known Implementing Classes:
SuperControllerImpl

public interface SuperControllerItf
extends SuperController

This interface extends the Fractal SuperController interface with methods for adding and removing a reference towards a super component.

Author:
Lionel Seinturier

Field Summary
static String NAME
           
static InterfaceType TYPE
           
 
Method Summary
 void addFcSuperComponent(Component c)
           
 void removeFcSuperComponent(Component c)
           
 
Methods inherited from interface org.objectweb.fractal.api.control.SuperController
getFcSuperComponents
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

TYPE

static final InterfaceType TYPE
Method Detail

addFcSuperComponent

void addFcSuperComponent(Component c)

removeFcSuperComponent

void removeFcSuperComponent(Component c)