Modifier and Type | Method and Description |
---|---|
static Area |
CoreObjectFactory.createArea()
Create an Area object
|
static Area |
CoreObjectFactory.createArea(long number,
Network<?,?> net)
Create an Area object, if the area number exists, just return
the area object
|
static Area |
CoreObjectFactory.createArea(java.lang.String id,
Network<?,?> net)
Create an Area object, if the area name exists, just return
the area object
|
Modifier and Type | Method and Description |
---|---|
static AcscBranch |
CoreObjectFactory.createAcscBranch(Branch branch,
Area area,
Zone zone)
Create an AcscBranch object for distribution system analysis
|
static java.util.Optional<AcscBus> |
CoreObjectFactory.createAcscBus(Bus bus,
Area area,
Zone zone,
AcscNetwork net)
Create an reference AcscBus object for distribution system analysis
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Area> |
IAclfAreaZone.neighborAreas(Area area)
get neighboring areas
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Area> |
IAclfAreaZone.neighborAreas(Area area)
get neighboring areas
|
org.apache.commons.math3.complex.Complex |
IAclfAreaZone.powerAreaExport(Area area)
Calculate power export of the area
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Area> |
BaseAclfNetworkImpl.neighborAreas(Area area) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Area> |
BaseAclfNetworkImpl.neighborAreas(Area area) |
org.apache.commons.math3.complex.Complex |
BaseAclfNetworkImpl.powerAreaExport(Area area) |
Modifier and Type | Method and Description |
---|---|
Area |
InterareaTransfer.getFromArea()
Returns the value of the 'From Area' reference.
|
Area |
InterareaTransfer.getToArea()
Returns the value of the 'To Area' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
InterareaTransfer.setFromArea(Area value)
Sets the value of the '
From Area ' reference. |
void |
InterareaTransfer.setToArea(Area value)
Sets the value of the '
To Area ' reference. |
Modifier and Type | Field and Description |
---|---|
protected Area |
InterareaTransferImpl.fromArea
The cached value of the '
From Area ' reference. |
protected Area |
InterareaTransferImpl.toArea
The cached value of the '
To Area ' reference. |
Modifier and Type | Method and Description |
---|---|
Area |
InterareaTransferImpl.getFromArea() |
Area |
InterareaTransferImpl.getToArea() |
Modifier and Type | Method and Description |
---|---|
void |
InterareaTransferImpl.setFromArea(Area newFromArea) |
void |
InterareaTransferImpl.setToArea(Area newToArea) |
Modifier and Type | Method and Description |
---|---|
double |
IDclfResult.loss(Area area,
Unit.UnitType unit)
calculate loss for the area including tie lines by applying branch loss factor.
|
double |
ILossFactor.lossFactor(Area area,
java.lang.String injectBusId)
calculate and return loss factor with the inject bus and withdraw bus list.
|
double |
ILossFactor.lossFactor(Area area,
java.lang.String injectBusId,
java.lang.String withdrawBusId)
calculate and return loss factor with the inject bus and withdraw bus for the area.
|
Modifier and Type | Method and Description |
---|---|
double |
DclfAlgorithmImpl.loss(Area area,
Unit.UnitType unit) |
double |
NetGenAdjustAlgorithmImpl.lossFactor(Area area,
java.lang.String injectBusId) |
double |
NetGenAdjustAlgorithmImpl.lossFactor(Area area,
java.lang.String injectBusId,
java.lang.String withdrawBusId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Area> |
CommonLangFactoryImpl.createAreaListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.Map<java.lang.String,Area> |
CommonLangFactoryImpl.createAreaMapFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.Optional<Area> |
CommonLangFactoryImpl.createOptionalAreaFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
static long[] |
CoreUtilFunc.getAreaNumberAry(java.util.List<Area> areaList)
get araa number array from a list of area objects
|
Modifier and Type | Method and Description |
---|---|
Area |
NetFactory.createArea()
Returns a new object of class 'Area'.
|
Area |
Zone.getArea()
Returns the value of the 'Area' reference.
|
Area |
NetworkedElement.getArea()
Returns the value of the 'Area' reference.
|
Area |
Network.getArea(long areaNumber)
Get the area object by the area number
|
Area |
Network.getArea(java.lang.String areaId)
Get the area object by the area name
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Area> |
Network.getAreaMap()
Returns the value of the 'Area Map' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Network.addArea(Area area)
Add the area object into the Network, if it not exists in the network.
|
void |
Zone.setArea(Area value)
Sets the value of the '
Area ' reference. |
void |
NetworkedElement.setArea(Area value)
Sets the value of the '
Area ' reference. |
void |
Bus.setAttributes(java.lang.String name,
java.lang.String desc,
Area area,
Zone zone)
Set bus attributes: name, desc, area and zone.
|
void |
Branch.setAttributes(java.lang.String name,
java.lang.String desc,
java.lang.String cirNumber,
Area area,
Zone zone)
Set branch attributes: name, desc, circuit number, areaNo and zoneNo.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaImpl
An implementation of the model object 'Area'.
|
Modifier and Type | Field and Description |
---|---|
protected Area |
ZoneImpl.area
The cached value of the '
Area ' reference. |
protected Area |
NetworkedElementImpl.area
The cached value of the '
Area ' reference. |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,Area> |
NetworkImpl.AREA_MAP_EDEFAULT
The default value of the '
Area Map ' attribute. |
protected java.util.Map<java.lang.String,Area> |
NetworkImpl.areaMap
The cached value of the '
Area Map ' attribute. |
Modifier and Type | Method and Description |
---|---|
Area |
NetFactoryImpl.createArea() |
Area |
ZoneImpl.getArea() |
Area |
NetworkedElementImpl.getArea() |
Area |
NetworkImpl.getArea(long areaNumber) |
Area |
NetworkImpl.getArea(java.lang.String areaId) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Area> |
NetworkImpl.getAreaMap() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkImpl.addArea(Area area) |
org.eclipse.emf.common.notify.NotificationChain |
ZoneImpl.basicSetArea(Area newArea,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ZoneImpl.setArea(Area newArea) |
void |
NetworkedElementImpl.setArea(Area newArea) |
void |
BusImpl.setAttributes(java.lang.String name,
java.lang.String desc,
Area area,
Zone zone) |
void |
BranchImpl.setAttributes(java.lang.String name,
java.lang.String desc,
java.lang.String cirNumber,
Area area,
Zone zone) |
Modifier and Type | Method and Description |
---|---|
T |
NetSwitch.caseArea(Area object)
Returns the result of interpreting the object as an instance of 'Area'.
|
Modifier and Type | Method and Description |
---|---|
static Area |
AreaState.create() |
static Area |
AreaState.create(AreaState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
AreaState.map2EObject(Area eObj) |
static void |
AreaState.readData(com.hazelcast.nio.ObjectDataInput in,
Area eObj) |
void |
AreaState.updateEObject(Area eObj) |
static void |
AreaState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Area eObj) |
Constructor and Description |
---|
AreaState(Area eObj) |