Modifier and Type | Method and Description |
---|---|
static DclfAlgoBus |
DclfAlgoObjectFactory.createDclfAlgoBus(DclfAlgorithm algo,
AclfBus bus)
create a DclfAlgoBus object
|
Modifier and Type | Method and Description |
---|---|
static DclfAlgoGen |
DclfAlgoObjectFactory.createDclfAlgoGen(DclfAlgoBus dclfBus,
AclfGen gen) |
static DclfAlgoLoad |
DclfAlgoObjectFactory.createDclfAlgoLoad(DclfAlgoBus dclfBus,
AclfLoad load) |
Modifier and Type | Method and Description |
---|---|
DclfAlgoBus |
DclfAlgorithm.getDclfAlgoBus(java.lang.String busId)
get the DclfAlgoBus object by bus id
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DclfAlgoBus> |
IDclfAlgoLookup.getDclfAlgoBusIdLookupTable()
get the Bus id to DclfAlgoBus object lookup table
|
org.eclipse.emf.common.util.EList<DclfAlgoBus> |
DclfAlgorithm.getDclfAlgoBusList()
Returns the value of the 'Dclf Algo Bus List' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
double |
IDclfResult.getBusPower(DclfAlgoBus bus)
get bus power for DC Loadflow, into net as positive direction, obtained by gen - load,
except for the ref bus.
|
double |
IDclfResult.getBusPowerInfoNet(DclfAlgoBus bus)
get bus power into the network for DC Loadflow, into net as positive direction,
obtained by sum of all branch flows
|
double |
IDclfResult.getMismatch(DclfAlgoBus bus)
get Dclf bus power mismatch gen - load - powerIntoNet
|
Modifier and Type | Method and Description |
---|---|
DclfAlgoBus |
DclfAlgoAdapterFactory.createDclfAlgoBus()
Returns a new object of class 'Dclf Algo Bus'.
|
DclfAlgoBus |
DclfAlgoLoad.getParentDclfAlgoBus()
Returns the value of the 'Parent Dclf Algo Bus' container reference.
|
DclfAlgoBus |
DclfAlgoGen.getParentDclfAlgoBus()
Returns the value of the 'Parent Dclf Algo Bus' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DclfAlgoLoad.setParentDclfAlgoBus(DclfAlgoBus value)
Sets the value of the '
Parent Dclf Algo Bus ' container reference. |
void |
DclfAlgoGen.setParentDclfAlgoBus(DclfAlgoBus value)
Sets the value of the '
Parent Dclf Algo Bus ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
DclfAlgoBusImpl
An implementation of the model object 'Dclf Algo Bus'.
|
Modifier and Type | Method and Description |
---|---|
DclfAlgoBus |
DclfAlgoAdapterFactoryImpl.createDclfAlgoBus() |
DclfAlgoBus |
DclfAlgoLoadImpl.getParentDclfAlgoBus() |
DclfAlgoBus |
DclfAlgoGenImpl.getParentDclfAlgoBus() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DclfAlgoLoadImpl.basicSetParentDclfAlgoBus(DclfAlgoBus newParentDclfAlgoBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DclfAlgoGenImpl.basicSetParentDclfAlgoBus(DclfAlgoBus newParentDclfAlgoBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DclfAlgoLoadImpl.setParentDclfAlgoBus(DclfAlgoBus newParentDclfAlgoBus) |
void |
DclfAlgoGenImpl.setParentDclfAlgoBus(DclfAlgoBus newParentDclfAlgoBus) |
Modifier and Type | Method and Description |
---|---|
T |
DclfAlgoAdapterSwitch.caseDclfAlgoBus(DclfAlgoBus object)
Returns the result of interpreting the object as an instance of 'Dclf Algo Bus'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<DclfAlgoBus> |
DclfAlgorithmImpl.dclfAlgoBusList
The cached value of the '
Dclf Algo Bus List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
DclfAlgoBus |
DclfAlgorithmImpl.getDclfAlgoBus(java.lang.String busId) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DclfAlgoBus> |
DclfAlgorithmImpl.getDclfAlgoBusIdLookupTable() |
org.eclipse.emf.common.util.EList<DclfAlgoBus> |
DclfAlgorithmImpl.getDclfAlgoBusList() |
Modifier and Type | Method and Description |
---|---|
double |
DclfAlgorithmImpl.getBusPower(DclfAlgoBus dclfBus) |
double |
DclfAlgorithmImpl.getBusPowerInfoNet(DclfAlgoBus dclfBus) |
double |
DclfAlgorithmImpl.getMismatch(DclfAlgoBus bus) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DclfAlgoBus> |
CommonLangFactoryImpl.createDclfAlgoBusLookupTableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
static DclfAlgoBus |
DclfAlgoBusState.create() |
static DclfAlgoBus |
DclfAlgoBusState.create(DclfAlgoBusState bean,
AclfBus aclfBus) |
Modifier and Type | Method and Description |
---|---|
protected void |
DclfAlgoBusState.map2EObject(DclfAlgoBus eObj) |
static void |
DclfAlgoBusState.readData(com.hazelcast.nio.ObjectDataInput in,
DclfAlgoBus eObj) |
static void |
DclfAlgoBusState.writeData(com.hazelcast.nio.ObjectDataOutput out,
DclfAlgoBus eObj) |
Constructor and Description |
---|
DclfAlgoBusState(DclfAlgoBus eObj) |