public interface ScAlgorithmPackage
extends org.eclipse.emf.ecore.EPackage
ScAlgorithmFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ScAlgorithmPackage.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 ScAlgorithmPackage |
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 |
SC_BUS_MODEL_TYPE
The meta object id for the '
Sc Bus Model Type ' enum. |
static int |
SIMPLE_FAULT_ALGORITHM
The meta object id for the '
Simple Fault Algorithm ' class. |
static int |
SIMPLE_FAULT_ALGORITHM__DESC
The feature id for the 'Desc' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM__FAULT_LIST
The feature id for the 'Fault List' containment reference list.
|
static int |
SIMPLE_FAULT_ALGORITHM__ID
The feature id for the 'Id' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM__MULTI_FACTOR
The feature id for the 'Multi Factor' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM__NAME
The feature id for the 'Name' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM__NETWORK
The feature id for the 'Network' reference.
|
static int |
SIMPLE_FAULT_ALGORITHM__NUMBER
The feature id for the 'Number' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM__SC_BUS_MODEL_TYPE
The feature id for the 'Sc Bus Model Type' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM__STATUS
The feature id for the 'Status' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM__STATUS_CHANGE_INFO
The feature id for the 'Status Change Info' attribute.
|
static int |
SIMPLE_FAULT_ALGORITHM_FEATURE_COUNT
The number of structural features of the 'Simple Fault Algorithm' class.
|
Modifier and Type | Method and Description |
---|---|
ScAlgorithmFactory |
getScAlgorithmFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EEnum |
getScBusModelType()
Returns the meta object for enum '
Sc Bus Model Type '. |
org.eclipse.emf.ecore.EReference |
getSimpleFaultAlgorithm_FaultList()
Returns the meta object for the containment reference list '
Fault List '. |
org.eclipse.emf.ecore.EAttribute |
getSimpleFaultAlgorithm_MultiFactor()
Returns the meta object for the attribute '
Multi Factor '. |
org.eclipse.emf.ecore.EAttribute |
getSimpleFaultAlgorithm_ScBusModelType()
Returns the meta object for the attribute '
Sc Bus Model Type '. |
org.eclipse.emf.ecore.EClass |
getSimpleFaultAlgorithm()
Returns the meta object for class '
Simple Fault Algorithm '. |
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 ScAlgorithmPackage eINSTANCE
static final int SIMPLE_FAULT_ALGORITHM
Simple Fault Algorithm
' class.
static final int SIMPLE_FAULT_ALGORITHM__ID
static final int SIMPLE_FAULT_ALGORITHM__NAME
static final int SIMPLE_FAULT_ALGORITHM__DESC
static final int SIMPLE_FAULT_ALGORITHM__NUMBER
static final int SIMPLE_FAULT_ALGORITHM__STATUS
static final int SIMPLE_FAULT_ALGORITHM__STATUS_CHANGE_INFO
static final int SIMPLE_FAULT_ALGORITHM__NETWORK
static final int SIMPLE_FAULT_ALGORITHM__MULTI_FACTOR
static final int SIMPLE_FAULT_ALGORITHM__SC_BUS_MODEL_TYPE
static final int SIMPLE_FAULT_ALGORITHM__FAULT_LIST
static final int SIMPLE_FAULT_ALGORITHM_FEATURE_COUNT
static final int SC_BUS_MODEL_TYPE
Sc Bus Model Type
' enum.
org.eclipse.emf.ecore.EClass getSimpleFaultAlgorithm()
Simple Fault Algorithm
'.
SimpleFaultAlgorithm
org.eclipse.emf.ecore.EAttribute getSimpleFaultAlgorithm_MultiFactor()
Multi Factor
'.
SimpleFaultAlgorithm.getMultiFactor()
,
getSimpleFaultAlgorithm()
org.eclipse.emf.ecore.EAttribute getSimpleFaultAlgorithm_ScBusModelType()
Sc Bus Model Type
'.
SimpleFaultAlgorithm.getScBusModelType()
,
getSimpleFaultAlgorithm()
org.eclipse.emf.ecore.EReference getSimpleFaultAlgorithm_FaultList()
Fault List
'.
SimpleFaultAlgorithm.getFaultList()
,
getSimpleFaultAlgorithm()
org.eclipse.emf.ecore.EEnum getScBusModelType()
Sc Bus Model Type
'.
ScBusModelType
ScAlgorithmFactory getScAlgorithmFactory()