com.ibm.websphere.models.config.wbi.nd.topology.instance
Interface WBITopologyFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
WBITopologyFactoryImpl

public interface WBITopologyFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
WBITopologyPackage

Field Summary
static WBITopologyFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 WBI_SIB createWBI_SIB()
          Returns a new object of class 'WBI SIB'
 WBIAuthAlias createWBIAuthAlias()
          Returns a new object of class 'WBI Auth Alias'
 WBIBus createWBIBus()
          Returns a new object of class 'WBI Bus'
 WBICluster createWBICluster()
          Returns a new object of class 'WBI Cluster'
 WBIClusterMember createWBIClusterMember()
          Returns a new object of class 'WBI Cluster Member'
 WBIComponent createWBIComponent()
          Returns a new object of class 'WBI Component'
 WBIDataSrc createWBIDataSrc()
          Returns a new object of class 'WBI Data Src'
 WBIDBProvider createWBIDBProvider()
          Returns a new object of class 'WBIDB Provider'
 WBIDeploymentTarget createWBIDeploymentTarget()
          Returns a new object of class 'WBI Deployment Target'
 WBIME createWBIME()
          Returns a new object of class 'WBIME'
 WBINode createWBINode()
          Returns a new object of class 'WBI Node'
 WBIProperty createWBIProperty()
          Returns a new object of class 'WBI Property'
 WBIRestServicesComponent createWBIRestServicesComponent()
          Returns a new object of class 'WBI Rest Services Component'
 WBIRuntimeCapability createWBIRuntimeCapability()
          Returns a new object of class 'WBI Runtime Capability'
 WBISingleServer createWBISingleServer()
          Returns a new object of class 'WBI Single Server'
 WBITopology createWBITopology()
          Returns a new object of class 'WBI Topology'
 WBITopologyPattern createWBITopologyPattern()
          Returns a new object of class 'Pattern'
 WBITopologyRole createWBITopologyRole()
          Returns a new object of class 'Role'
 WBITopologyPackage getWBITopologyPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final WBITopologyFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createWBITopology

WBITopology createWBITopology()
Returns a new object of class 'WBI Topology'.

Returns:
a new object of class 'WBI Topology'.

createWBITopologyRole

WBITopologyRole createWBITopologyRole()
Returns a new object of class 'Role'.

Returns:
a new object of class 'Role'.

createWBIComponent

WBIComponent createWBIComponent()
Returns a new object of class 'WBI Component'.

Returns:
a new object of class 'WBI Component'.

createWBI_SIB

WBI_SIB createWBI_SIB()
Returns a new object of class 'WBI SIB'.

Returns:
a new object of class 'WBI SIB'.

createWBINode

WBINode createWBINode()
Returns a new object of class 'WBI Node'.

Returns:
a new object of class 'WBI Node'.

createWBIDeploymentTarget

WBIDeploymentTarget createWBIDeploymentTarget()
Returns a new object of class 'WBI Deployment Target'.

Returns:
a new object of class 'WBI Deployment Target'.

createWBIDataSrc

WBIDataSrc createWBIDataSrc()
Returns a new object of class 'WBI Data Src'.

Returns:
a new object of class 'WBI Data Src'.

createWBIAuthAlias

WBIAuthAlias createWBIAuthAlias()
Returns a new object of class 'WBI Auth Alias'.

Returns:
a new object of class 'WBI Auth Alias'.

createWBIBus

WBIBus createWBIBus()
Returns a new object of class 'WBI Bus'.

Returns:
a new object of class 'WBI Bus'.

createWBIME

WBIME createWBIME()
Returns a new object of class 'WBIME'.

Returns:
a new object of class 'WBIME'.

createWBISingleServer

WBISingleServer createWBISingleServer()
Returns a new object of class 'WBI Single Server'.

Returns:
a new object of class 'WBI Single Server'.

createWBICluster

WBICluster createWBICluster()
Returns a new object of class 'WBI Cluster'.

Returns:
a new object of class 'WBI Cluster'.

createWBITopologyPattern

WBITopologyPattern createWBITopologyPattern()
Returns a new object of class 'Pattern'.

Returns:
a new object of class 'Pattern'.

createWBIRuntimeCapability

WBIRuntimeCapability createWBIRuntimeCapability()
Returns a new object of class 'WBI Runtime Capability'.

Returns:
a new object of class 'WBI Runtime Capability'.

createWBIProperty

WBIProperty createWBIProperty()
Returns a new object of class 'WBI Property'.

Returns:
a new object of class 'WBI Property'.

createWBIDBProvider

WBIDBProvider createWBIDBProvider()
Returns a new object of class 'WBIDB Provider'.

Returns:
a new object of class 'WBIDB Provider'.

createWBIClusterMember

WBIClusterMember createWBIClusterMember()
Returns a new object of class 'WBI Cluster Member'.

Returns:
a new object of class 'WBI Cluster Member'.

createWBIRestServicesComponent

WBIRestServicesComponent createWBIRestServicesComponent()
Returns a new object of class 'WBI Rest Services Component'.

Returns:
a new object of class 'WBI Rest Services Component'.

getWBITopologyPackage

WBITopologyPackage getWBITopologyPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.