Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.net | |
com.interpss.core.net.impl | |
com.interpss.core.net.nb | |
com.interpss.core.net.nb.impl | |
com.interpss.core.net.nb.util |
Modifier and Type | Method and Description |
---|---|
static NBNode |
NBModelObjectFactory.createNBNode()
Create a NBNode object
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<NBNode> |
Substation.getNbNodeList()
Returns the value of the 'Nb Node List' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Substation.addNBNode(NBNode node)
add a NBNode object to Substation.nbNodeList
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<NBNode> |
SubstationImpl.nbNodeList
The cached value of the '
Nb Node List ' reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<NBNode> |
SubstationImpl.getNbNodeList() |
Modifier and Type | Method and Description |
---|---|
void |
SubstationImpl.addNBNode(NBNode node) |
Modifier and Type | Method and Description |
---|---|
NBNode |
NBModelFactory.createNBNode()
Returns a new object of class 'NB Node'.
|
NBNode |
NBEquipConnection.getBnNode()
Returns the value of the 'Bn Node' reference.
|
NBNode |
NBSwitch.getFromNBNode()
Returns the value of the 'From NB Node' reference.
|
NBNode |
NBSwitch.getToNBNode()
Returns the value of the 'To NB Node' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NBEquipConnection.setBnNode(NBNode value)
Sets the value of the '
Bn Node ' reference. |
void |
NBSwitch.setFromNBNode(NBNode value)
Sets the value of the '
From NB Node ' reference. |
void |
NBSwitch.setToNBNode(NBNode value)
Sets the value of the '
To NB Node ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
NBNodeImpl
An implementation of the model object 'NB Node'.
|
Modifier and Type | Field and Description |
---|---|
protected NBNode |
NBEquipConnectionImpl.bnNode
The cached value of the '
Bn Node ' reference. |
protected NBNode |
NBSwitchImpl.fromNBNode
The cached value of the '
From NB Node ' reference. |
protected NBNode |
NBSwitchImpl.toNBNode
The cached value of the '
To NB Node ' reference. |
Modifier and Type | Method and Description |
---|---|
NBNode |
NBModelFactoryImpl.createNBNode() |
NBNode |
NBEquipConnectionImpl.getBnNode() |
NBNode |
NBSwitchImpl.getFromNBNode() |
NBNode |
NBSwitchImpl.getToNBNode() |
Modifier and Type | Method and Description |
---|---|
void |
NBEquipConnectionImpl.setBnNode(NBNode newBnNode) |
void |
NBSwitchImpl.setFromNBNode(NBNode newFromNBNode) |
void |
NBSwitchImpl.setToNBNode(NBNode newToNBNode) |
Modifier and Type | Method and Description |
---|---|
T |
NBModelSwitch.caseNBNode(NBNode object)
Returns the result of interpreting the object as an instance of 'NB Node'.
|