| Modifier and Type | Method and Description |
|---|---|
static AcscBranchFault |
CoreObjectFactory.createAcscBranchFault(java.lang.String id,
BaseAcscNetwork<?,?> net)
Create an AcscBranchFault object
|
static AcscBus |
CoreObjectFactory.createAcscBus(java.lang.String busId,
BaseAcscNetwork<?,?> net)
Create an AcscBus object
|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String id,
BaseAcscNetwork<?,?> net)
Create an AcscBusFault object
|
static SimpleFaultAlgorithm |
CoreObjectFactory.createSimpleFaultAlgorithm(BaseAcscNetwork<?,?> faultNet)
Create a SimpleFault algorithm object
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Steady3PNetwork
A representation of the model object 'Acsc3 PNetwork'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Steady3PNetworkImpl
An implementation of the model object 'Acsc3 PNetwork'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
Steady3PhaseSwitch.caseBaseAcscNetwork(BaseAcscNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Acsc Network'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AcscNetwork
A representation of the model object 'Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
AcscFactory.createBaseAcscNetwork()
Returns a new object of class 'Base Acsc Network'.
|
| Modifier and Type | Method and Description |
|---|---|
BaseAcscNetwork<?,?> |
AcscFaultResultImpl.getAcscNet() |
| Constructor and Description |
|---|
AcscFaultResultImpl(BaseAcscNetwork<?,?> net) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcscNetworkImpl
An implementation of the model object 'Network'.
|
class |
BaseAcscNetworkImpl<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch>
An implementation of the model object 'Base Acsc Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
AcscFactoryImpl.createBaseAcscNetwork() |
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
AcscSwitch.caseBaseAcscNetwork(BaseAcscNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Acsc Network'.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscLL(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscLLG(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LLG SC fault current.
|
void |
SimpleFaultAlgorithmImpl.setNetwork(BaseAcscNetwork<?,?> newNetwork)
This is specialized for the more specific type known in this context.
|
| Constructor and Description |
|---|
ScBranchCalculator(BaseAcscNetwork<?,?> net)
constructor
|
ScBusCalculator(BaseAcscNetwork<?,?> net)
constructor
|
ScCalculatorBase(BaseAcscNetwork<?,?> net)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
BaseAcscNetwork<?,?> |
IFaultResult.getAcscNet()
get AclfNet object
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseDStabNetwork<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
A representation of the model object 'DStability Network'.
|
interface |
DStabilityNetwork
A representation of the model object 'DStability Network'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DStab3PNetwork
A representation of the model object 'DStab3 PNetwork'.
|
interface |
Dynamic3PNetwork
A representation of the model object 'Dynamic3 PNetwork'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dynamic3PNetworkImpl
An implementation of the model object 'DStab3 PNetwork'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
Dynamic3PhaseSwitch.caseBaseAcscNetwork(BaseAcscNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Acsc Network'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDStabNetworkImpl<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
An implementation of the model object 'DStability Network'.
|
class |
DStabilityNetworkImpl
An implementation of the model object 'DStability Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
DstabSwitch.caseBaseAcscNetwork(BaseAcscNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Acsc Network'.
|