org.objectweb.fractal.julia.control.name
Class BasicNameControllerMixin
java.lang.Object
org.objectweb.fractal.julia.control.name.BasicNameControllerMixin
- All Implemented Interfaces:
- NameController
- public abstract class BasicNameControllerMixin
- extends Object
- implements NameController
Provides a basic implementation of the NameController
interface.
Requirements
Field Summary |
String |
name
The name of the component to which this controller object belongs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- The name of the component to which this controller object belongs.
getFcName
public String getFcName()
- Specified by:
getFcName
in interface NameController
setFcName
public void setFcName(String name)
- Specified by:
setFcName
in interface NameController