Uses of Interface
org.objectweb.fractal.api.type.InterfaceType

Packages that use InterfaceType
org.objectweb.fractal.api.type   
 

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

Methods in org.objectweb.fractal.api.type that return InterfaceType
 InterfaceType TypeFactory.createFcItfType(java.lang.String name, java.lang.String signature, boolean isClient, boolean isOptional, boolean isCollection)
          Creates an interface type.
 InterfaceType ComponentType.getFcInterfaceType(java.lang.String name)
          Returns an interface type of this component type from its name.
 InterfaceType[] ComponentType.getFcInterfaceTypes()
          Returns the types of the interfaces of components of this type.
 

Methods in org.objectweb.fractal.api.type with parameters of type InterfaceType
 ComponentType TypeFactory.createFcType(InterfaceType[] interfaceTypes)
          Creates a component type.
 



Copyright © 2007-2011. All Rights Reserved.