

Public Member Functions | |
| void | copy (GPNode node) |
Capability an object implements so that it can be copied. This capability is invoked by the corresponding Action
| void cern::gp::capabilities::CopyCapability::copy | ( | GPNode | node | ) |
Tells this object that it has to be copied. The object has to interpret what copy means in its own context, which is done by implementing this interface.
| node | the node representing the bean on which the capability has been activated |
Referenced by cern::gp::actions::CopyAction::performCapability().
1.6.2