public interface AclfBranchResultRec
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getAmpsFlow()
Returns the value of the 'Amps Flow' attribute.
|
double |
getAmpsLoadingPercent()
Returns the value of the 'Amps Loading Percent' attribute.
|
java.lang.String |
getDesc()
Returns the value of the 'Desc' attribute.
|
double |
getMvaFlow()
Returns the value of the 'Mva Flow' attribute.
|
double |
getMvaLoadingPercent()
Returns the value of the 'Mva Loading Percent' attribute.
|
double |
getPFlow()
Returns the value of the 'PFlow' attribute.
|
double |
getQFlow()
Returns the value of the 'QFlow' attribute.
|
BranchRatingRec |
getRating()
Returns the value of the 'Rating' containment reference.
|
void |
setAmpsFlow(double value)
Sets the value of the '
Amps Flow' attribute. |
void |
setAmpsLoadingPercent(double value)
Sets the value of the '
Amps Loading Percent' attribute. |
void |
setDesc(java.lang.String value)
Sets the value of the '
Desc' attribute. |
void |
setMvaFlow(double value)
Sets the value of the '
Mva Flow' attribute. |
void |
setMvaLoadingPercent(double value)
Sets the value of the '
Mva Loading Percent' attribute. |
void |
setPFlow(double value)
Sets the value of the '
PFlow' attribute. |
void |
setQFlow(double value)
Sets the value of the '
QFlow' attribute. |
void |
setRating(BranchRatingRec value)
Sets the value of the '
Rating' containment reference. |
java.lang.String getDesc()
If the meaning of the 'Desc' attribute isn't clear, there really should be more of a description here...
string for case descriptionsetDesc(String),
MCaseResultPackage.getAclfBranchResultRec_Desc()void setDesc(java.lang.String value)
Desc' attribute.
value - the new value of the 'Desc' attribute.getDesc()double getPFlow()
If the meaning of the 'PFlow' attribute isn't clear, there really should be more of a description here...
active power flowsetPFlow(double),
MCaseResultPackage.getAclfBranchResultRec_PFlow()void setPFlow(double value)
PFlow' attribute.
value - the new value of the 'PFlow' attribute.getPFlow()double getQFlow()
If the meaning of the 'QFlow' attribute isn't clear, there really should be more of a description here...
reactive power flowsetQFlow(double),
MCaseResultPackage.getAclfBranchResultRec_QFlow()void setQFlow(double value)
QFlow' attribute.
value - the new value of the 'QFlow' attribute.getQFlow()double getMvaFlow()
If the meaning of the 'Mva Flow' attribute isn't clear, there really should be more of a description here...
mva flowsetMvaFlow(double),
MCaseResultPackage.getAclfBranchResultRec_MvaFlow()void setMvaFlow(double value)
Mva Flow' attribute.
value - the new value of the 'Mva Flow' attribute.getMvaFlow()BranchRatingRec getRating()
If the meaning of the 'Rating' reference isn't clear, there really should be more of a description here...
branch mva and amps rating recordsetRating(BranchRatingRec),
MCaseResultPackage.getAclfBranchResultRec_Rating()void setRating(BranchRatingRec value)
Rating' containment reference.
value - the new value of the 'Rating' containment reference.getRating()double getMvaLoadingPercent()
If the meaning of the 'Mva Loading Percent' attribute isn't clear, there really should be more of a description here...
mva flow percentage regarding to branch mva ratingsetMvaLoadingPercent(double),
MCaseResultPackage.getAclfBranchResultRec_MvaLoadingPercent()void setMvaLoadingPercent(double value)
Mva Loading Percent' attribute.
value - the new value of the 'Mva Loading Percent' attribute.getMvaLoadingPercent()double getAmpsFlow()
If the meaning of the 'Amps Flow' attribute isn't clear, there really should be more of a description here...
current flowsetAmpsFlow(double),
MCaseResultPackage.getAclfBranchResultRec_AmpsFlow()void setAmpsFlow(double value)
Amps Flow' attribute.
value - the new value of the 'Amps Flow' attribute.getAmpsFlow()double getAmpsLoadingPercent()
If the meaning of the 'Amps Loading Percent' attribute isn't clear, there really should be more of a description here...
current flow percentage regarding to branch amps ratingsetAmpsLoadingPercent(double),
MCaseResultPackage.getAclfBranchResultRec_AmpsLoadingPercent()void setAmpsLoadingPercent(double value)
Amps Loading Percent' attribute.
value - the new value of the 'Amps Loading Percent' attribute.getAmpsLoadingPercent()