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 |
---|---|
DistBus |
DistFactory.createDistBus()
Returns a new object of class 'Bus'.
|
static DistBus |
DistObjectFactory.createDistBus(java.lang.String busId,
Network<DistBus,DistBranch> net) |
DistBus |
DistNetwork.getDistBus(java.lang.String id)
Get the bus object identified by the id.
|
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 |
DistBusAdapterImpl.setBus(DistBus newBus)
This is specialized for the more specific type known in this context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DistPathLfAlgorithm.visit(Network<DistBus,DistBranch> net) |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<DistBus,DistBusAdapter> |
DistFunction.distBusAptr
Dist bus adapter function DistBusAdapter = f(DistBus)
|
static java.util.function.Function<DistBus,DistGenerator> |
DistFunction.generatorAptr
Generator bus adapter function GeneratorAdapter = f(DistBus)
|
static java.util.function.Function<DistBus,DistIndMotor> |
DistFunction.indMotorAptr
IndMotor bus adapter function IndMotorAdapter = f(DistBus)
|
static java.util.function.Function<DistBus,DistMixedLoad> |
DistFunction.mixedLoadAptr
Mixed load bus adapter function MixedLoadAdapter = f(DistBus)
|
static java.util.function.Function<DistBus,DistNonContribBus> |
DistFunction.nonContribAptr
NonContrib bus adapter function NonContribAdapter = f(DistBus)
|
static java.util.function.Function<DistBus,DistSynMotor> |
DistFunction.synMotorAptr
Synch motor bus adapter function SynMotorAdapter = f(DistBus)
|
static java.util.function.Function<DistBus,DistUtility> |
DistFunction.utilityAptr
Utility bus adapter function UtilityAdapter = f(DistBus)
|
Modifier and Type | Class and Description |
---|---|
class |
DistBusImpl
An implementation of the model object 'Dist Bus'.
|
Modifier and Type | Method and Description |
---|---|
DistBus |
DistFactoryImpl.createDistBus() |
DistBus |
DistNetworkImpl.getDistBus(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DistBus> |
DistNetworkImpl.getBusList()
This is specialized for the more specific element type known in this context.
|
Modifier and Type | Method and Description |
---|---|
T |
DistSwitch.caseDistBus(DistBus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|