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
|
static Zone |
CoreObjectFactory.createZone(java.lang.String id,
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 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<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.Optional<Zone> |
CommonLangFactoryImpl.createOptionalZoneFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.List<Zone> |
CommonLangFactoryImpl.createZoneListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.Map<java.lang.String,Zone> |
CommonLangFactoryImpl.createZoneMapFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
static long[] |
CoreUtilFunc.getZoneNumberAry(java.util.List<Zone> zoneList)
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 |
Area.getZone(long zoneNo)
Get the zone object with the specified area number and zone number.
|
Zone |
Network.getZone(long zoneNo)
Get the zone object by zone number.
|
Zone |
Network.getZone(java.lang.String zoneId)
Get the zone object by zone name
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Zone> |
Substation.getZone()
get Substation zone using the busList
|
org.eclipse.emf.common.util.EList<Zone> |
Area.getZoneList()
Returns the value of the 'Zone List' reference list.
|
java.util.Map<java.lang.String,Zone> |
Network.getZoneMap()
Returns the value of the 'Zone Map' attribute.
|
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 | Field and Description |
---|---|
protected Zone |
NetworkedElementImpl.zone
The cached value of the '
Zone ' reference. |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,Zone> |
NetworkImpl.ZONE_MAP_EDEFAULT
The default value of the '
Zone Map ' attribute. |
protected org.eclipse.emf.common.util.EList<Zone> |
AreaImpl.zoneList
The cached value of the '
Zone List ' reference list. |
protected java.util.Map<java.lang.String,Zone> |
NetworkImpl.zoneMap
The cached value of the '
Zone Map ' attribute. |
Modifier and Type | Method and Description |
---|---|
Zone |
NetFactoryImpl.createZone() |
Zone |
NetworkedElementImpl.getZone() |
Zone |
NetworkImpl.getZone(long zoneNo) |
Zone |
AreaImpl.getZone(long zoneNo) |
Zone |
NetworkImpl.getZone(java.lang.String zoneId) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Zone> |
SubstationImpl.getZone() |
org.eclipse.emf.common.util.EList<Zone> |
AreaImpl.getZoneList() |
java.util.Map<java.lang.String,Zone> |
NetworkImpl.getZoneMap() |
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'.
|
Modifier and Type | Method and Description |
---|---|
static Zone |
ZoneState.create() |
static Zone |
ZoneState.create(ZoneState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
ZoneState.map2EObject(ZoneState bean,
Zone eObj) |
static void |
ZoneState.readData(com.hazelcast.nio.ObjectDataInput in,
Zone eObj) |
void |
ZoneState.updateEObject(Zone eObj) |
static void |
ZoneState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Zone eObj) |
Constructor and Description |
---|
ZoneState(Zone eObj) |
Modifier and Type | Method and Description |
---|---|
static void |
RegDeviceContainerState.readData(com.hazelcast.nio.ObjectDataInput in,
Zone eObj) |
static void |
RegDeviceContainerState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Zone eObj) |