Modifier and Type | Method and Description |
---|---|
static PlanningPeriodAclfNet |
PlanningNetObjectFactory.createPlanningPeriodAclfNet()
Create an PlanningPeriodAclfNet object
|
static PlanningPeriodAclfNet |
PlanningNetObjectFactory.createPlanningPeriodAclfNet(PlanningAclfNetwork planNet,
int periodNo)
Create an PlanningPeriodAclfNet object from a parent PlanningAclfNetwork object
|
Modifier and Type | Method and Description |
---|---|
PlanningPeriodAclfNet |
PlanningAlgorithmFactory.createPlanningPeriodAclfNet()
Returns a new object of class 'Planning Period Aclf Net'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PlanningPeriodAclfNet> |
PlanningAclfNetwork.getPlanPeriodAclfNet(int no)
get a PlanningAclfNet object by number
|
org.eclipse.emf.common.util.EList<PlanningPeriodAclfNet> |
PlanningAclfNetwork.getPlanPeriodAclfNetList()
Returns the value of the 'Plan Period Aclf Net List' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningPeriodAclfNetImpl
An implementation of the model object 'Period Aclf Net'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<PlanningPeriodAclfNet> |
PlanningAclfNetworkImpl.planPeriodAclfNetList
The cached value of the '
Plan Period Aclf Net List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
PlanningPeriodAclfNet |
PlanningAlgorithmFactoryImpl.createPlanningPeriodAclfNet() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PlanningPeriodAclfNet> |
PlanningAclfNetworkImpl.getPlanPeriodAclfNet(int no) |
org.eclipse.emf.common.util.EList<PlanningPeriodAclfNet> |
PlanningAclfNetworkImpl.getPlanPeriodAclfNetList() |
Modifier and Type | Method and Description |
---|---|
T |
PlanningAlgorithmSwitch.casePlanningPeriodAclfNet(PlanningPeriodAclfNet object)
Returns the result of interpreting the object as an instance of 'Planning Period Aclf Net'.
|
protected abstract void |
BasePlanningNetBuiler.processChangeBranches(PlanningPeriodAclfNet period)
Based on the planning change Branch info, update the time period AclfNet objects status.
|
protected abstract void |
BasePlanningNetBuiler.processChangeBuses(PlanningPeriodAclfNet period)
Based on the planning change Bus info, update the time period AclfNet objects status.
|
protected abstract void |
BasePlanningNetBuiler.processChangeSubstations(PlanningPeriodAclfNet period)
Based on the planning change Substation info, update the time period AclfNet objects status.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PlanningPeriodAclfNet> |
CommonLangFactoryImpl.createOptionalPlanningPeriodAclfNetFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |