Package | Description |
---|---|
com.interpss.dist | |
com.interpss.dist.adpter.impl | |
com.interpss.dist.algo.path | |
com.interpss.dist.funcImpl | |
com.interpss.dist.impl | |
com.interpss.dist.util |
Modifier and Type | Method and Description |
---|---|
static DistBranch |
DistObjectFactory.createDistBranch() |
DistBranch |
DistFactory.createDistBranch()
Returns a new object of class 'Branch'.
|
DistBranch |
DistNetwork.getDistBranch(java.lang.String fromBusId,
java.lang.String toBusId)
Get the branch object identified by the from bus id and to bus id,
assuming branch circuit number is 1.
|
DistBranch |
DistNetwork.getDistBranch(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String circuitNumber)
Get the branch object identified by the from bus id,
to bus id and branch circuit number.
|
Modifier and Type | Method and Description |
---|---|
static ChildNetworkWrapper<DistBus,DistBranch> |
DistObjectFactory.createChildDistNet(AclfNetwork parentNet,
java.lang.String childNetId) |
Modifier and Type | Method and Description |
---|---|
static DistBus |
DistObjectFactory.createDistBus(java.lang.String busId,
Network<DistBus,DistBranch> net) |
Modifier and Type | Method and Description |
---|---|
void |
DistBranchAdapterImpl.setBranch(DistBranch newBranch)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.math3.complex.Complex |
DistPathLfHelper.current(DistBranch branch)
calculate branch current based on branch power flow stored in branch.weight
|
Modifier and Type | Method and Description |
---|---|
boolean |
DistPathLfAlgorithm.visit(Network<DistBus,DistBranch> net) |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<DistBranch,DistBreaker> |
DistFunction.breakerAptr
Breaker branch adapter function BreakerAdapter = f(DistBranch)
|
static java.util.function.Function<DistBranch,DistW3Xformer> |
DistFunction.distW3XfrAptr
DistW3Xformer adapter function DistW3XformerAdapter = f(DistBranch)
|
static java.util.function.Function<DistBranch,DistXformer> |
DistFunction.distXfrAptr
DistXformer adapter function DistXformerAdapter = f(DistBus)
|
static java.util.function.Function<DistBranch,DistFeeder> |
DistFunction.feederAptr
Feeder branch adapter function FeederAdapter = f(DistBranch)
|
static java.util.function.Function<DistBranch,DistReactor> |
DistFunction.reactorAptr
Reactor bus adapter function ReactorAdapter = f(DistBranch)
|
Modifier and Type | Class and Description |
---|---|
class |
DistBranchImpl
An implementation of the model object 'Dist Branch'.
|
Modifier and Type | Method and Description |
---|---|
DistBranch |
DistFactoryImpl.createDistBranch() |
DistBranch |
DistNetworkImpl.getDistBranch(java.lang.String fromBusId,
java.lang.String toBusId) |
DistBranch |
DistNetworkImpl.getDistBranch(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String circuitNumber) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DistBranch> |
DistNetworkImpl.getBranchList()
This is specialized for the more specific element type known in this context.
|
Modifier and Type | Method and Description |
---|---|
T |
DistSwitch.caseDistBranch(DistBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|