DRCL J-Sim API

drcl.inet.sensorsim
Class SensorPositionReportContract

java.lang.Object
  extended bydrcl.comp.Contract
      extended bydrcl.inet.sensorsim.SensorPositionReportContract

public class SensorPositionReportContract
extends Contract

This class implements the contract between mobility model and position tracker.

Version:
1.0, 12/19/2003
Author:
Ahmed Sobeih

Nested Class Summary
static class SensorPositionReportContract.Message
          This class implements the underlying message of the contract.
 
Field Summary
static SensorPositionReportContract INSTANCE
           
 
Fields inherited from class drcl.comp.Contract
Role_INITIATOR, Role_PEER, Role_REACTOR
 
Constructor Summary
SensorPositionReportContract()
           
SensorPositionReportContract(int role_)
           
 
Method Summary
 java.lang.Object getContractContent()
          Returns the content of this contract (format?).
 java.lang.String getName()
           
static void report(double X_, double Y_, double Z_, Port out_)
           
 
Methods inherited from class drcl.comp.Contract
getRole, match, setRole
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SensorPositionReportContract INSTANCE
Constructor Detail

SensorPositionReportContract

public SensorPositionReportContract()

SensorPositionReportContract

public SensorPositionReportContract(int role_)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Contract

getContractContent

public java.lang.Object getContractContent()
Description copied from class: Contract
Returns the content of this contract (format?).

Specified by:
getContractContent in class Contract

report

public static void report(double X_,
                          double Y_,
                          double Z_,
                          Port out_)

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~