Modifier and Type | Method and Description |
---|---|
static AclfLoad |
CoreObjectFactory.createAclfLoad()
Create an AclfLoad object
|
static AclfLoad |
CoreObjectFactory.createAclfLoad(java.lang.String id)
Create an AclfLoad object
|
Modifier and Type | Method and Description |
---|---|
static DclfAlgoLoad |
DclfAlgoObjectFactory.createDclfAlgoLoad(DclfAlgoBus dclfBus,
AclfLoad load) |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<FunctionLoad> |
AclfAdjustObjectFactory.createFunctionLoad(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a FunctionLoad object.
|
static java.util.Optional<PQBusLimit> |
AclfAdjustObjectFactory.createPQBusLimit(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a PQBusLimit object
|
static PVBusLimit |
AclfAdjustObjectFactory.createPVBusLimit(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
create a PVBusLimit base on the aclf bus.
|
static java.util.Optional<RemoteQBus> |
AclfAdjustObjectFactory.createRemoteQBus(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
BusBranchControlType type,
java.lang.String remoteId)
Create a RemoteQBus object - Remote Q voltage control bus class.
|
static RemoteQControlGroup |
AclfAdjustObjectFactory.createRemoteQControlGroup(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
java.util.List<SwitchedShunt> switchedShuntList)
Create a RemoteQControlGroup object
|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a StaticVarCompensator object.
|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type)
Create a StaticVarCompensator object
|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type,
java.lang.String remoteId)
Create a StaticVarCompensator object
|
static SwitchedShunt |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
Create a SwitchedShunt object.
|
static java.util.Optional<SwitchedShunt> |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type)
Create a SwitchedShunt object
|
static java.util.Optional<SwitchedShunt> |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type,
java.lang.String remoteId)
Create a SwitchedShunt object
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PLoad
A representation of the model object 'Acsc3 PLoad'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PLoadImpl
An implementation of the model object 'Acsc3 PLoad'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
Static3PhaseSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
Static3PhaseSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
Static3PhaseSwitch.caseAclfLoad(AclfLoad object)
Returns the result of interpreting the object as an instance of 'Load'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseAclfBus<TGen extends AclfGen,TLoad extends AclfLoad>
A representation of the model object 'Bus'.
|
interface |
BaseAclfNetwork<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
A representation of the model object 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfFactory.createBaseAclfBus()
Returns a new object of class 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactory.createBaseAclfNetwork()
Returns a new object of class 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
AclfLoad |
AclfFactory.createAclfLoad()
Returns a new object of class 'Load'.
|
AclfLoad |
BaseAclfBus.getContributeLoad(java.lang.String id)
Get child AclfLoad load object by ID
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfLoad> |
IAclfNetLookup.createAclfLoadNameLookupTable(boolean activeOnly)
create an AclfLoad name to object lookup table.
|
java.util.Map<java.lang.String,AclfLoad> |
IAclfNetLookup.createAclfLoadNameLookupTable(boolean activeOnly,
boolean inclChildNet)
create an AclfLoad name to object lookup table.
|
java.util.Map<java.lang.String,AclfLoad> |
IAclfNetLookup.getAclfLoadNameLookupTable()
get the AclfLoad name to object lookup table
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAclfNetwork.calLoadDFactor(java.util.function.Predicate<AclfLoad> predicate)
calculate Load distribution factors.
|
double |
BaseAclfBus.getLoadP(java.util.function.Predicate<AclfLoad> predicate)
get bus load P by calculating its contribute loads.
|
double |
BaseAclfBus.getLoadQ(java.util.function.Predicate<AclfLoad> predicate)
get bus load P by calculating its contribute loads.
|
org.apache.commons.math3.complex.Complex |
IAclfNetFunc.totalLoad(java.util.function.Predicate<AclfLoad> predicate,
Unit.UnitType unit)
Find total network load
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAclfBusImpl<TGen extends AclfGen,TLoad extends AclfLoad>
An implementation of the model object 'Bus'.
|
class |
BaseAclfNetworkImpl<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
An implementation of the model object 'Base Aclf Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
AclfLoadImpl
An implementation of the model object 'Load'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfFactoryImpl.createBaseAclfBus() |
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactoryImpl.createBaseAclfNetwork() |
Modifier and Type | Method and Description |
---|---|
AclfLoad |
AclfFactoryImpl.createAclfLoad() |
AclfLoad |
BaseAclfBusImpl.getContributeLoad(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfLoad> |
AclfNetworkImpl.createAclfLoadNameLookupTable(boolean activeOnly) |
java.util.Map<java.lang.String,AclfLoad> |
AclfNetworkImpl.createAclfLoadNameLookupTable(boolean activeOnly,
boolean inclChildNet) |
java.util.Map<java.lang.String,AclfLoad> |
AclfNetworkImpl.getAclfLoadNameLookupTable() |
Modifier and Type | Method and Description |
---|---|
void |
BaseAclfNetworkImpl.calLoadDFactor(java.util.function.Predicate<AclfLoad> predicate) |
double |
BaseAclfBusImpl.getLoadP(java.util.function.Predicate<AclfLoad> predicate) |
double |
BaseAclfBusImpl.getLoadQ(java.util.function.Predicate<AclfLoad> predicate) |
org.apache.commons.math3.complex.Complex |
BaseAclfNetworkImpl.totalLoad(java.util.function.Predicate<AclfLoad> predicate,
Unit.UnitType unit) |
Modifier and Type | Method and Description |
---|---|
double |
AclfBusLoadHelper.calLoadP(java.util.function.Predicate<AclfLoad> predicate)
Calculate bus load P including its distributed generation.
|
double |
AclfBusLoadHelper.calLoadQ(java.util.function.Predicate<AclfLoad> predicate)
Calculate bus load Q including its distributed generation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LoadRef<TLoad extends AclfLoad>
A representation of the model object 'Load Ref'.
|
Modifier and Type | Method and Description |
---|---|
AclfLoad |
LoadRef.getLoad()
Returns the value of the 'Load' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadRef.setLoad(AclfLoad value)
Sets the value of the '
Load ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
LoadRefImpl<TLoad extends AclfLoad>
An implementation of the model object 'Load Ref'.
|
Modifier and Type | Field and Description |
---|---|
protected AclfLoad |
LoadRefImpl.load
The cached value of the '
Load ' reference. |
Modifier and Type | Method and Description |
---|---|
AclfLoad |
LoadRefImpl.getLoad() |
Modifier and Type | Method and Description |
---|---|
void |
LoadRefImpl.setLoad(AclfLoad newLoad) |
Modifier and Type | Method and Description |
---|---|
<TLoad extends AclfLoad> |
RefSwitch.caseLoadRef(LoadRef<TLoad> object)
Returns the result of interpreting the object as an instance of 'Load Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
AclfSwitch.caseAclfLoad(AclfLoad object)
Returns the result of interpreting the object as an instance of 'Load'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcscLoad
A representation of the model object 'Load'.
|
Modifier and Type | Class and Description |
---|---|
class |
AcscLoadImpl
An implementation of the model object 'Load'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AcscSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AcscSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
AcscSwitch.caseAclfLoad(AclfLoad object)
Returns the result of interpreting the object as an instance of 'Load'.
|
Modifier and Type | Method and Description |
---|---|
<TLoad extends AclfLoad> |
DclfAlgoAdapterSwitch.caseLoadRef(LoadRef<TLoad> object)
Returns the result of interpreting the object as an instance of 'Load Ref'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
PlanningAlgorithmSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AclfLoad> |
CommonLangFactoryImpl.createAclfLoadLookupTableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
AclfLoad |
ChildNetInterfaceLoadPair.getParentBusLoad()
Returns the value of the 'Parent Bus Load' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceLoadPair.setParentBusLoad(AclfLoad value)
Sets the value of the '
Parent Bus Load ' reference. |
Modifier and Type | Field and Description |
---|---|
protected AclfLoad |
ChildNetInterfaceLoadPairImpl.parentBusLoad
The cached value of the '
Parent Bus Load ' reference. |
Modifier and Type | Method and Description |
---|---|
AclfLoad |
ChildNetInterfaceLoadPairImpl.basicGetParentBusLoad() |
AclfLoad |
ChildNetInterfaceLoadPairImpl.getParentBusLoad() |
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterfaceLoadPairImpl.setParentBusLoad(AclfLoad newParentBusLoad) |
Modifier and Type | Interface and Description |
---|---|
interface |
DStabLoad
A representation of the model object 'DStab Load'.
|
Modifier and Type | Class and Description |
---|---|
class |
DStabLoadImpl
An implementation of the model object 'DStab Load'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
DstabSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
DstabSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
DstabSwitch.caseAclfLoad(AclfLoad object)
Returns the result of interpreting the object as an instance of 'Load'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
OpfSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
OpfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SELoad
A representation of the model object 'Load'.
|
Modifier and Type | Class and Description |
---|---|
class |
SELoadImpl
An implementation of the model object 'Load'.
|
Modifier and Type | Method and Description |
---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
SESwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
SESwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
SESwitch.caseAclfLoad(AclfLoad object)
Returns the result of interpreting the object as an instance of 'Load'.
|
Modifier and Type | Method and Description |
---|---|
static AclfLoad |
AclfLoadState.create() |
static AclfLoad |
AclfLoadState.create(AclfLoadState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
AclfLoadState.map2EObject(AclfLoad eObj) |
static void |
AclfLoadState.readData(com.hazelcast.nio.ObjectDataInput in,
AclfLoad eObj) |
void |
AclfLoadState.updateEObject(AclfLoad eObj) |
static void |
AclfLoadState.writeData(com.hazelcast.nio.ObjectDataOutput out,
AclfLoad eObj) |
Constructor and Description |
---|
AclfLoadState(AclfLoad eObj) |
Constructor and Description |
---|
BaseAclfBusState(BaseAclfBus<? extends AclfGen,? extends AclfLoad> eObj) |
Constructor and Description |
---|
AcscLoadState(AclfLoad eObj) |
Constructor and Description |
---|
BaseAcscBusState(BaseAcscBus<? extends AclfGen,? extends AclfLoad> eObj) |