org.objectweb.fractal.aokell.lib.type
Class ComponentTypeImpl

java.lang.Object
  extended by org.objectweb.fractal.aokell.lib.type.ComponentTypeImpl
All Implemented Interfaces:
Serializable, Type, ComponentType

public class ComponentTypeImpl
extends Object
implements ComponentType, Serializable

Author:
Lionel Seinturier
See Also:
Serialized Form

Constructor Summary
ComponentTypeImpl(InterfaceType[] interfaces)
           
 
Method Summary
 List getFcClientInterfaces()
           
 InterfaceType getFcInterfaceType(String name)
           
 InterfaceType[] getFcInterfaceTypes()
           
 boolean isFcSubTypeOf(Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTypeImpl

public ComponentTypeImpl(InterfaceType[] interfaces)
Method Detail

isFcSubTypeOf

public boolean isFcSubTypeOf(Type type)
Specified by:
isFcSubTypeOf in interface Type

getFcInterfaceTypes

public InterfaceType[] getFcInterfaceTypes()
Specified by:
getFcInterfaceTypes in interface ComponentType

getFcInterfaceType

public InterfaceType getFcInterfaceType(String name)
                                 throws NoSuchInterfaceException
Specified by:
getFcInterfaceType in interface ComponentType
Throws:
NoSuchInterfaceException

getFcClientInterfaces

public List getFcClientInterfaces()