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 Details

getImplementation

public Implementation getImplementation()


setImplementation

public void setImplementation(Implementation implementation)