| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.infra.facet | |
| org.eclipse.gmt.modisco.infra.facet.core |
| Modifier and Type | Method and Description |
|---|---|
FacetSet |
FacetFactory.createFacetSet()
Deprecated.
Returns a new object of class 'Set'.
|
FacetSet |
Facet.getFacetSet()
Deprecated.
Returns the value of the 'Facet Set' reference.
|
| Modifier and Type | Method and Description |
|---|---|
FacetSet |
FacetSetCatalog.getFacetSet(java.lang.String name)
Deprecated.
This method returns the facet set of the resource having for name the
"name" parameter value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FacetSet> |
FacetSetCatalog.getAllFacetSets()
Deprecated.
This methods returns the facet sets of all the resources contained in the
catalog.
|
java.util.Set<FacetSet> |
FacetSetCatalog.getDefaultFacetSets(EPackage ePackage)
Deprecated.
Get the set of default
FacetSets that apply to the given
EPackage. |
java.util.Map<EPackage,java.util.HashSet<FacetSet>> |
FacetSetCatalog.getEPackageToDefaultFacetSetMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacetContext.addFacetSet(FacetSet facetSet)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacetContext.addAll(java.util.Collection<FacetSet> allFacetSets)
Deprecated.
|