Uses of Interface
org.apache.tuscany.sca.assembly.ConstrainingType

Packages that use ConstrainingType
org.apache.tuscany.sca.assembly   
 

Uses of ConstrainingType in org.apache.tuscany.sca.assembly
 

Methods in org.apache.tuscany.sca.assembly that return ConstrainingType
 ConstrainingType AssemblyFactory.createConstrainingType()
          Create a new constraining type.
 ConstrainingType ComponentType.getConstrainingType()
          Returns a constraining type defining the shape of the implementation.
 ConstrainingType Component.getConstrainingType()
          Returns a constraining type defining the shape of the component.
 

Methods in org.apache.tuscany.sca.assembly with parameters of type ConstrainingType
 void ComponentType.setConstrainingType(ConstrainingType constrainingType)
          Sets a constraining type defining the shape of the implementation.
 void Component.setConstrainingType(ConstrainingType constrainingType)
          Sets a constraining type defining the shape of the component.