public interface LoadNetData
extends org.eclipse.emf.ecore.EObject
The following features are supported:
LoadAnalysisPackage.getLoadNetData()| Modifier and Type | Method and Description |
|---|---|
java.util.List<?> |
getLfConvergeStatusList()
Returns the value of the 'Lf Converge Status List' attribute.
|
double |
getSchedulePeriodLength()
Returns the value of the 'Schedule Period Length' attribute.
|
java.lang.String |
getSchedulePeriodUnit()
Returns the value of the 'Schedule Period Unit' attribute.
|
int |
getSchedulePoints()
Returns the value of the 'Schedule Points' attribute.
|
double |
getTotalLossKwHr()
Returns the value of the 'Total Loss Kw Hr' attribute.
|
void |
setLfConvergeStatusList(java.util.List<?> value)
Sets the value of the '
Lf Converge Status List' attribute. |
void |
setSchedulePeriodLength(double value)
Sets the value of the '
Schedule Period Length' attribute. |
void |
setSchedulePeriodUnit(java.lang.String value)
Sets the value of the '
Schedule Period Unit' attribute. |
void |
setSchedulePoints(int value)
Sets the value of the '
Schedule Points' attribute. |
void |
setTotalLossKwHr(double value)
Sets the value of the '
Total Loss Kw Hr' attribute. |
int getSchedulePoints()
"0".
If the meaning of the 'Schedule Points' attribute isn't clear, there really should be more of a description here...
setSchedulePoints(int),
LoadAnalysisPackage.getLoadNetData_SchedulePoints()void setSchedulePoints(int value)
Schedule Points' attribute.
value - the new value of the 'Schedule Points' attribute.getSchedulePoints()double getSchedulePeriodLength()
"1".
If the meaning of the 'Schedule Period Length' attribute isn't clear, there really should be more of a description here...
setSchedulePeriodLength(double),
LoadAnalysisPackage.getLoadNetData_SchedulePeriodLength()void setSchedulePeriodLength(double value)
Schedule Period Length' attribute.
value - the new value of the 'Schedule Period Length' attribute.getSchedulePeriodLength()java.lang.String getSchedulePeriodUnit()
"Hour".
If the meaning of the 'Schedule Period Unit' attribute isn't clear, there really should be more of a description here...
setSchedulePeriodUnit(String),
LoadAnalysisPackage.getLoadNetData_SchedulePeriodUnit()void setSchedulePeriodUnit(java.lang.String value)
Schedule Period Unit' attribute.
value - the new value of the 'Schedule Period Unit' attribute.getSchedulePeriodUnit()double getTotalLossKwHr()
If the meaning of the 'Total Loss Kw Hr' attribute isn't clear, there really should be more of a description here...
setTotalLossKwHr(double),
LoadAnalysisPackage.getLoadNetData_TotalLossKwHr()void setTotalLossKwHr(double value)
Total Loss Kw Hr' attribute.
value - the new value of the 'Total Loss Kw Hr' attribute.getTotalLossKwHr()java.util.List<?> getLfConvergeStatusList()
If the meaning of the 'Lf Converge Status List' attribute isn't clear, there really should be more of a description here...
setLfConvergeStatusList(List),
LoadAnalysisPackage.getLoadNetData_LfConvergeStatusList()void setLfConvergeStatusList(java.util.List<?> value)
Lf Converge Status List' attribute.
value - the new value of the 'Lf Converge Status List' attribute.getLfConvergeStatusList()