|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFacetAction
This interface contains methods declaration to deal with Facet, FacetSet.
| Field Summary | |
|---|---|
static IFacetAction |
INSTANCE
|
| Method Summary | |
|---|---|
void |
addAttributeInFacet(Facet facet,
FacetAttribute facetAttribute,
EditingDomain editingDomain)
|
void |
addOperationInFacet(Facet facet,
FacetOperation facetOperation,
EditingDomain editingDomain)
Add a new FacetOperation to the given Facet |
void |
addParameterInOperation(FacetOperation operation,
EParameter parameter,
EditingDomain editingDomain)
Add a new EParameter to the given FacetOperation |
void |
addReferenceInFacet(Facet facet,
FacetReference facetReference,
EditingDomain editingDomain)
|
Facet |
createFacetInFacetSet(FacetSet facetSet,
Facet facet,
EditingDomain editingDomain)
Creates a new Facet in the given FacetSet |
void |
setFacetSetNsUri(FacetSet facetSet,
java.lang.String nsUri,
EditingDomain editingDomain)
Set the given URI to the given FacetSet |
| Field Detail |
|---|
static final IFacetAction INSTANCE
| Method Detail |
|---|
Facet createFacetInFacetSet(FacetSet facetSet,
Facet facet,
EditingDomain editingDomain)
Facet in the given FacetSet
facetSet - the parent facetSet, cannot be nullfacet - the Facet, cannot be null, or contained by a resourceeditingDomain - the editing domain needed to perform the Add EMF command, cannot be null
void addAttributeInFacet(Facet facet,
FacetAttribute facetAttribute,
EditingDomain editingDomain)
facet - the parent Facet, cannot be nullfacetAttribute - the FacetAttribute, cannot be null, or contained by a resourceeditingDomain - the editing domain needed to perform the Add Emf command, cannot be null
void addReferenceInFacet(Facet facet,
FacetReference facetReference,
EditingDomain editingDomain)
facet - the parent Facet, cannot be nullfacetReference - the FacetReference, cannot be null, or contained by a resourceeditingDomain - the editing domain needed to perform the Add Emf command, cannot be null
void addOperationInFacet(Facet facet,
FacetOperation facetOperation,
EditingDomain editingDomain)
FacetOperation to the given Facet
facet - the parent Facet, cannot be nullfacetOperation - the new FacetOperation, cannot be null, or contained by a resourceeditingDomain - the editing domain needed to perform the Add Emf command, cannot be null
void addParameterInOperation(FacetOperation operation,
EParameter parameter,
EditingDomain editingDomain)
EParameter to the given FacetOperation
operation - the parent EOperationparameter - the new EParametereditingDomain - the editing domain needed to perform the Add Emf command, cannot be null
void setFacetSetNsUri(FacetSet facetSet,
java.lang.String nsUri,
EditingDomain editingDomain)
FacetSet
facetSet - the FacetSet to be modifiednsUri - the UrieditingDomain - the editing domain needed to perform the Set Emf command, cannot be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||