| Modifier and Type | Method and Description |
|---|---|
static AcscNetwork |
CoreObjectFactory.createAcscNetwork()
Create an SimpleFaultNetwork object
|
| Modifier and Type | Method and Description |
|---|---|
static AcscBus |
CoreObjectFactory.createAcscBus(Bus bus,
Area area,
Zone zone,
AcscNetwork net)
Create an AcscBus object
|
| Modifier and Type | Method and Description |
|---|---|
AcscNetwork |
AcscFactory.createAcscNetwork()
Returns a new object of class 'Network'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcscFaultPointRecordImpl.setNetwork(AcscNetwork newNetwork)
This is specialized for the more specific type known in this context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcscNetworkImpl
An implementation of the model object 'Network'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscNetwork |
AcscFactoryImpl.createAcscNetwork() |
| Modifier and Type | Method and Description |
|---|---|
T |
AcscSwitch.caseAcscNetwork(AcscNetwork object)
Returns the result of interpreting the object as an instance of 'Network'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscNetwork |
DistNetwork.getAcscNet() |
AcscNetwork |
DistNetwork.getFaultNet()
Returns the value of the 'Fault Net' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistNetwork.setFaultNet(AcscNetwork value)
Sets the value of the '
Fault Net' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
AcscNetwork |
DistNetworkImpl.getAcscNet() |
AcscNetwork |
DistNetworkImpl.getFaultNet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DistNetworkImpl.basicSetFaultNet(AcscNetwork newFaultNet,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DistNetworkImpl.setFaultNet(AcscNetwork newFaultNet) |
| Modifier and Type | Method and Description |
|---|---|
AcscNetwork |
SimuContext.getAcscNet()
Returns the value of the 'Acsc Net' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContext.setAcscNet(AcscNetwork value)
Sets the value of the '
Acsc Net' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
AcscNetwork |
SimuContextImpl.getAcscNet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
SimuContextImpl.basicSetAcscNet(AcscNetwork newAcscNet,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SimuContextImpl.setAcscNet(AcscNetwork newAcscNet) |
| Modifier and Type | Method and Description |
|---|---|
static AcscBranch |
AcscInputUtilFunc.addAcscLineBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit)
Add a line branch to the network object
|
static AcscBranch |
AcscInputUtilFunc.addAcscPSXfromerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
XfrConnectCode fromConCode,
double fromRg,
double fromXg,
XfrConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static AcscBranch |
AcscInputUtilFunc.addAcscXformerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
XfrConnectCode fromConCode,
double fromRg,
double fromXg,
XfrConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a xfr branch to the network object
|
static AcscBus |
AcscInputUtilFunc.addScContributeBusTo(AcscNetwork net,
java.lang.String busId,
java.lang.String name,
double baseVolt,
int noArea,
int noZone,
double r1,
double x1,
double r2,
double x2,
double r0,
double x0,
Unit.UnitType zUnit,
java.lang.String gCode,
double rg,
double xg,
Unit.UnitType gzUnit)
Add a contributing bus to the network object
|
static AcscBus |
AcscInputUtilFunc.addScNonContributeBusTo(AcscNetwork net,
java.lang.String id,
java.lang.String name,
double baseV,
int noArea,
int noZone)
Add a non-contributing bus to the network object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SampleCases.load_SC_5Bus_MultiGen_System(AcscNetwork net) |
static void |
SampleCases.load_SC_5BusSystem(AcscNetwork net) |