public interface DclfAlgoLoad extends LoadRef<AclfLoad>
The following features are supported:
DclfAlgoAdapterPackage.getDclfAlgoLoad()
Modifier and Type | Method and Description |
---|---|
double |
adjustment(DclfLoadAdjustType adjType,
double adjAmount)
adjust load output by the amount.
|
double |
getAdjust()
Returns the value of the 'Adjust' attribute.
|
double |
getLoadP()
return Load power, including the adjustment
|
DclfAlgoBus |
getParentDclfAlgoBus()
Returns the value of the 'Parent Dclf Algo Bus' container reference.
|
void |
setAdjust(double value)
Sets the value of the '
Adjust ' attribute. |
void |
setParentDclfAlgoBus(DclfAlgoBus value)
Sets the value of the '
Parent Dclf Algo Bus ' container reference. |
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
double getAdjust()
"0.0"
.
dclf load adjustment (into net as positive direction) wrt the ref AclfLoad.p
setAdjust(double)
,
DclfAlgoAdapterPackage.getDclfAlgoLoad_Adjust()
void setAdjust(double value)
Adjust
' attribute.
value
- the new value of the 'Adjust' attribute.getAdjust()
DclfAlgoBus getParentDclfAlgoBus()
Load List
'.
Reference to parent DclfAlgoBus object
setParentDclfAlgoBus(DclfAlgoBus)
,
DclfAlgoAdapterPackage.getDclfAlgoLoad_ParentDclfAlgoBus()
,
DclfAlgoBus.getLoadList()
void setParentDclfAlgoBus(DclfAlgoBus value)
Parent Dclf Algo Bus
' container reference.
value
- the new value of the 'Parent Dclf Algo Bus' container reference.getParentDclfAlgoBus()
double adjustment(DclfLoadAdjustType adjType, double adjAmount)
adjType
- load adjustment typeadjAmount
- load adjustment amount
double getLoadP()