Class MarkovPackageImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
- org.eclipse.emf.ecore.impl.EModelElementImpl
-
- org.eclipse.emf.ecore.impl.ENamedElementImpl
-
- org.eclipse.emf.ecore.impl.EPackageImpl
-
- org.palladiosimulator.reliability.markov.impl.MarkovPackageImpl
-
- All Implemented Interfaces:
Notifier
,EModelElement
,ENamedElement
,EObject
,EPackage
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
,BasicExtendedMetaData.EPackageExtendedMetaData.Holder
,MarkovPackage
public class MarkovPackageImpl extends EPackageImpl implements MarkovPackage
An implementation of the model Package.- Generated class or method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
EPackageImpl.EBasicWhiteList
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
-
Nested classes/interfaces inherited from interface org.palladiosimulator.reliability.markov.MarkovPackage
MarkovPackage.Literals
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI
-
Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
name, NAME_EDEFAULT
-
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
-
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
-
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
Fields inherited from interface org.palladiosimulator.reliability.markov.MarkovPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, ENTITY, ENTITY__NAME, ENTITY_FEATURE_COUNT, LABEL, LABEL__KEY, LABEL__VALUE, LABEL_FEATURE_COUNT, MARKOV_CHAIN, MARKOV_CHAIN__NAME, MARKOV_CHAIN__STATES, MARKOV_CHAIN__TRANSITIONS, MARKOV_CHAIN_FEATURE_COUNT, STATE, STATE__LABELS, STATE__NAME, STATE__TRACES, STATE__TYPE, STATE_FEATURE_COUNT, STATE_TYPE, TRANSITION, TRANSITION__FROM_STATE, TRANSITION__NAME, TRANSITION__PROBABILITY, TRANSITION__TO_STATE, TRANSITION_FEATURE_COUNT
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createPackageContents()
Creates the meta-model objects for the package.EClass
getEntity()
EAttribute
getEntity_Name()
EClass
getLabel()
EAttribute
getLabel_Key()
EAttribute
getLabel_Value()
EClass
getMarkovChain()
EReference
getMarkovChain_States()
EReference
getMarkovChain_Transitions()
MarkovFactory
getMarkovFactory()
EClass
getState()
EReference
getState_Labels()
EAttribute
getState_Traces()
EAttribute
getState_Type()
EEnum
getStateType()
EClass
getTransition()
EReference
getTransition_FromState()
EAttribute
getTransition_Probability()
EReference
getTransition_ToState()
static MarkovPackage
init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.void
initializePackageContents()
Complete the initialization of the package and its meta-model.-
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEException, addEOperation, addEOperation, addEOperation, addEParameter, addEParameter, addEParameter, addEParameter, addEParameter, addETypeParameter, addETypeParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEGenericType, createEGenericType, createEGenericType, createEOperation, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eSetProxyURI, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEOperations, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEClass, initEDataType, initEDataType, initEDataType, initEEnum, initEOperation, initEOperation, initEOperation, initEOperation, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setInstanceTypeName, setName, setNamespaceURI, setNsPrefix, setNsURI, toString
-
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
eContents, eCrossReferences, getName, getNameGen
-
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSettings
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
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.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
init
public static MarkovPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.This method is used to initialize
MarkovPackage.eINSTANCE
when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.- See Also:
MarkovPackage.eNS_URI
,createPackageContents()
,initializePackageContents()
- Generated class or method.
-
getState
public EClass getState()
- Specified by:
getState
in interfaceMarkovPackage
- Returns:
- the meta object for class 'State'.
- See Also:
State
- Generated class or method.
-
getState_Type
public EAttribute getState_Type()
- Specified by:
getState_Type
in interfaceMarkovPackage
- Returns:
- the meta object for the attribute 'Type'.
- See Also:
State.getType()
,MarkovPackage.getState()
- Generated class or method.
-
getState_Labels
public EReference getState_Labels()
- Specified by:
getState_Labels
in interfaceMarkovPackage
- Returns:
- the meta object for the containment reference list 'Labels'.
- See Also:
State.getLabels()
,MarkovPackage.getState()
- Generated class or method.
-
getState_Traces
public EAttribute getState_Traces()
- Specified by:
getState_Traces
in interfaceMarkovPackage
- Returns:
- the meta object for the attribute list 'Traces'.
- See Also:
State.getTraces()
,MarkovPackage.getState()
- Generated class or method.
-
getTransition
public EClass getTransition()
- Specified by:
getTransition
in interfaceMarkovPackage
- Returns:
- the meta object for class 'Transition'.
- See Also:
Transition
- Generated class or method.
-
getTransition_Probability
public EAttribute getTransition_Probability()
- Specified by:
getTransition_Probability
in interfaceMarkovPackage
- Returns:
- the meta object for the attribute 'Probability'.
- See Also:
Transition.getProbability()
,MarkovPackage.getTransition()
- Generated class or method.
-
getTransition_FromState
public EReference getTransition_FromState()
- Specified by:
getTransition_FromState
in interfaceMarkovPackage
- Returns:
- the meta object for the reference 'From State'.
- See Also:
Transition.getFromState()
,MarkovPackage.getTransition()
- Generated class or method.
-
getTransition_ToState
public EReference getTransition_ToState()
- Specified by:
getTransition_ToState
in interfaceMarkovPackage
- Returns:
- the meta object for the reference 'To State'.
- See Also:
Transition.getToState()
,MarkovPackage.getTransition()
- Generated class or method.
-
getMarkovChain
public EClass getMarkovChain()
- Specified by:
getMarkovChain
in interfaceMarkovPackage
- Returns:
- the meta object for class 'Chain'.
- See Also:
MarkovChain
- Generated class or method.
-
getMarkovChain_States
public EReference getMarkovChain_States()
- Specified by:
getMarkovChain_States
in interfaceMarkovPackage
- Returns:
- the meta object for the containment reference list 'States'.
- See Also:
MarkovChain.getStates()
,MarkovPackage.getMarkovChain()
- Generated class or method.
-
getMarkovChain_Transitions
public EReference getMarkovChain_Transitions()
- Specified by:
getMarkovChain_Transitions
in interfaceMarkovPackage
- Returns:
- the meta object for the containment reference list 'Transitions'.
- See Also:
MarkovChain.getTransitions()
,MarkovPackage.getMarkovChain()
- Generated class or method.
-
getEntity
public EClass getEntity()
- Specified by:
getEntity
in interfaceMarkovPackage
- Returns:
- the meta object for class 'Entity'.
- See Also:
Entity
- Generated class or method.
-
getEntity_Name
public EAttribute getEntity_Name()
- Specified by:
getEntity_Name
in interfaceMarkovPackage
- Returns:
- the meta object for the attribute 'Name'.
- See Also:
Entity.getName()
,MarkovPackage.getEntity()
- Generated class or method.
-
getLabel
public EClass getLabel()
- Specified by:
getLabel
in interfaceMarkovPackage
- Returns:
- the meta object for class 'Label'.
- See Also:
Label
- Generated class or method.
-
getLabel_Key
public EAttribute getLabel_Key()
- Specified by:
getLabel_Key
in interfaceMarkovPackage
- Returns:
- the meta object for the attribute 'Key'.
- See Also:
Label.getKey()
,MarkovPackage.getLabel()
- Generated class or method.
-
getLabel_Value
public EAttribute getLabel_Value()
- Specified by:
getLabel_Value
in interfaceMarkovPackage
- Returns:
- the meta object for the attribute 'Value'.
- See Also:
Label.getValue()
,MarkovPackage.getLabel()
- Generated class or method.
-
getStateType
public EEnum getStateType()
- Specified by:
getStateType
in interfaceMarkovPackage
- Returns:
- the meta object for enum 'State Type'.
- See Also:
StateType
- Generated class or method.
-
getMarkovFactory
public MarkovFactory getMarkovFactory()
- Specified by:
getMarkovFactory
in interfaceMarkovPackage
- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
createPackageContents
public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.- Generated class or method.
-
initializePackageContents
public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.- Generated class or method.
-
-