public interface IFacetManagerFactory
IFacetManager
.Modifier and Type | Field and Description |
---|---|
static IFacetManagerFactory |
DEFAULT
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
IFacetManager |
createFacetManager(ResourceSet resourceSet)
Create a new
IFacetManager . |
IFacetManager |
createFacetManagerWithSerializationResource(Resource resource)
Create a new
IFacetManager . |
IFacetManager |
getOrCreateDefaultFacetManager(ResourceSet resourceSet)
Get an existing
IFacetManager or create a new one. |
IFacetManager |
getOrCreateDefaultFacetManagerWithSerializationResource(Resource resource)
Get an existing
IFacetManager or create a new one. |
IFacetManager |
getOrCreateFacetManager(Resource resource)
Deprecated.
Use
getOrCreateDefaultFacetManagerWithSerializationResource(Resource) instead. The new method name is more understandable |
IFacetManager |
getOrCreateFacetManager(ResourceSet resourceSet)
Deprecated.
Use
getOrCreateDefaultFacetManager(ResourceSet) instead. The new method name is more understandable |
static final IFacetManagerFactory DEFAULT
@Deprecated IFacetManager getOrCreateFacetManager(Resource resource)
getOrCreateDefaultFacetManagerWithSerializationResource(Resource)
instead. The new method name is more understandableIFacetManager
.resource
- the Resource
in which virtual EStructuralFeature
s are serialized.
Can be null if no EStructuralFeature provided a Facet are used.IFacetManager getOrCreateDefaultFacetManagerWithSerializationResource(Resource resource)
IFacetManager
or create a new one.resource
- the Resource
in which virtual
EStructuralFeature
s are serialized. Can be
null
if no EStructuralFeature provided a Facet
are used.@Deprecated IFacetManager getOrCreateFacetManager(ResourceSet resourceSet)
getOrCreateDefaultFacetManager(ResourceSet)
instead. The new method name is more understandableIFacetManager
.resourceSet
- the resourceSet which will be used to manage the facet models.IFacetManager getOrCreateDefaultFacetManager(ResourceSet resourceSet)
IFacetManager
or create a new one.resourceSet
- the resourceSet which will be used to manage the facet models.IFacetManager createFacetManagerWithSerializationResource(Resource resource)
IFacetManager
.resource
- the Resource
in which virtual
EStructuralFeature
s are serialized. Can be
null
if no EStructuralFeature provided a Facet
are used.IFacetManager createFacetManager(ResourceSet resourceSet)
IFacetManager
.resourceSet
- the resourceSet which will be used to manage the facet models.