| Modifier and Type | Method and Description |
|---|---|
static MonitoringBranch |
CoreObjectFactory.createMonitoringBranch(AclfNetwork net,
AclfBranch branch)
Create a MonitoringBranch object
|
static MonitoringBranch |
CoreObjectFactory.createMonitoringBranch(AclfNetwork net,
java.lang.String monFromId,
java.lang.String monToId,
java.lang.String monCirId)
Create a MonitoringBranch object
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringBranch |
ContingencyFactory.createMonitoringBranch()
Returns a new object of class 'Monitoring Branch'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<MonitoringBranch> |
BaseContingency.getMonitoringBranches()
Returns the value of the 'Monitoring Branches' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseContingency.addMonitoringBranch(MonitoringBranch branch)
add the monitoring branch to the contingency
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DepContingencyImpl.addMonitoringBranch(MonitoringBranch branch) |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoringBranchImpl
An implementation of the model object 'Monitoring Branch'.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringBranch |
ContingencyFactoryImpl.createMonitoringBranch() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<MonitoringBranch> |
BaseContingencyImpl.getMonitoringBranches() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseContingencyImpl.addMonitoringBranch(MonitoringBranch branch) |
| Modifier and Type | Method and Description |
|---|---|
T |
ContingencySwitch.caseMonitoringBranch(MonitoringBranch object)
Returns the result of interpreting the object as an instance of 'Monitoring Branch'.
|