org.objectweb.fractal.juliak.control.factory
Interface FactoryDef


public interface FactoryDef

This interface contains data related to the factory controller.

Since:
2.5
Author:
Lionel Seinturier

Field Summary
static String HIDDEN_NAME
          The factory controller is specified with the Factory interface in the Fractal API.
static InterfaceType HIDDEN_TYPE
           
static String NAME
           
static InterfaceType TYPE
           
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

TYPE

static final InterfaceType TYPE

HIDDEN_NAME

static final String HIDDEN_NAME
The factory controller is specified with the Factory interface in the Fractal API. Julia extends this interface with the Template interface. A hidden interface name "/template" is associated to the implementation of this interface.

See Also:
Constant Field Values

HIDDEN_TYPE

static final InterfaceType HIDDEN_TYPE