Tuscany Assembly Model

Uses of Interface
org.apache.tuscany.model.assembly.ComponentType

Packages that use ComponentType
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
 

Uses of ComponentType in org.apache.tuscany.model.assembly
 

Methods in org.apache.tuscany.model.assembly that return ComponentType
 ComponentType AssemblyFactory.createComponentType()
          Returns a new ComponentType.
 ComponentType Implementation.getComponentType()
          Returns the generic component type corresponding to this implementation.
 

Methods in org.apache.tuscany.model.assembly with parameters of type ComponentType
 void Implementation.setComponentType(ComponentType componentType)
          Sets the generic component type corresponding to this implementation.
 

Uses of ComponentType in org.apache.tuscany.model.assembly.impl
 

Classes in org.apache.tuscany.model.assembly.impl that implement ComponentType
 class ComponentTypeImpl
          An implementation of ComponentType.
 

Methods in org.apache.tuscany.model.assembly.impl that return ComponentType
 ComponentType AssemblyFactoryImpl.createComponentType()
           
 ComponentType CompositeImpl.getComponentType()
           
 ComponentType ImplementationImpl.getComponentType()
           
 ComponentType SubsystemImpl.getComponentType()
           
 

Methods in org.apache.tuscany.model.assembly.impl with parameters of type ComponentType
 void CompositeImpl.setComponentType(ComponentType componentType)
           
 void ImplementationImpl.setComponentType(ComponentType componentType)
           
 void SubsystemImpl.setComponentType(ComponentType componentType)
           
 


Tuscany Assembly Model

-