| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.dstab.devent | |
| com.interpss.dstab.devent.impl | |
| com.interpss.dstab.devent.util |
| Modifier and Type | Method and Description |
|---|---|
static DStabBranchFault |
DStabObjectFactory.createDStabBranchFault(BaseDStabNetwork<?,?> net,
java.lang.String fromBusId,
java.lang.String toBusId,
SimpleFaultCode type,
double distance,
double rLG,
double xLG,
double rLL,
double xLL,
boolean reclosure,
double reclosureTime)
Create a DStabBranchFault object and add it to the DStabilityNetwork object
|
static DStabBranchFault |
DStabObjectFactory.createDStabBranchFault(java.lang.String id)
Create a DStabBranchFault object
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicEvent |
DStabObjectFactory.createBranchReclosureEvent(BaseDStabNetwork<?,?> net,
DStabBranchFault fault,
java.lang.String eventId,
java.lang.String eventName)
Create a reclosure object and add it to the net object
|
| Modifier and Type | Method and Description |
|---|---|
DStabBranchFault |
DstabDeventFactory.createDStabBranchFault()
Returns a new object of class 'DStab Branch Fault'.
|
DStabBranchFault |
DynamicEvent.getBranchFault()
Returns the value of the 'Branch Fault' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicEvent.setBranchFault(DStabBranchFault value)
Sets the value of the '
Branch Fault' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DStabBranchFaultImpl
An implementation of the model object 'DStab Branch Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
DStabBranchFault |
DstabDeventFactoryImpl.createDStabBranchFault() |
DStabBranchFault |
DynamicEventImpl.getBranchFault() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DynamicEventImpl.basicSetBranchFault(DStabBranchFault newBranchFault,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DynamicEventImpl.setBranchFault(DStabBranchFault newBranchFault) |
| Modifier and Type | Method and Description |
|---|---|
T |
DstabDeventSwitch.caseDStabBranchFault(DStabBranchFault object)
Returns the result of interpreting the object as an instance of 'DStab Branch Fault'.
|