Uses of Interface
org.objectweb.fractal.api.Type

Packages that use Type
org.objectweb.fractal.api   
org.objectweb.fractal.api.factory   
org.objectweb.fractal.api.type   
 

Uses of Type in org.objectweb.fractal.api
 

Methods in org.objectweb.fractal.api that return Type
 Type Interface.getFcItfType()
          Returns the type of this interface.
 Type Component.getFcType()
          Returns the type of the component to which this interface belongs.
 

Methods in org.objectweb.fractal.api with parameters of type Type
 boolean Type.isFcSubTypeOf(Type type)
          Returns true if the given type is a sub-type of this type.
 

Uses of Type in org.objectweb.fractal.api.factory
 

Methods in org.objectweb.fractal.api.factory that return Type
 Type Factory.getFcInstanceType()
          Returns the functional type of the components instantiated by this factory.
 

Methods in org.objectweb.fractal.api.factory with parameters of type Type
 Component GenericFactory.newFcInstance(Type type, java.lang.Object controllerDesc, java.lang.Object contentDesc)
          Creates a component.
 

Uses of Type in org.objectweb.fractal.api.type
 

Subinterfaces of Type in org.objectweb.fractal.api.type
 interface ComponentType
          A component type.
 interface InterfaceType
          A component interface type.
 



Copyright © 2007-2011. All Rights Reserved.