public interface PlanningPeriodAclfNet
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PlanningChangeBranch> |
calChangeBranchList()
calculate planning change branch list for the time period.
|
org.eclipse.emf.common.util.EList<PlanningChangeBus> |
calChangeBusList()
calculate planning change bus list for the time period.
|
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> |
calChangeSubstationList()
calculate planning change substation list for the time period.
|
AclfNetwork |
getAclfNet()
Returns the value of the 'Aclf Net' reference.
|
java.time.LocalDateTime |
getEndTime()
Returns the value of the 'End Time' attribute.
|
int |
getNo()
Returns the value of the 'No' attribute.
|
PlanningAclfNetwork |
getParentContainer()
Returns the value of the 'Parent Container' container reference.
|
java.time.LocalDateTime |
getStartTime()
Returns the value of the 'Start Time' attribute.
|
void |
setAclfNet(AclfNetwork value)
Sets the value of the '
Aclf Net ' reference. |
void |
setEndTime(java.time.LocalDateTime value)
Sets the value of the '
End Time ' attribute. |
void |
setNo(int value)
Sets the value of the '
No ' attribute. |
void |
setParentContainer(PlanningAclfNetwork value)
Sets the value of the '
Parent Container ' container reference. |
void |
setStartTime(java.time.LocalDateTime value)
Sets the value of the '
Start Time ' attribute. |
int getNo()
setNo(int)
,
PlanningAlgorithmPackage.getPlanningPeriodAclfNet_No()
void setNo(int value)
No
' attribute.
value
- the new value of the 'No' attribute.getNo()
java.time.LocalDateTime getStartTime()
setStartTime(LocalDateTime)
,
PlanningAlgorithmPackage.getPlanningPeriodAclfNet_StartTime()
void setStartTime(java.time.LocalDateTime value)
Start Time
' attribute.
value
- the new value of the 'Start Time' attribute.getStartTime()
java.time.LocalDateTime getEndTime()
setEndTime(LocalDateTime)
,
PlanningAlgorithmPackage.getPlanningPeriodAclfNet_EndTime()
void setEndTime(java.time.LocalDateTime value)
End Time
' attribute.
value
- the new value of the 'End Time' attribute.getEndTime()
AclfNetwork getAclfNet()
setAclfNet(AclfNetwork)
,
PlanningAlgorithmPackage.getPlanningPeriodAclfNet_AclfNet()
void setAclfNet(AclfNetwork value)
Aclf Net
' reference.
value
- the new value of the 'Aclf Net' reference.getAclfNet()
PlanningAclfNetwork getParentContainer()
Plan Period Aclf Net List
'.
an AclfNetwork object for this planning time period.
setParentContainer(PlanningAclfNetwork)
,
PlanningAlgorithmPackage.getPlanningPeriodAclfNet_ParentContainer()
,
PlanningAclfNetwork.getPlanPeriodAclfNetList()
void setParentContainer(PlanningAclfNetwork value)
Parent Container
' container reference.
value
- the new value of the 'Parent Container' container reference.getParentContainer()
org.eclipse.emf.common.util.EList<PlanningChangeBus> calChangeBusList()
org.eclipse.emf.common.util.EList<PlanningChangeBranch> calChangeBranchList()
org.eclipse.emf.common.util.EList<PlanningChangeSubstation> calChangeSubstationList()