|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IFacetActions2 with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381226)
@Deprecated public interface IFacetAction
This interface contains methods declaration to deal with Facet and
FacetSet.
| Field Summary | |
|---|---|
static IFacetAction |
INSTANCE
Deprecated. |
| Method Summary | |
|---|---|
void |
addAttributeInFacet(Facet facet,
FacetAttribute facetAttribute,
EditingDomain editingDomain)
Deprecated. Add the given FacetAttribute to the given Facet |
void |
addOperationInFacet(Facet facet,
FacetOperation facetOperation,
EditingDomain editingDomain)
Deprecated. Add a new FacetOperation to the given Facet |
void |
addParameterInOperation(FacetOperation operation,
EParameter parameter,
EditingDomain editingDomain)
Deprecated. Add a new EParameter to the given FacetOperation |
void |
addReferenceInFacet(Facet facet,
FacetReference facetReference,
EditingDomain editingDomain)
Deprecated. Add the given FacetReference to the given Facet |
Facet |
createFacetInFacetSet(FacetSet facetSet,
Facet facet,
EditingDomain editingDomain)
Deprecated. Add the given Facet to the given FacetSet |
void |
createFacetSet(FacetSet facetSet,
IFile file)
Deprecated. Add the given facetSet to the given facetSet model file, which will be created |
void |
setFacetSetNsUri(FacetSet facetSet,
java.lang.String nsUri,
EditingDomain editingDomain)
Deprecated. Set the given URI to the given FacetSet |
| Field Detail |
|---|
static final IFacetAction INSTANCE
| Method Detail |
|---|
void createFacetSet(FacetSet facetSet,
IFile file)
throws java.io.IOException,
InvalidFacetSetException
facetSet - the facetSet to be created. Cannot be nullproject - the new file in which the facetSet has to be created. Cannot be null,
and cannot already exist
java.io.IOException
InvalidFacetSetException
Facet createFacetInFacetSet(FacetSet facetSet,
Facet facet,
EditingDomain editingDomain)
Facet to 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)
FacetAttribute to the given Facet
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)
FacetReference to the given Facet
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 | |||||||||