org.ow2.mind.adl.interfaces
Class CollectionInterfaceDefinitionSourceGenerator

java.lang.Object
  extended by org.ow2.mind.adl.interfaces.CollectionInterfaceDefinitionSourceGenerator
All Implemented Interfaces:
DefinitionSourceGenerator, VoidVisitor<org.objectweb.fractal.adl.Definition>

public class CollectionInterfaceDefinitionSourceGenerator
extends java.lang.Object
implements DefinitionSourceGenerator


Field Summary
protected  DefinitionSourceGenerator clientSourceGeneratorItf
           
static java.lang.String INDEXES_DECORATION_NAME
           
 
Constructor Summary
CollectionInterfaceDefinitionSourceGenerator()
           
 
Method Summary
protected  java.lang.Integer[] addIndexesDecoration(org.objectweb.fractal.adl.interfaces.Interface itf, int numberOfElement)
           
 void visit(org.objectweb.fractal.adl.Definition definition, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEXES_DECORATION_NAME

public static final java.lang.String INDEXES_DECORATION_NAME
See Also:
Constant Field Values

clientSourceGeneratorItf

protected DefinitionSourceGenerator clientSourceGeneratorItf
Constructor Detail

CollectionInterfaceDefinitionSourceGenerator

public CollectionInterfaceDefinitionSourceGenerator()
Method Detail

visit

public void visit(org.objectweb.fractal.adl.Definition definition,
                  java.util.Map<java.lang.Object,java.lang.Object> context)
           throws org.objectweb.fractal.adl.ADLException
Specified by:
visit in interface VoidVisitor<org.objectweb.fractal.adl.Definition>
Throws:
org.objectweb.fractal.adl.ADLException

addIndexesDecoration

protected java.lang.Integer[] addIndexesDecoration(org.objectweb.fractal.adl.interfaces.Interface itf,
                                                   int numberOfElement)


Copyright © 2009-2011 OW2. All Rights Reserved.