org.objectweb.fractal.julia.type
Class BasicTypeFactoryMixin

java.lang.Object
  extended by org.objectweb.fractal.julia.type.BasicTypeFactoryMixin
All Implemented Interfaces:
TypeFactory

public class BasicTypeFactoryMixin
extends Object
implements TypeFactory

Provides a basic implementation of the TypeFactory interface.

Requirements


Field Summary
 
Fields inherited from interface org.objectweb.fractal.api.type.TypeFactory
CLIENT, COLLECTION, MANDATORY, OPTIONAL, SERVER, SINGLE
 
Constructor Summary
BasicTypeFactoryMixin()
           
 
Method Summary
 InterfaceType createFcItfType(String name, String signature, boolean isClient, boolean isOptional, boolean isCollection)
           
 ComponentType createFcType(InterfaceType[] interfaceTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTypeFactoryMixin

public BasicTypeFactoryMixin()
Method Detail

createFcItfType

public InterfaceType createFcItfType(String name,
                                     String signature,
                                     boolean isClient,
                                     boolean isOptional,
                                     boolean isCollection)
                              throws InstantiationException
Specified by:
createFcItfType in interface TypeFactory
Throws:
InstantiationException

createFcType

public ComponentType createFcType(InterfaceType[] interfaceTypes)
                           throws InstantiationException
Specified by:
createFcType in interface TypeFactory
Throws:
InstantiationException