public interface IAclfAreaZone
extends org.eclipse.emf.ecore.EObject
AclfPackage.getIAclfAreaZone()
Modifier and Type | Method and Description |
---|---|
double |
areaOutputPower(int number,
Unit.UnitType unit)
calculate area output power
|
java.util.List<Area> |
neighborAreas(Area area)
get neighboring areas
|
java.util.List<Zone> |
neighborZones(Zone zone)
get neighboring zones
|
org.apache.commons.math3.complex.Complex |
powerAreaExport(Area area)
Calculate power export of the area
|
org.apache.commons.math3.complex.Complex |
powerZoneExport(Zone zone)
Calculate power export of the zone
|
org.apache.commons.math3.complex.Complex powerZoneExport(Zone zone)
zone
- zone object
java.util.List<Zone> neighborZones(Zone zone)
zone
- zone object
org.apache.commons.math3.complex.Complex powerAreaExport(Area area)
area
- area object
java.util.List<Area> neighborAreas(Area area)
area
- area object
double areaOutputPower(int number, Unit.UnitType unit)
number
- area numberunit
- output unit