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 NBSwitch |
NBModelObjectFactory.createNBSwitch()
Create a NBSwitch object
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<NBSwitch> |
Substation.getNbSwitchList()
Returns the value of the 'Nb Switch List' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Substation.addNBSwitch(NBSwitch switch_)
add a NBSwitch object to Substation.nbSwitherList
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<NBSwitch> |
SubstationImpl.nbSwitchList
The cached value of the '
Nb Switch List ' reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<NBSwitch> |
SubstationImpl.getNbSwitchList() |
Modifier and Type | Method and Description |
---|---|
void |
SubstationImpl.addNBSwitch(NBSwitch switch_) |
Modifier and Type | Method and Description |
---|---|
NBSwitch |
NBModelFactory.createNBSwitch()
Returns a new object of class 'NB Switch'.
|
Modifier and Type | Class and Description |
---|---|
class |
NBSwitchImpl
An implementation of the model object 'NB Switch'.
|
Modifier and Type | Method and Description |
---|---|
NBSwitch |
NBModelFactoryImpl.createNBSwitch() |
Modifier and Type | Method and Description |
---|---|
T |
NBModelSwitch.caseNBSwitch(NBSwitch object)
Returns the result of interpreting the object as an instance of 'NB Switch'.
|