| Modifier and Type | Method and Description |
|---|---|
static IAclfNetBVisitor |
CoreObjectFactory.createLfAlgoVisitor()
Create a Loadflow algorithm object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AclfNetwork.accept(IAclfNetBVisitor visitor)
accept method for the Visitor patten implementation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AclfNetworkImpl.accept(IAclfNetBVisitor visitor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoadflowAlgorithm
A representation of the model object 'Loadflow Algorithm'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoadflowAlgorithmImpl
An implementation of the model object 'ILoadflow Algorithm'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
CoreAlgorithmSwitch.caseIAclfNetBVisitor(IAclfNetBVisitor object)
Returns the result of interpreting the object as an instance of 'IAclf Net BVisitor'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
CommonVisitorSwitch.caseIAclfNetBVisitor(IAclfNetBVisitor object)
Returns the result of interpreting the object as an instance of 'IAclf Net BVisitor'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZeroZBranchProcesor
A processor, a AclfNetwork visitor, to process Small/Zero Z branches to
create a switch/break network model or consolidate network.
|