Modifier and Type | Method and Description |
---|---|
static Substation |
CoreObjectFactory.createSubstation()
Create a Substation object
|
static Substation |
CoreObjectFactory.createSubstation(java.lang.String name,
Network<?,?> net)
Create a Substation object, if the Substation name exists, just return
|
Modifier and Type | Method and Description |
---|---|
static PlanningChangeSubstation |
PlanningNetObjectFactory.createPlanningChangeSubstation(Substation aclfSub)
Create an PlanningChangeSubstation object
|
static PlanningChangeSubstation |
PlanningNetObjectFactory.createPlanningChangeSubstation(Substation aclfSub,
PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeSubstation object
|
Modifier and Type | Method and Description |
---|---|
<TSub extends Substation> |
PlanningAlgorithmSwitch.caseSubstationRef(SubstationRef<TSub> object)
Returns the result of interpreting the object as an instance of 'Substation Ref'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Substation> |
CommonLangFactoryImpl.createSubstationMapFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
Substation |
NetFactory.createSubstation()
Returns a new object of class 'Substation'.
|
Substation |
Bus.getSubstation()
Returns the value of the 'Substation' reference.
|
Substation |
Network.getSubstation(java.lang.String substationName)
Get the substation object by substation name
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Substation> |
Network.getSubstationMap()
Returns the value of the 'Substation Map' attribute.
|
java.util.Map<java.lang.String,Substation> |
Network.getSubstationMap(boolean inclChildNet)
Get the substation object by substation name
|
Modifier and Type | Method and Description |
---|---|
void |
Network.addSubstation(Substation substation)
Add the substation object into the Network, if it not exists in the network.
|
void |
Bus.setSubstation(Substation value)
Sets the value of the '
Substation ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
SubstationImpl
An implementation of the model object 'Substation'.
|
Modifier and Type | Field and Description |
---|---|
protected Substation |
BusImpl.substation
The cached value of the '
Substation ' reference. |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,Substation> |
NetworkImpl.SUBSTATION_MAP_EDEFAULT
The default value of the '
Substation Map ' attribute. |
protected java.util.Map<java.lang.String,Substation> |
NetworkImpl.substationMap
The cached value of the '
Substation Map ' attribute. |
Modifier and Type | Method and Description |
---|---|
Substation |
NetFactoryImpl.createSubstation() |
Substation |
BusImpl.getSubstation() |
Substation |
NetworkImpl.getSubstation(java.lang.String substationName) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Substation> |
NetworkImpl.getSubstationMap() |
java.util.Map<java.lang.String,Substation> |
NetworkImpl.getSubstationMap(boolean inclChildNet) |
Modifier and Type | Method and Description |
---|---|
void |
NetworkImpl.addSubstation(Substation substation) |
org.eclipse.emf.common.notify.NotificationChain |
BusImpl.basicSetSubstation(Substation newSubstation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BusImpl.setSubstation(Substation newSubstation) |
Modifier and Type | Method and Description |
---|---|
Substation |
NBEquipConnection.getSubstation()
Returns the value of the 'Substation' reference.
|
Substation |
NBSwitch.getSubstation()
Returns the value of the 'Substation' reference.
|
Substation |
NBNode.getSubstation()
Returns the value of the 'Substation' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NBEquipConnection.setSubstation(Substation value)
Sets the value of the '
Substation ' reference. |
void |
NBSwitch.setSubstation(Substation value)
Sets the value of the '
Substation ' reference. |
void |
NBNode.setSubstation(Substation value)
Sets the value of the '
Substation ' reference. |
Modifier and Type | Field and Description |
---|---|
protected Substation |
NBEquipConnectionImpl.substation
The cached value of the '
Substation ' reference. |
protected Substation |
NBNodeImpl.substation
The cached value of the '
Substation ' reference. |
protected Substation |
NBSwitchImpl.substation
The cached value of the '
Substation ' reference. |
Modifier and Type | Method and Description |
---|---|
Substation |
NBEquipConnectionImpl.getSubstation() |
Substation |
NBNodeImpl.getSubstation() |
Substation |
NBSwitchImpl.getSubstation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
NBEquipConnectionImpl.basicSetSubstation(Substation newSubstation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
NBNodeImpl.basicSetSubstation(Substation newSubstation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
NBSwitchImpl.basicSetSubstation(Substation newSubstation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
NBEquipConnectionImpl.setSubstation(Substation newSubstation) |
void |
NBNodeImpl.setSubstation(Substation newSubstation) |
void |
NBSwitchImpl.setSubstation(Substation newSubstation) |
Modifier and Type | Interface and Description |
---|---|
interface |
SubstationRef<TSub extends Substation>
A representation of the model object 'Substation Ref'.
|
Modifier and Type | Class and Description |
---|---|
class |
SubstationRefImpl<TSub extends Substation>
An implementation of the model object 'Substation Ref'.
|
Modifier and Type | Field and Description |
---|---|
protected TSub |
SubstationRefImpl.substation
The cached value of the '
Substation ' reference. |
Modifier and Type | Method and Description |
---|---|
<TSub extends Substation> |
NetRefSwitch.caseSubstationRef(SubstationRef<TSub> object)
Returns the result of interpreting the object as an instance of 'Substation Ref'.
|
Modifier and Type | Method and Description |
---|---|
T |
NetSwitch.caseSubstation(Substation object)
Returns the result of interpreting the object as an instance of 'Substation'.
|
Modifier and Type | Method and Description |
---|---|
static Substation |
SubstationState.create() |
static Substation |
SubstationState.create(SubstationState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
SubstationState.map2EObject(Substation eObj) |
static void |
SubstationState.readData(com.hazelcast.nio.ObjectDataInput in,
Substation eObj) |
void |
SubstationState.updateEObject(Substation eObj) |
static void |
SubstationState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Substation eObj) |
Constructor and Description |
---|
SubstationState(Substation eObj) |