org.objectweb.fractal.julia.control.attribute
Interface CloneableAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
AttributeControllerImpl, BasicAttributeControllerMixin

public interface CloneableAttributeController
extends AttributeController

An extended AttributeController interface.


Method Summary
 void cloneFcAttributes(AttributeController controller)
          Copies the attributes controlled by this controller into another one.
 

Method Detail

cloneFcAttributes

void cloneFcAttributes(AttributeController controller)
Copies the attributes controlled by this controller into another one.

Parameters:
controller - the destination attribute controller. This attribute controller should have at least the same attributes as this one.