public interface CatalogFactory
CatalogPackage| Modifier and Type | Field and Description |
|---|---|
static CatalogFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
DiscovererCatalog |
createDiscovererCatalog()
Returns a new object of class 'Discoverer Catalog'.
|
DiscovererDescription |
createDiscovererDescription()
Returns a new object of class 'Discoverer Description'.
|
DiscovererParameter |
createDiscovererParameter()
Returns a new object of class 'Discoverer Parameter'.
|
CatalogPackage |
getCatalogPackage()
Returns the package supported by this factory.
|
static final CatalogFactory eINSTANCE
DiscovererDescription createDiscovererDescription()
DiscovererParameter createDiscovererParameter()
DiscovererCatalog createDiscovererCatalog()
CatalogPackage getCatalogPackage()