org.objectweb.fractal.api.control
Interface NameController
public interface NameController
A component interface to control the name of the component to which it
belongs.
String | getFcName()- Returns the name of the component to which this interface belongs.
|
void | setFcName(String name)- Sets the name of the component to which this interface belongs.
|
getFcName
public String getFcName()
Returns the name of the component to which this interface belongs.
- the name of the component to which this interface belongs.
setFcName(String)
setFcName
public void setFcName(String name)
Sets the name of the component to which this interface belongs.
name - a component name.
getFcName()