Modifier and Type | Method and Description |
---|---|
AcscNetwork |
SubAcscNetwork.createSubNetwork(int subNetFlag) |
Modifier and Type | Method and Description |
---|---|
void |
SubAcscNetwork.buildSubNet(AcscNetwork parentNet,
int subNetFlag) |
Constructor and Description |
---|
SubAreaAcscProcessorImpl(AcscNetwork net)
Constructor
|
SubAreaAcscProcessorImpl(AcscNetwork net,
BaseCuttingBranch<Complex3x1>[] cuttingBranches)
Constructor
|
SubNetworkAcscProcessorImpl(AcscNetwork net)
Constructor
|
SubNetworkAcscProcessorImpl(AcscNetwork net,
BaseCuttingBranch<Complex3x1>[] cuttingBranches)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static AcscNetwork |
CoreObjectFactory.createAcscNetwork()
Create an AcscNetwork object
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<AcscBus> |
CoreObjectFactory.createAcscBus(Bus bus,
Area area,
Zone zone,
AcscNetwork net)
Create an reference AcscBus object for distribution system analysis
|
Modifier and Type | Method and Description |
---|---|
AcscNetwork |
AclfNetwork.createAcscNetCopy()
create an AcscNetwor copy of this AclfNetwork object
|
Modifier and Type | Method and Description |
---|---|
AcscNetwork |
AclfNetworkImpl.createAcscNetCopy() |
Modifier and Type | Method and Description |
---|---|
AcscNetwork |
AcscFactory.createAcscNetwork()
Returns a new object of class 'Network'.
|
Modifier and Type | Method and Description |
---|---|
AcscNetwork |
AbstractAcscFaultResult.getAcscNet()
Get the AcscNetwork object
|
Modifier and Type | Method and Description |
---|---|
AcscNetwork |
AbstractAcscFaultResultImpl.getAcscNet() |
Modifier and Type | Method and Description |
---|---|
AcscNetwork |
IFaultResult_dep.getAcscNet()
Get the AcscNetwork object
|
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 |
---|---|
static AcscNetwork |
CoreCopyFunc.createSubAcscNet(BaseAclfNetwork<AclfBus,AclfBranch> fromNet,
java.util.Set<java.lang.String> busIdSet,
java.util.Set<java.lang.String> branchIdSet)
deep copy of the bus and branch set from an AclfNetwork to an AcscNetwork
|
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 | Field and Description |
---|---|
protected AcscNetwork |
DistNetworkImpl.faultNet
The cached 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 | Field and Description |
---|---|
protected AcscNetwork |
SimuContextImpl.acscNet
The cached 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,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode 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,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode 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 r1pu,
double x1pu,
double r2pu,
double x2pu,
double r0pu,
double x0pu,
java.lang.String gCode,
double rgpu,
double xgpu)
Add a contributing bus 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 |
SampleAcscTestingCases.load_SC_5Bus_MultiGen(AcscNetwork net) |
static void |
SampleAcscTestingCases.load_SC_5BusSystem(AcscNetwork net) |
static void |
SampleAcscTestingCases.load_SCLF_5Bus_MultiGen(AcscNetwork net) |
static void |
SampleAcscTestingCases.load_SCLF_5BusSystem(AcscNetwork net) |
static void |
SampleAcscTestingCases.set_SCData_5BusSystem(AcscNetwork net) |
Modifier and Type | Method and Description |
---|---|
static AcscNetwork |
AcscNetworkState.create(AclfNetworkState bean) |
static AcscNetwork |
AcscNetworkState.create(AcscNetworkState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
AcscNetworkState.map2EObject(AcscNetwork eObj) |
static void |
AcscNetworkState.readData(com.hazelcast.nio.ObjectDataInput in,
AcscNetwork eObj) |
void |
AcscNetworkState.updateEObject(AcscNetwork eObj) |
static void |
AcscNetworkState.writeData(com.hazelcast.nio.ObjectDataOutput out,
AcscNetwork eObj) |
Constructor and Description |
---|
AcscNetworkState(AcscNetwork eObj) |