org.objectweb.fractal.cecilia.primitive.thinkMC.controllers
Class ACInstantiationVisitor

java.lang.Object
  extended by org.objectweb.fractal.task.core.AbstractTaskFactoryUser
      extended by org.objectweb.fractal.cecilia.adl.attributes.AbstractAttributeVisitor
          extended by org.objectweb.fractal.cecilia.primitive.thinkMC.controllers.ACInstantiationVisitor
All Implemented Interfaces:
ComponentVisitor, Visitor<org.objectweb.fractal.adl.components.ComponentContainer>, org.objectweb.fractal.api.control.BindingController

public class ACInstantiationVisitor
extends AbstractAttributeVisitor

Visitor component that builds the instantiation of the attribute controller data structure of the component for ThinkMC dialect.


Nested Class Summary
static class ACInstantiationVisitor.ACInstantiationTask
          Builds source code for the instantiation of the attribute controller data structure for the given component node.
 
Field Summary
 
Fields inherited from class org.objectweb.fractal.task.core.AbstractTaskFactoryUser
TASK_FACTORY_ITF_NAME, taskFactoryItf
 
Constructor Summary
ACInstantiationVisitor()
           
 
Method Summary
protected  org.objectweb.fractal.api.Component createTask(org.objectweb.fractal.adl.components.ComponentContainer container, org.objectweb.fractal.adl.attributes.Attributes attributes)
          Creates the task that is returned by this visitor.
 
Methods inherited from class org.objectweb.fractal.cecilia.adl.attributes.AbstractAttributeVisitor
visit
 
Methods inherited from class org.objectweb.fractal.task.core.AbstractTaskFactoryUser
bindFc, listFc, lookupFc, unbindFc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACInstantiationVisitor

public ACInstantiationVisitor()
Method Detail

createTask

protected org.objectweb.fractal.api.Component createTask(org.objectweb.fractal.adl.components.ComponentContainer container,
                                                         org.objectweb.fractal.adl.attributes.Attributes attributes)
                                                  throws TaskException
Description copied from class: AbstractAttributeVisitor
Creates the task that is returned by this visitor.

Specified by:
createTask in class AbstractAttributeVisitor
Parameters:
container - the component that is visited.
attributes - the Attributes node of the component.
Returns:
the created task.
Throws:
TaskException


Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.