org.eclipse.modisco.infra.discovery.catalog
Interface CatalogFactory


public interface CatalogFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
CatalogPackage
Generated:

Field Summary
static CatalogFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 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.
 

Field Detail

eINSTANCE

static final CatalogFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createDiscovererDescription

DiscovererDescription createDiscovererDescription()
Returns a new object of class 'Discoverer Description'.

Returns:
a new object of class 'Discoverer Description'.
Generated:

createDiscovererParameter

DiscovererParameter createDiscovererParameter()
Returns a new object of class 'Discoverer Parameter'.

Returns:
a new object of class 'Discoverer Parameter'.
Generated:

createDiscovererCatalog

DiscovererCatalog createDiscovererCatalog()
Returns a new object of class 'Discoverer Catalog'.

Returns:
a new object of class 'Discoverer Catalog'.
Generated:

getCatalogPackage

CatalogPackage getCatalogPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: