|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.emulator.hw.RFFrontEndConfiguration
public class RFFrontEndConfiguration
| Field Summary | |
|---|---|
protected double |
downLoss
|
protected String |
id
|
protected double |
upLoss
|
| Constructor Summary | |
|---|---|
RFFrontEndConfiguration(String id,
double upLoss,
double downLoss)
|
|
| Method Summary | |
|---|---|
double |
getDownLoss()
|
String |
getID()
|
double |
getUpLoss()
|
static RFFrontEndConfiguration |
parse(Element portDefElement)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected double upLoss
protected double downLoss
| Constructor Detail |
|---|
public RFFrontEndConfiguration(String id,
double upLoss,
double downLoss)
| Method Detail |
|---|
public String getID()
public double getUpLoss()
public double getDownLoss()
public static RFFrontEndConfiguration parse(Element portDefElement)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||