Modifier and Type | Interface and Description |
---|---|
interface |
ActivePowerPathWalkAlgorithm
Deprecated.
|
interface |
LossAllocationAlgorithm
A representation of the model object 'Loss Cal Net Adapter'.
|
interface |
NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>
A base for network flow path walk algorithm implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
LossAllocationAlgorithmImpl
An implementation of the Loss Allocation algorithm present in the text book.
|
class |
NetPathWalkAlgorithmImpl<TBus extends Bus,TBranch extends Branch>
An implementation of the model object 'Net Path Walk Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
PathAlgorithmSwitch.caseINetBVisitor(INetBVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet BVisitor'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
CommonVisitorSwitch.caseINetBVisitor(INetBVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet BVisitor'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Network.accept(INetBVisitor<?,?> visitor)
accept a visitor to visit the Network object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NetworkImpl.accept(INetBVisitor<?,?> visitor) |
Modifier and Type | Interface and Description |
---|---|
interface |
CurentPathWalkAlgorithm
A representation of the model object 'Curent Path Walk Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
CurentPathWalkAlgorithmImpl
An implementation of the model object 'Curent Path Walk Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
DcSysAlgorithmSwitch.caseINetBVisitor(INetBVisitor<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'INet BVisitor'.
|
Modifier and Type | Class and Description |
---|---|
class |
DistPathLfAlgorithm
/*
- Calculate bus and branch weight
In the following example, there are three branches connected to the bus.
|