org.objectweb.fractal.aokell.lib.type
Class ComponentTypeImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTypeImpl
public ComponentTypeImpl(InterfaceType[] interfaces)
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()