org.objectweb.fractal.adl.coordinates
Class CoordinatesCompiler

java.lang.Object
  extended byorg.objectweb.fractal.adl.coordinates.CoordinatesCompiler
All Implemented Interfaces:
BindingController, PrimitiveCompiler

public class CoordinatesCompiler
extends Object
implements PrimitiveCompiler, BindingController

A PrimitiveCompiler to compile Coordinates nodes in definitions.


Field Summary
static String BUILDER_BINDING
          Name of the mandatory interface bound to the CoordinatesBuilder used by this compiler.
 
Constructor Summary
CoordinatesCompiler()
           
 
Method Summary
 void bindFc(String clientItfName, Object serverItf)
           
 void compile(List path, ComponentContainer container, TaskMap tasks, Map context)
           
 String[] listFc()
           
 Object lookupFc(String clientItfName)
           
 void unbindFc(String clientItfName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILDER_BINDING

public static final String BUILDER_BINDING
Name of the mandatory interface bound to the CoordinatesBuilder used by this compiler.

See Also:
Constant Field Values
Constructor Detail

CoordinatesCompiler

public CoordinatesCompiler()
Method Detail

listFc

public String[] listFc()
Specified by:
listFc in interface BindingController

lookupFc

public Object lookupFc(String clientItfName)
Specified by:
lookupFc in interface BindingController

bindFc

public void bindFc(String clientItfName,
                   Object serverItf)
Specified by:
bindFc in interface BindingController

unbindFc

public void unbindFc(String clientItfName)
Specified by:
unbindFc in interface BindingController

compile

public void compile(List path,
                    ComponentContainer container,
                    TaskMap tasks,
                    Map context)
             throws ADLException
Specified by:
compile in interface PrimitiveCompiler
Throws:
ADLException