public interface StateBasedDataTypesPackage
extends org.eclipse.emf.ecore.EPackage
StateBasedDataTypesFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
StateBasedDataTypesPackage.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 |
AVAILABILITY
The meta object id for the '
Availability ' class. |
static int |
AVAILABILITY_FEATURE_COUNT
The number of structural features of the 'Availability' class.
|
static int |
CONFIDENCE_KIND
The meta object id for the '
Confidence Kind ' enum. |
static int |
DEPENDABILITY_MEASURE
The meta object id for the '
Dependability Measure ' class. |
static int |
DEPENDABILITY_MEASURE_FEATURE_COUNT
The number of structural features of the 'Dependability Measure' class.
|
static StateBasedDataTypesPackage |
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 |
EVALUATION_ANALYTICAL
The meta object id for the '
Evaluation Analytical ' class. |
static int |
EVALUATION_ANALYTICAL_FEATURE_COUNT
The number of structural features of the 'Evaluation Analytical' class.
|
static int |
EVALUATION_BY_SIMULATION
The meta object id for the '
Evaluation By Simulation ' class. |
static int |
EVALUATION_BY_SIMULATION_FEATURE_COUNT
The number of structural features of the 'Evaluation By Simulation' class.
|
static int |
EVALUATION_METHOD
The meta object id for the '
Evaluation Method ' class. |
static int |
EVALUATION_METHOD_FEATURE_COUNT
The number of structural features of the 'Evaluation Method' class.
|
static int |
EVALUATION_TYPE
The meta object id for the '
Evaluation Type ' class. |
static int |
EVALUATION_TYPE_FEATURE_COUNT
The number of structural features of the 'Evaluation Type' class.
|
static int |
MTTF
The meta object id for the '
MTTF ' class. |
static int |
MTTF_FEATURE_COUNT
The number of structural features of the 'MTTF' class.
|
static int |
REDUNDANCY_KIND
The meta object id for the '
Redundancy Kind ' enum. |
static int |
RELIABILITY
The meta object id for the '
Reliability ' class. |
static int |
RELIABILITY_FEATURE_COUNT
The number of structural features of the 'Reliability' class.
|
static int |
STEADY_STATE
The meta object id for the '
Steady State ' class. |
static int |
STEADY_STATE_FEATURE_COUNT
The number of structural features of the 'Steady State' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EClass |
getAvailability()
Returns the meta object for class '
Availability '. |
org.eclipse.emf.ecore.EEnum |
getConfidenceKind()
Returns the meta object for enum '
Confidence Kind '. |
org.eclipse.emf.ecore.EClass |
getDependabilityMeasure()
Returns the meta object for class '
Dependability Measure '. |
org.eclipse.emf.ecore.EClass |
getEvaluationAnalytical()
Returns the meta object for class '
Evaluation Analytical '. |
org.eclipse.emf.ecore.EClass |
getEvaluationBySimulation()
Returns the meta object for class '
Evaluation By Simulation '. |
org.eclipse.emf.ecore.EClass |
getEvaluationMethod()
Returns the meta object for class '
Evaluation Method '. |
org.eclipse.emf.ecore.EClass |
getEvaluationType()
Returns the meta object for class '
Evaluation Type '. |
org.eclipse.emf.ecore.EClass |
getMTTF()
Returns the meta object for class '
MTTF '. |
org.eclipse.emf.ecore.EEnum |
getRedundancyKind()
Returns the meta object for enum '
Redundancy Kind '. |
org.eclipse.emf.ecore.EClass |
getReliability()
Returns the meta object for class '
Reliability '. |
StateBasedDataTypesFactory |
getStateBasedDataTypesFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EClass |
getSteadyState()
Returns the meta object for class '
Steady State '. |
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 StateBasedDataTypesPackage eINSTANCE
static final int DEPENDABILITY_MEASURE
Dependability Measure
' class.
static final int DEPENDABILITY_MEASURE_FEATURE_COUNT
static final int EVALUATION_METHOD
Evaluation Method
' class.
static final int EVALUATION_METHOD_FEATURE_COUNT
static final int EVALUATION_BY_SIMULATION
Evaluation By Simulation
' class.
static final int EVALUATION_BY_SIMULATION_FEATURE_COUNT
static final int EVALUATION_ANALYTICAL
Evaluation Analytical
' class.
static final int EVALUATION_ANALYTICAL_FEATURE_COUNT
static final int RELIABILITY
Reliability
' class.
static final int RELIABILITY_FEATURE_COUNT
static final int EVALUATION_TYPE
Evaluation Type
' class.
static final int EVALUATION_TYPE_FEATURE_COUNT
static final int STEADY_STATE
Steady State
' class.
static final int STEADY_STATE_FEATURE_COUNT
static final int AVAILABILITY
Availability
' class.
static final int AVAILABILITY_FEATURE_COUNT
static final int MTTF
MTTF
' class.
static final int MTTF_FEATURE_COUNT
static final int REDUNDANCY_KIND
Redundancy Kind
' enum.
static final int CONFIDENCE_KIND
Confidence Kind
' enum.
org.eclipse.emf.ecore.EClass getDependabilityMeasure()
Dependability Measure
'.
DependabilityMeasure
org.eclipse.emf.ecore.EClass getEvaluationMethod()
Evaluation Method
'.
EvaluationMethod
org.eclipse.emf.ecore.EClass getEvaluationBySimulation()
Evaluation By Simulation
'.
EvaluationBySimulation
org.eclipse.emf.ecore.EClass getEvaluationAnalytical()
Evaluation Analytical
'.
EvaluationAnalytical
org.eclipse.emf.ecore.EClass getReliability()
Reliability
'.
Reliability
org.eclipse.emf.ecore.EClass getEvaluationType()
Evaluation Type
'.
EvaluationType
org.eclipse.emf.ecore.EClass getSteadyState()
Steady State
'.
SteadyState
org.eclipse.emf.ecore.EClass getAvailability()
Availability
'.
Availability
org.eclipse.emf.ecore.EClass getMTTF()
MTTF
'.
MTTF
org.eclipse.emf.ecore.EEnum getRedundancyKind()
Redundancy Kind
'.
RedundancyKind
org.eclipse.emf.ecore.EEnum getConfidenceKind()
Confidence Kind
'.
ConfidenceKind
StateBasedDataTypesFactory getStateBasedDataTypesFactory()