public interface FaultTolerancePackage
extends org.eclipse.emf.ecore.EPackage
FaultToleranceFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
FaultTolerancePackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
ADJUDICATOR
The meta object id for the '
Adjudicator ' class. |
static int |
ADJUDICATOR__BASE_COMPONENT
The feature id for the 'Base Component' reference.
|
static int |
ADJUDICATOR__COVERAGE
The feature id for the 'Coverage' attribute.
|
static int |
ADJUDICATOR_FEATURE_COUNT
The number of structural features of the 'Adjudicator' class.
|
static FaultTolerancePackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
FAULT_TOLERANT
The meta object id for the '
Fault Tolerant ' class. |
static int |
FAULT_TOLERANT__BASE_COMPONENT
The feature id for the 'Base Component' reference.
|
static int |
FAULT_TOLERANT__SCHEME
The feature id for the 'Scheme' attribute.
|
static int |
FAULT_TOLERANT__SCHEME_ATTRS
The feature id for the 'Scheme Attrs' reference.
|
static int |
FAULT_TOLERANT_FEATURE_COUNT
The number of structural features of the 'Fault Tolerant' class.
|
static int |
REDUNDANCY_MANAGER
The meta object id for the '
Redundancy Manager ' class. |
static int |
REDUNDANCY_MANAGER__BASE_COMPONENT
The feature id for the 'Base Component' reference.
|
static int |
REDUNDANCY_MANAGER__SCHEME
The feature id for the 'Scheme' attribute.
|
static int |
REDUNDANCY_MANAGER_FEATURE_COUNT
The number of structural features of the 'Redundancy Manager' class.
|
static int |
VARIANT
The meta object id for the '
Variant ' class. |
static int |
VARIANT__BASE_COMPONENT
The feature id for the 'Base Component' reference.
|
static int |
VARIANT_FEATURE_COUNT
The number of structural features of the 'Variant' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getAdjudicator_Base_Component()
Returns the meta object for the reference '
Base Component '. |
org.eclipse.emf.ecore.EAttribute |
getAdjudicator_Coverage()
Returns the meta object for the attribute '
Coverage '. |
org.eclipse.emf.ecore.EClass |
getAdjudicator()
Returns the meta object for class '
Adjudicator '. |
FaultToleranceFactory |
getFaultToleranceFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getFaultTolerant_Base_Component()
Returns the meta object for the reference '
Base Component '. |
org.eclipse.emf.ecore.EAttribute |
getFaultTolerant_Scheme()
Returns the meta object for the attribute '
Scheme '. |
org.eclipse.emf.ecore.EReference |
getFaultTolerant_SchemeAttrs()
Returns the meta object for the reference '
Scheme Attrs '. |
org.eclipse.emf.ecore.EClass |
getFaultTolerant()
Returns the meta object for class '
Fault Tolerant '. |
org.eclipse.emf.ecore.EReference |
getRedundancyManager_Base_Component()
Returns the meta object for the reference '
Base Component '. |
org.eclipse.emf.ecore.EAttribute |
getRedundancyManager_Scheme()
Returns the meta object for the attribute '
Scheme '. |
org.eclipse.emf.ecore.EClass |
getRedundancyManager()
Returns the meta object for class '
Redundancy Manager '. |
org.eclipse.emf.ecore.EReference |
getVariant_Base_Component()
Returns the meta object for the reference '
Base Component '. |
org.eclipse.emf.ecore.EClass |
getVariant()
Returns the meta object for class '
Variant '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final FaultTolerancePackage eINSTANCE
static final int FAULT_TOLERANT
Fault Tolerant
' class.
static final int FAULT_TOLERANT__BASE_COMPONENT
static final int FAULT_TOLERANT__SCHEME
static final int FAULT_TOLERANT__SCHEME_ATTRS
static final int FAULT_TOLERANT_FEATURE_COUNT
static final int REDUNDANCY_MANAGER
Redundancy Manager
' class.
static final int REDUNDANCY_MANAGER__BASE_COMPONENT
static final int REDUNDANCY_MANAGER__SCHEME
static final int REDUNDANCY_MANAGER_FEATURE_COUNT
static final int VARIANT
Variant
' class.
static final int VARIANT__BASE_COMPONENT
static final int VARIANT_FEATURE_COUNT
static final int ADJUDICATOR
Adjudicator
' class.
static final int ADJUDICATOR__BASE_COMPONENT
static final int ADJUDICATOR__COVERAGE
static final int ADJUDICATOR_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getFaultTolerant()
Fault Tolerant
'.
FaultTolerant
org.eclipse.emf.ecore.EReference getFaultTolerant_Base_Component()
Base Component
'.
FaultTolerant.getBase_Component()
,
getFaultTolerant()
org.eclipse.emf.ecore.EAttribute getFaultTolerant_Scheme()
Scheme
'.
FaultTolerant.getScheme()
,
getFaultTolerant()
org.eclipse.emf.ecore.EReference getFaultTolerant_SchemeAttrs()
Scheme Attrs
'.
FaultTolerant.getSchemeAttrs()
,
getFaultTolerant()
org.eclipse.emf.ecore.EClass getRedundancyManager()
Redundancy Manager
'.
RedundancyManager
org.eclipse.emf.ecore.EReference getRedundancyManager_Base_Component()
Base Component
'.
RedundancyManager.getBase_Component()
,
getRedundancyManager()
org.eclipse.emf.ecore.EAttribute getRedundancyManager_Scheme()
Scheme
'.
RedundancyManager.getScheme()
,
getRedundancyManager()
org.eclipse.emf.ecore.EClass getVariant()
Variant
'.
Variant
org.eclipse.emf.ecore.EReference getVariant_Base_Component()
Base Component
'.
Variant.getBase_Component()
,
getVariant()
org.eclipse.emf.ecore.EClass getAdjudicator()
Adjudicator
'.
Adjudicator
org.eclipse.emf.ecore.EReference getAdjudicator_Base_Component()
Base Component
'.
Adjudicator.getBase_Component()
,
getAdjudicator()
org.eclipse.emf.ecore.EAttribute getAdjudicator_Coverage()
Coverage
'.
Adjudicator.getCoverage()
,
getAdjudicator()
FaultToleranceFactory getFaultToleranceFactory()