| Modifier and Type | Method and Description |
|---|---|
static Zone |
CoreObjectFactory.createZone()
Create a Zone object
|
static Zone |
CoreObjectFactory.createZone(long number,
Network<?,?> net)
Create a Zone object, if the zone number exists, just return
|
| Modifier and Type | Method and Description |
|---|---|
static AcscBranch |
CoreObjectFactory.createAcscBranch(Branch branch,
Area area,
Zone zone)
Create an AcscBranch object
|
static AcscBus |
CoreObjectFactory.createAcscBus(Bus bus,
Area area,
Zone zone,
AcscNetwork net)
Create an AcscBus object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Zone> |
IAclfAreaZone.neighborZones(Zone zone)
get neighboring zones
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Zone> |
IAclfAreaZone.neighborZones(Zone zone)
get neighboring zones
|
org.apache.commons.math3.complex.Complex |
IAclfAreaZone.powerZoneExport(Zone zone)
Calculate power export of the zone
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Zone> |
BaseAclfNetworkImpl.neighborZones(Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Zone> |
BaseAclfNetworkImpl.neighborZones(Zone zone) |
org.apache.commons.math3.complex.Complex |
BaseAclfNetworkImpl.powerZoneExport(Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Zone> |
CommonLangFactoryImpl.createZoneListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
CoreUtilFunc.getZoneNumberAry(java.util.List<Zone> list)
get zone number array from a list of zone objects
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
NetFactory.createZone()
Returns a new object of class 'Zone'.
|
Zone |
NetworkedElement.getZone()
Returns the value of the 'Zone' reference.
|
Zone |
INetworkElement.getZone(long zoneNo)
Get the zone object with the specified area number and zone number.
|
Zone |
Area.getZone(long zoneNo)
Get the zone object with the specified area number and zone number.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Zone> |
Network.getZoneList()
Returns the value of the 'Zone List' containment reference list.
|
org.eclipse.emf.common.util.EList<Zone> |
Area.getZoneList()
Returns the value of the 'Zone List' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Network.addZone(Zone zone)
Add the zone object into the Network, if it not exists in the network.
|
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.
|
void |
NetworkedElement.setZone(Zone value)
Sets the value of the '
Zone' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ZoneImpl
An implementation of the model object 'Zone'.
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
NetFactoryImpl.createZone() |
Zone |
NetworkedElementImpl.getZone() |
Zone |
NetworkImpl.getZone(long zoneNo) |
Zone |
AreaImpl.getZone(long zoneNo) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Zone> |
NetworkImpl.getZoneList() |
org.eclipse.emf.common.util.EList<Zone> |
AreaImpl.getZoneList() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkImpl.addZone(Zone zone) |
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) |
void |
NetworkedElementImpl.setZone(Zone newZone) |
| Modifier and Type | Method and Description |
|---|---|
T |
NetSwitch.caseZone(Zone object)
Returns the result of interpreting the object as an instance of 'Zone'.
|