public interface SenAnalysisBus
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DclfPackage.getSenAnalysisBus()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusId()
Returns the value of the 'Bus Id' attribute.
|
double |
getPercent()
Returns the value of the 'Percent' attribute.
|
void |
setBusId(java.lang.String value)
Sets the value of the '
Bus Id' attribute. |
void |
setPercent(double value)
Sets the value of the '
Percent' attribute. |
java.lang.String getBusId()
If the meaning of the 'Bus Id' attribute isn't clear, there really should be more of a description here...
bus idsetBusId(String),
DclfPackage.getSenAnalysisBus_BusId()void setBusId(java.lang.String value)
Bus Id' attribute.
value - the new value of the 'Bus Id' attribute.getBusId()double getPercent()
If the meaning of the 'Percent' attribute isn't clear, there really should be more of a description here...
contributing percentagesetPercent(double),
DclfPackage.getSenAnalysisBus_Percent()void setPercent(double value)
Percent' attribute.
value - the new value of the 'Percent' attribute.getPercent()