public interface ICustomizationCommandFactory
CustomizationCommandFactory
Modifier and Type | Method and Description |
---|---|
Command |
addValueInCase(ETypedElementCase elementCase,
Query value) |
Command |
createEClassCustomization(Customization parent,
EClassCustomization eClassCustom)
Create the command to add a eClassCustomization to an existing
customization (parent).
|
Command |
createFacetCustomization(Customization parent,
FacetCustomization facetCustom)
Create the command to add a facetCustomization to an existing
customization (parent).
|
Command createEClassCustomization(Customization parent, EClassCustomization eClassCustom)
Customization
- the parent of the eClassCustomization to add.eClassCustom
- the eClassCustomization to add.Command createFacetCustomization(Customization parent, FacetCustomization facetCustom)
parent
- the parent of the facetCustomization to add.facetCustom
- the facetCustomization to add.Command addValueInCase(ETypedElementCase elementCase, Query value)