public interface ISubcomponentsFeature
Modifier and Type | Method and Description |
---|---|
IFuture<IComponentIdentifier> |
createChild(ComponentInstanceInfo component)
Create a subcomponent.
|
java.lang.String |
getComponentFilename(java.lang.String ctype)
Get the file name of a component type.
|
java.lang.String |
getLocalType()
Get the local type name of this component as defined in the parent.
|
IFuture<IComponentIdentifier> createChild(ComponentInstanceInfo component)
component
- The instance info.java.lang.String getLocalType()
java.lang.String getComponentFilename(java.lang.String ctype)
ctype
- The component type.