public interface NBModelPackage
extends org.eclipse.emf.ecore.EPackage
NBModelFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
NBModelPackage.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 NBModelPackage |
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 |
NB_EQUIP_CONNECTION
The meta object id for the '
NB Equip Connection' class. |
static int |
NB_EQUIP_CONNECTION__BN_NODE
The feature id for the 'Bn Node' reference.
|
static int |
NB_EQUIP_CONNECTION__DESC
The feature id for the 'Desc' attribute.
|
static int |
NB_EQUIP_CONNECTION__EQUIP
The feature id for the 'Equip' reference.
|
static int |
NB_EQUIP_CONNECTION__EQUIP_TYPE
The feature id for the 'Equip Type' attribute.
|
static int |
NB_EQUIP_CONNECTION__FROM_BUS
The feature id for the 'From Bus' reference.
|
static int |
NB_EQUIP_CONNECTION__ID
The feature id for the 'Id' attribute.
|
static int |
NB_EQUIP_CONNECTION__NAME
The feature id for the 'Name' attribute.
|
static int |
NB_EQUIP_CONNECTION__NUMBER
The feature id for the 'Number' attribute.
|
static int |
NB_EQUIP_CONNECTION__STATUS
The feature id for the 'Status' attribute.
|
static int |
NB_EQUIP_CONNECTION__STATUS_CHANGE_INFO
The feature id for the 'Status Change Info' attribute.
|
static int |
NB_EQUIP_CONNECTION__SUBSTATION
The feature id for the 'Substation' reference.
|
static int |
NB_EQUIP_CONNECTION__TERT_BUS
The feature id for the 'Tert Bus' reference.
|
static int |
NB_EQUIP_CONNECTION__TO_BUS
The feature id for the 'To Bus' reference.
|
static int |
NB_EQUIP_CONNECTION_FEATURE_COUNT
The number of structural features of the 'NB Equip Connection' class.
|
static int |
NB_MODEL_EQUIP_TYPE
The meta object id for the '
Equip Type' enum. |
static int |
NB_MODEL_SWITCH_TYPE
The meta object id for the '
Switch Type' enum. |
static int |
NB_NODE
The meta object id for the '
NB Node' class. |
static int |
NB_NODE__BUS
The feature id for the 'Bus' reference.
|
static int |
NB_NODE__DESC
The feature id for the 'Desc' attribute.
|
static int |
NB_NODE__ID
The feature id for the 'Id' attribute.
|
static int |
NB_NODE__NAME
The feature id for the 'Name' attribute.
|
static int |
NB_NODE__NUMBER
The feature id for the 'Number' attribute.
|
static int |
NB_NODE__STATUS
The feature id for the 'Status' attribute.
|
static int |
NB_NODE__STATUS_CHANGE_INFO
The feature id for the 'Status Change Info' attribute.
|
static int |
NB_NODE__SUBSTATION
The feature id for the 'Substation' reference.
|
static int |
NB_NODE_FEATURE_COUNT
The number of structural features of the 'NB Node' class.
|
static int |
NB_SWITCH
The meta object id for the '
NB Switch' class. |
static int |
NB_SWITCH__DESC
The feature id for the 'Desc' attribute.
|
static int |
NB_SWITCH__FROM_NB_NODE
The feature id for the 'From NB Node' reference.
|
static int |
NB_SWITCH__ID
The feature id for the 'Id' attribute.
|
static int |
NB_SWITCH__NAME
The feature id for the 'Name' attribute.
|
static int |
NB_SWITCH__NAME_RATING
The feature id for the 'Name Rating' attribute.
|
static int |
NB_SWITCH__NORMAL_STATUS
The feature id for the 'Normal Status' attribute.
|
static int |
NB_SWITCH__NUMBER
The feature id for the 'Number' attribute.
|
static int |
NB_SWITCH__STATUS
The feature id for the 'Status' attribute.
|
static int |
NB_SWITCH__STATUS_CHANGE_INFO
The feature id for the 'Status Change Info' attribute.
|
static int |
NB_SWITCH__SUBSTATION
The feature id for the 'Substation' reference.
|
static int |
NB_SWITCH__SWITCH_TYPE
The feature id for the 'Switch Type' attribute.
|
static int |
NB_SWITCH__TO_NB_NODE
The feature id for the 'To NB Node' reference.
|
static int |
NB_SWITCH__XPU
The feature id for the 'Xpu' attribute.
|
static int |
NB_SWITCH_FEATURE_COUNT
The number of structural features of the 'NB Switch' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getNBEquipConnection_BnNode()
Returns the meta object for the reference '
Bn Node'. |
org.eclipse.emf.ecore.EReference |
getNBEquipConnection_Equip()
Returns the meta object for the reference '
Equip'. |
org.eclipse.emf.ecore.EAttribute |
getNBEquipConnection_EquipType()
Returns the meta object for the attribute '
Equip Type'. |
org.eclipse.emf.ecore.EReference |
getNBEquipConnection_FromBus()
Returns the meta object for the reference '
From Bus'. |
org.eclipse.emf.ecore.EReference |
getNBEquipConnection_Substation()
Returns the meta object for the reference '
Substation'. |
org.eclipse.emf.ecore.EReference |
getNBEquipConnection_TertBus()
Returns the meta object for the reference '
Tert Bus'. |
org.eclipse.emf.ecore.EReference |
getNBEquipConnection_ToBus()
Returns the meta object for the reference '
To Bus'. |
org.eclipse.emf.ecore.EClass |
getNBEquipConnection()
Returns the meta object for class '
NB Equip Connection'. |
org.eclipse.emf.ecore.EEnum |
getNBModelEquipType()
Returns the meta object for enum '
Equip Type'. |
NBModelFactory |
getNBModelFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EEnum |
getNBModelSwitchType()
Returns the meta object for enum '
Switch Type'. |
org.eclipse.emf.ecore.EReference |
getNBNode_Bus()
Returns the meta object for the reference '
Bus'. |
org.eclipse.emf.ecore.EReference |
getNBNode_Substation()
Returns the meta object for the reference '
Substation'. |
org.eclipse.emf.ecore.EClass |
getNBNode()
Returns the meta object for class '
NB Node'. |
org.eclipse.emf.ecore.EReference |
getNBSwitch_FromNBNode()
Returns the meta object for the reference '
From NB Node'. |
org.eclipse.emf.ecore.EAttribute |
getNBSwitch_NameRating()
Returns the meta object for the attribute '
Name Rating'. |
org.eclipse.emf.ecore.EAttribute |
getNBSwitch_NormalStatus()
Returns the meta object for the attribute '
Normal Status'. |
org.eclipse.emf.ecore.EReference |
getNBSwitch_Substation()
Returns the meta object for the reference '
Substation'. |
org.eclipse.emf.ecore.EAttribute |
getNBSwitch_SwitchType()
Returns the meta object for the attribute '
Switch Type'. |
org.eclipse.emf.ecore.EReference |
getNBSwitch_ToNBNode()
Returns the meta object for the reference '
To NB Node'. |
org.eclipse.emf.ecore.EAttribute |
getNBSwitch_Xpu()
Returns the meta object for the attribute '
Xpu'. |
org.eclipse.emf.ecore.EClass |
getNBSwitch()
Returns the meta object for class '
NB Switch'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final NBModelPackage eINSTANCE
static final int NB_NODE
NB Node' class.
static final int NB_NODE__ID
static final int NB_NODE__NAME
static final int NB_NODE__DESC
static final int NB_NODE__NUMBER
static final int NB_NODE__STATUS
static final int NB_NODE__STATUS_CHANGE_INFO
static final int NB_NODE__SUBSTATION
static final int NB_NODE__BUS
static final int NB_NODE_FEATURE_COUNT
static final int NB_SWITCH
NB Switch' class.
static final int NB_SWITCH__ID
static final int NB_SWITCH__NAME
static final int NB_SWITCH__DESC
static final int NB_SWITCH__NUMBER
static final int NB_SWITCH__STATUS
static final int NB_SWITCH__STATUS_CHANGE_INFO
static final int NB_SWITCH__SUBSTATION
static final int NB_SWITCH__FROM_NB_NODE
static final int NB_SWITCH__TO_NB_NODE
static final int NB_SWITCH__SWITCH_TYPE
static final int NB_SWITCH__NORMAL_STATUS
static final int NB_SWITCH__XPU
static final int NB_SWITCH__NAME_RATING
static final int NB_SWITCH_FEATURE_COUNT
static final int NB_EQUIP_CONNECTION
NB Equip Connection' class.
static final int NB_EQUIP_CONNECTION__ID
static final int NB_EQUIP_CONNECTION__NAME
static final int NB_EQUIP_CONNECTION__DESC
static final int NB_EQUIP_CONNECTION__NUMBER
static final int NB_EQUIP_CONNECTION__STATUS
static final int NB_EQUIP_CONNECTION__STATUS_CHANGE_INFO
static final int NB_EQUIP_CONNECTION__SUBSTATION
static final int NB_EQUIP_CONNECTION__BN_NODE
static final int NB_EQUIP_CONNECTION__EQUIP_TYPE
static final int NB_EQUIP_CONNECTION__EQUIP
static final int NB_EQUIP_CONNECTION__FROM_BUS
static final int NB_EQUIP_CONNECTION__TO_BUS
static final int NB_EQUIP_CONNECTION__TERT_BUS
static final int NB_EQUIP_CONNECTION_FEATURE_COUNT
static final int NB_MODEL_EQUIP_TYPE
Equip Type' enum.
static final int NB_MODEL_SWITCH_TYPE
Switch Type' enum.
org.eclipse.emf.ecore.EClass getNBNode()
NB Node'.
NBNodeorg.eclipse.emf.ecore.EReference getNBNode_Substation()
Substation'.
NBNode.getSubstation(),
getNBNode()org.eclipse.emf.ecore.EReference getNBNode_Bus()
Bus'.
NBNode.getBus(),
getNBNode()org.eclipse.emf.ecore.EClass getNBSwitch()
NB Switch'.
NBSwitchorg.eclipse.emf.ecore.EReference getNBSwitch_Substation()
Substation'.
NBSwitch.getSubstation(),
getNBSwitch()org.eclipse.emf.ecore.EReference getNBSwitch_FromNBNode()
From NB Node'.
NBSwitch.getFromNBNode(),
getNBSwitch()org.eclipse.emf.ecore.EReference getNBSwitch_ToNBNode()
To NB Node'.
NBSwitch.getToNBNode(),
getNBSwitch()org.eclipse.emf.ecore.EAttribute getNBSwitch_SwitchType()
Switch Type'.
NBSwitch.getSwitchType(),
getNBSwitch()org.eclipse.emf.ecore.EAttribute getNBSwitch_NormalStatus()
Normal Status'.
NBSwitch.getNormalStatus(),
getNBSwitch()org.eclipse.emf.ecore.EAttribute getNBSwitch_Xpu()
Xpu'.
NBSwitch.getXpu(),
getNBSwitch()org.eclipse.emf.ecore.EAttribute getNBSwitch_NameRating()
Name Rating'.
NBSwitch.getNameRating(),
getNBSwitch()org.eclipse.emf.ecore.EClass getNBEquipConnection()
NB Equip Connection'.
NBEquipConnectionorg.eclipse.emf.ecore.EReference getNBEquipConnection_Substation()
Substation'.
NBEquipConnection.getSubstation(),
getNBEquipConnection()org.eclipse.emf.ecore.EReference getNBEquipConnection_BnNode()
Bn Node'.
NBEquipConnection.getBnNode(),
getNBEquipConnection()org.eclipse.emf.ecore.EAttribute getNBEquipConnection_EquipType()
Equip Type'.
NBEquipConnection.getEquipType(),
getNBEquipConnection()org.eclipse.emf.ecore.EReference getNBEquipConnection_Equip()
Equip'.
NBEquipConnection.getEquip(),
getNBEquipConnection()org.eclipse.emf.ecore.EReference getNBEquipConnection_FromBus()
From Bus'.
NBEquipConnection.getFromBus(),
getNBEquipConnection()org.eclipse.emf.ecore.EReference getNBEquipConnection_ToBus()
To Bus'.
NBEquipConnection.getToBus(),
getNBEquipConnection()org.eclipse.emf.ecore.EReference getNBEquipConnection_TertBus()
Tert Bus'.
NBEquipConnection.getTertBus(),
getNBEquipConnection()org.eclipse.emf.ecore.EEnum getNBModelEquipType()
Equip Type'.
NBModelEquipTypeorg.eclipse.emf.ecore.EEnum getNBModelSwitchType()
Switch Type'.
NBModelSwitchTypeNBModelFactory getNBModelFactory()