org.objectweb.fractal.adl.implementations
Interface ImplementationContainer


public interface ImplementationContainer

An AST node interface for nodes that can contain a component implementation.


Method Summary
 Implementation getImplementation()
           
 void setImplementation(Implementation implementation)
           
 

Method Detail

getImplementation

Implementation getImplementation()

setImplementation

void setImplementation(Implementation implementation)