Modifier and Type | Class and Description |
---|---|
class |
SubNetwork012<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch,TNet extends BaseAcscNetwork<TBus,TBranch>>
Class for modeling the SubNetwork concept for representing 012 un-symmetric sub-network.
|
Modifier and Type | Method and Description |
---|---|
static AcscBranchFault |
CoreObjectFactory.createAcscBranchFault(java.lang.String branchId,
BaseAcscNetwork<?,?> net,
boolean cacheBusScVolt)
Create an AcscBranchFault object
|
static java.util.Optional<AcscBus> |
CoreObjectFactory.createAcscBus(java.lang.String busId,
BaseAcscNetwork<AcscBus,AcscBranch> net)
Create an AcscBus object
|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String busId,
BaseAcscNetwork<?,?> net,
boolean cacheBusScVolt)
Create an AcscBusFault object
|
static SimpleFaultAlgorithm |
CoreObjectFactory.createSimpleFaultAlgorithm(BaseAcscNetwork<?,?> net)
Create a SimpleFault algorithm object
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PNetwork
A representation of the model object 'Acsc3 PNetwork'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PNetworkImpl
An implementation of the model object 'Acsc3 PNetwork'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
Static3PhaseSwitch.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 |
---|---|
void |
AbstractAcscFaultResultImpl.setNetwork(BaseAcscNetwork<?,?> newNetwork)
This is specialized for the more specific type known in this context.
|
Constructor and Description |
---|
AcscFaultResult(BaseAcscNetwork<?,?> net)
Constructor
|
AcscFaultResult(BaseAcscNetwork<?,?> net,
boolean cacheBusScVolt)
Constructor
|
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 |
---|---|
void |
SimpleFaultAlgorithmImpl.setNetwork(BaseAcscNetwork<?,?> newNetwork)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Field and Description |
---|---|
protected BaseAcscNetwork<?,?> |
BaseScCalculator.net |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscBusLL(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscBusLLG(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LLG SC fault current.
|
Constructor and Description |
---|
BaseScCalculator(BaseAcscNetwork<?,?> net)
constructor
|
ScBranchCalculator(BaseAcscNetwork<?,?> net)
constructor
|
ScBusCalculator(BaseAcscNetwork<?,?> net)
constructor
|
ScNetCalculator(BaseAcscNetwork<?,?> net)
constructor
|
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 | 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'.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseAcscNetworkState.map2EObject(BaseAcscNetwork<?,?> eObj) |
static void |
BaseAcscNetworkState.readData(com.hazelcast.nio.ObjectDataInput in,
BaseAcscNetwork<?,?> eObj) |
void |
BaseAcscNetworkState.updateEObject(BaseAcscNetwork<?,?> eObj) |
static void |
BaseAcscNetworkState.writeData(com.hazelcast.nio.ObjectDataOutput out,
BaseAcscNetwork<?,?> eObj) |
Constructor and Description |
---|
BaseAcscNetworkState(BaseAcscNetwork<?,?> eObj)
Constructor
|