Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.algo.planning | |
com.interpss.core.algo.planning.impl | |
com.interpss.core.algo.planning.util |
Modifier and Type | Method and Description |
---|---|
static PlanningChangeSubstation |
PlanningNetObjectFactory.createPlanningChangeSubstation(PlanningAclfNetwork planNet,
java.lang.String subId,
PlanningChangeType type,
java.time.LocalDateTime time)
Create an PlanningChangeSubstation object
|
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 |
---|---|
PlanningChangeSubstation |
PlanningAlgorithmFactory.createPlanningChangeSubstation()
Returns a new object of class 'Planning Change Substation'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
PlanningPeriodAclfNet.calChangeSubstationList()
calculate planning change substation list for the time period.
|
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
PlanningAclfNetwork.calChangeSubstationList(java.time.LocalDateTime startTime)
calculate planning change substation list for the start time
|
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
PlanningAclfNetwork.getChangeSubList()
Returns the value of the 'Change Sub List' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningChangeSubstationImpl
An implementation of the model object 'Planning Change Substation'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
PlanningAclfNetworkImpl.changeSubList
The cached value of the '
Change Sub List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
PlanningChangeSubstation |
PlanningAlgorithmFactoryImpl.createPlanningChangeSubstation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
PlanningPeriodAclfNetImpl.calChangeSubstationList() |
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
PlanningAclfNetworkImpl.calChangeSubstationList(java.time.LocalDateTime startTime) |
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
PlanningAclfNetworkImpl.getChangeSubList() |
Modifier and Type | Method and Description |
---|---|
T |
PlanningAlgorithmSwitch.casePlanningChangeSubstation(PlanningChangeSubstation object)
Returns the result of interpreting the object as an instance of 'Planning Change Substation'.
|