org.objectweb.dream.adl
Interface Checker

All Known Implementing Classes:
AbstractDelagatingChecker

public interface Checker

Componennt interface to check that the ADL description of a component is conform to its implementation.


Method Summary
 void check(Object component, Object node)
          Check that the ADL description of the specified component is conform to its implementation.
 

Method Detail

check

public void check(Object component,
                  Object node)
           throws ADLException
Check that the ADL description of the specified component is conform to its implementation.

Parameters:
component - the component.
node - the AST of its ADL description.
Throws:
ADLException - if the ADL description is not conform to the component's implementation.


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.