public interface DclfAlgoGen extends GenRef<AclfGen>
The following features are supported:
DclfAlgoAdapterPackage.getDclfAlgoGen()| Modifier and Type | Method and Description |
|---|---|
double |
adjustment(DclfGenAdjustType adjType)
adjust generator output status without the amout spec, for example, turn-on/off.
|
double |
adjustment(DclfGenAdjustType adjType,
double adjAmount)
adjust generator output by the amount.
|
double |
getAdjust()
Returns the value of the 'Adjust' attribute.
|
double |
getGenP()
return gen 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, setStatusChangeInfoeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetdouble getAdjust()
"0.0".
dclf gen adjustment (into net as positive direction) wrt the ref AclfGen.p
setAdjust(double),
DclfAlgoAdapterPackage.getDclfAlgoGen_Adjust()void setAdjust(double value)
Adjust' attribute.
value - the new value of the 'Adjust' attribute.getAdjust()DclfAlgoBus getParentDclfAlgoBus()
Gen List'.
Reference to parent DclfAlgoBus object
setParentDclfAlgoBus(DclfAlgoBus),
DclfAlgoAdapterPackage.getDclfAlgoGen_ParentDclfAlgoBus(),
DclfAlgoBus.getGenList()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(DclfGenAdjustType adjType)
adjType - gen adjustment type
double adjustment(DclfGenAdjustType adjType, double adjAmount)
adjType - gen adjustment typeadjAmount - gen adjustment amount
double getGenP()