|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.comp.Message
drcl.inet.sensorsim.SensorRadioPropagationQueryContract.Message
This class implements the underlying message of the contract.
| Constructor Summary | |
SensorRadioPropagationQueryContract.Message()
|
|
SensorRadioPropagationQueryContract.Message(double Pr_)
Constructs the reply message |
|
SensorRadioPropagationQueryContract.Message(double Pt_,
double Xs_,
double Ys_,
double Zs_,
double Xr_,
double Yr_,
double Zr_)
Constructs the query message |
|
SensorRadioPropagationQueryContract.Message(double Pt_,
double Xs_,
double Ys_,
double Zs_,
double Xr_,
double Yr_,
double Zr_,
double Pr_)
|
|
| Method Summary | |
java.lang.Object |
clone()
Returns a clone of this object. |
Contract |
getContract()
Returns the associated contract of this message. |
double |
getPr()
|
double |
getPt()
|
double |
getXr()
|
double |
getXs()
|
double |
getYr()
|
double |
getYs()
|
double |
getZr()
|
double |
getZs()
|
java.lang.String |
toString(java.lang.String separator_)
Prints the content of the message by separating each field with the separator string. |
| Methods inherited from class drcl.comp.Message |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SensorRadioPropagationQueryContract.Message()
public SensorRadioPropagationQueryContract.Message(double Pt_,
double Xs_,
double Ys_,
double Zs_,
double Xr_,
double Yr_,
double Zr_)
public SensorRadioPropagationQueryContract.Message(double Pt_,
double Xs_,
double Ys_,
double Zs_,
double Xr_,
double Yr_,
double Zr_,
double Pr_)
public SensorRadioPropagationQueryContract.Message(double Pr_)
| Method Detail |
public java.lang.Object clone()
ObjectCloneable
clone in interface ObjectCloneableclone in class Messagepublic Contract getContract()
Message
getContract in class Messagepublic double getXs()
public double getYs()
public double getZs()
public double getXr()
public double getYr()
public double getZr()
public double getPt()
public double getPr()
public java.lang.String toString(java.lang.String separator_)
Message
toString in class Message
|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||