Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf.contingency | |
com.interpss.core.aclf.contingency.impl | |
com.interpss.core.aclf.contingency.util |
Modifier and Type | Method and Description |
---|---|
static CAMonitoringBranch |
DclfAlgoObjectFactory.createCaMonitoringBranch(ContingencyAnalysisAlgorithm algo,
java.lang.String monFromId,
java.lang.String monToId,
java.lang.String monCirId)
Create a MonitoringBranch object
|
static CAMonitoringBranch |
DclfAlgoObjectFactory.createCaMonitoringBranch(DclfAlgoBranch branch)
Create a MonitoringBranch object
|
Modifier and Type | Method and Description |
---|---|
CAMonitoringBranch |
ContingencyFactory.createCAMonitoringBranch()
Returns a new object of class 'CA Monitoring Branch'.
|
CAMonitoringBranch |
BaseContingency.getMonitoringBranch(java.lang.String branchId)
get a monitoring branch by branch id from the contingency
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CAMonitoringBranch> |
BaseContingency.getMonitoringBranches()
Returns the value of the 'Monitoring Branches' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseContingency.addMonitoringBranch(CAMonitoringBranch branch)
add the monitoring branch to the contingency
|
Modifier and Type | Class and Description |
---|---|
class |
CAMonitoringBranchImpl
An implementation of the model object 'Monitoring Branch'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<CAMonitoringBranch> |
BaseContingencyImpl.monitoringBranches
The cached value of the '
Monitoring Branches ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
CAMonitoringBranch |
ContingencyFactoryImpl.createCAMonitoringBranch() |
CAMonitoringBranch |
BaseContingencyImpl.getMonitoringBranch(java.lang.String branchId) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CAMonitoringBranch> |
BaseContingencyImpl.getMonitoringBranches() |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseContingencyImpl.addMonitoringBranch(CAMonitoringBranch branch) |
Modifier and Type | Method and Description |
---|---|
T |
ContingencySwitch.caseCAMonitoringBranch(CAMonitoringBranch object)
Returns the result of interpreting the object as an instance of 'CA Monitoring Branch'.
|