public interface DesignFactory
DesignInstance
.Modifier and Type | Method and Description |
---|---|
DesignInstance |
createDesign(ArooaElement element,
ArooaContext parentContext)
Create a
DesignInstance . |
DesignInstance createDesign(ArooaElement element, ArooaContext parentContext) throws ArooaPropertyException
DesignInstance
.element
- The ArooaElement corresponding to the design.parentContext
- The parent ArooaContext in which to
create the design.ArooaPropertyException