TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe.impl
Class CBEFactoryImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.emf.ecore.impl.EModelElementImpl
                  extended byorg.eclipse.emf.ecore.impl.EFactoryImpl
                      extended byorg.eclipse.hyades.models.cbe.impl.CBEFactoryImpl
All Implemented Interfaces:
CBEFactory, org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier

public class CBEFactoryImpl
extends org.eclipse.emf.ecore.impl.EFactoryImpl
implements CBEFactory

An implementation of the model Factory.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static java.lang.String copyright
           
 
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
EDATE_FORMATS, ePackage
 
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from interface org.eclipse.hyades.models.cbe.CBEFactory
eINSTANCE
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
CBEFactoryImpl()
          Creates and instance of the factory.
 
Method Summary
 org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
           
 CBEAvailableSituation createCBEAvailableSituation()
           
 CBECommonBaseEvent createCBECommonBaseEvent()
           
 CBEComponentIdentification createCBEComponentIdentification()
           
 CBEConfigureSituation createCBEConfigureSituation()
           
 CBEConnectSituation createCBEConnectSituation()
           
 CBEContextDataElement createCBEContextDataElement()
           
 CBECreateSituation createCBECreateSituation()
           
 CBEDefaultElement createCBEDefaultElement()
           
 CBEDefaultEvent createCBEDefaultEvent()
           
 CBEDependencySituation createCBEDependencySituation()
           
 CBEDestroySituation createCBEDestroySituation()
           
 CBEExtendedDataElement createCBEExtendedDataElement()
           
 CBEFeatureSituation createCBEFeatureSituation()
           
 CBEMsgDataElement createCBEMsgDataElement()
           
 CBEOtherSituation createCBEOtherSituation()
           
 CBEReportSituation createCBEReportSituation()
           
 CBERequestSituation createCBERequestSituation()
           
 CBESituation createCBESituation()
           
 CBEStartSituation createCBEStartSituation()
           
 CBEStopSituation createCBEStopSituation()
           
 CBEPackage getCBEPackage()
           
static CBEPackage getPackage()
          Deprecated.  
 
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, createFromString, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, freeze, getEAnnotation, getEAnnotations, isFrozen
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, 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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Constructor Detail

CBEFactoryImpl

public CBEFactoryImpl()
Creates and instance of the factory.

Method Detail

create

public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)

Specified by:
create in interface org.eclipse.emf.ecore.EFactory

createCBECommonBaseEvent

public CBECommonBaseEvent createCBECommonBaseEvent()

Specified by:
createCBECommonBaseEvent in interface CBEFactory
Returns:
a new object of class 'Common Base Event'.

createCBEExtendedDataElement

public CBEExtendedDataElement createCBEExtendedDataElement()

Specified by:
createCBEExtendedDataElement in interface CBEFactory
Returns:
a new object of class 'Extended Data Element'.

createCBEContextDataElement

public CBEContextDataElement createCBEContextDataElement()

Specified by:
createCBEContextDataElement in interface CBEFactory
Returns:
a new object of class 'Context Data Element'.

createCBEComponentIdentification

public CBEComponentIdentification createCBEComponentIdentification()

Specified by:
createCBEComponentIdentification in interface CBEFactory
Returns:
a new object of class 'Component Identification'.

createCBEMsgDataElement

public CBEMsgDataElement createCBEMsgDataElement()

Specified by:
createCBEMsgDataElement in interface CBEFactory
Returns:
a new object of class 'Msg Data Element'.

createCBEDefaultEvent

public CBEDefaultEvent createCBEDefaultEvent()

Specified by:
createCBEDefaultEvent in interface CBEFactory
Returns:
a new object of class 'Default Event'.

createCBEDefaultElement

public CBEDefaultElement createCBEDefaultElement()

Specified by:
createCBEDefaultElement in interface CBEFactory
Returns:
a new object of class 'Default Element'.

createCBESituation

public CBESituation createCBESituation()

Specified by:
createCBESituation in interface CBEFactory
Returns:
a new object of class 'Situation'.

createCBEStartSituation

public CBEStartSituation createCBEStartSituation()

Specified by:
createCBEStartSituation in interface CBEFactory
Returns:
a new object of class 'Start Situation'.

createCBEConnectSituation

public CBEConnectSituation createCBEConnectSituation()

Specified by:
createCBEConnectSituation in interface CBEFactory
Returns:
a new object of class 'Connect Situation'.

createCBEStopSituation

public CBEStopSituation createCBEStopSituation()

Specified by:
createCBEStopSituation in interface CBEFactory
Returns:
a new object of class 'Stop Situation'.

createCBEReportSituation

public CBEReportSituation createCBEReportSituation()

Specified by:
createCBEReportSituation in interface CBEFactory
Returns:
a new object of class 'Report Situation'.

createCBEFeatureSituation

public CBEFeatureSituation createCBEFeatureSituation()

Specified by:
createCBEFeatureSituation in interface CBEFactory
Returns:
a new object of class 'Feature Situation'.

createCBEConfigureSituation

public CBEConfigureSituation createCBEConfigureSituation()

Specified by:
createCBEConfigureSituation in interface CBEFactory
Returns:
a new object of class 'Configure Situation'.

createCBEDependencySituation

public CBEDependencySituation createCBEDependencySituation()

Specified by:
createCBEDependencySituation in interface CBEFactory
Returns:
a new object of class 'Dependency Situation'.

createCBECreateSituation

public CBECreateSituation createCBECreateSituation()

Specified by:
createCBECreateSituation in interface CBEFactory
Returns:
a new object of class 'Create Situation'.

createCBEDestroySituation

public CBEDestroySituation createCBEDestroySituation()

Specified by:
createCBEDestroySituation in interface CBEFactory
Returns:
a new object of class 'Destroy Situation'.

createCBEAvailableSituation

public CBEAvailableSituation createCBEAvailableSituation()

Specified by:
createCBEAvailableSituation in interface CBEFactory
Returns:
a new object of class 'Available Situation'.

createCBERequestSituation

public CBERequestSituation createCBERequestSituation()

Specified by:
createCBERequestSituation in interface CBEFactory
Returns:
a new object of class 'Request Situation'.

createCBEOtherSituation

public CBEOtherSituation createCBEOtherSituation()

Specified by:
createCBEOtherSituation in interface CBEFactory
Returns:
a new object of class 'Other Situation'.

getCBEPackage

public CBEPackage getCBEPackage()

Specified by:
getCBEPackage in interface CBEFactory
Returns:
the package supported by this factory.

getPackage

public static CBEPackage getPackage()
Deprecated.  


TPTP 4.1.0 Platform Project
Public API Specification