|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A factory enabling the establishment of new containment model instances.
Method Summary | |
ContainmentContext |
createContainmentContext(ContainmentProfile profile)
Creation of a new root containment context. |
ContainmentModel |
createContainmentModel(ContainmentContext context)
Creation of a new nested containment model. |
ContainmentModel |
createContainmentModel(ContainmentProfile profile)
Creation of a new root containment model. |
ContainmentModel |
createContainmentModel(URL url)
Creation of a new root containment model. |
DeploymentModel |
createDeploymentModel(DeploymentContext context)
Creation of a new nested deployment model. |
Method Detail |
public ContainmentModel createContainmentModel(URL url) throws ModelException
url
- a url of a containment profile
ModelException
- if an error occurs during model establishmentpublic ContainmentModel createContainmentModel(ContainmentProfile profile) throws ModelException
profile
- a containment profile
ModelException
- if an error occurs during model establishmentpublic ContainmentContext createContainmentContext(ContainmentProfile profile) throws ModelException
profile
- a composition profile
ModelException
public ContainmentModel createContainmentModel(ContainmentContext context) throws ModelException
context
- a potentially foreign containment context
ModelException
public DeploymentModel createDeploymentModel(DeploymentContext context) throws ModelException
context
- a potentially foreign deployment context
ModelException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |