jmri.jmrix.rps
Class Receiver

java.lang.Object
  extended by jmri.jmrix.rps.Receiver

public class Receiver
extends Object

Holds all the state information for a single receiver.

Author:
Bob Jacobsen Copyright (C) 2008

Constructor Summary
Receiver(Point3d position)
           
 
Method Summary
 int getLastTime()
           
 int getMaxTime()
           
 int getMinTime()
           
 Point3d getPosition()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setLastTime(int m)
           
 void setMaxTime(int m)
           
 void setMinTime(int m)
           
 void setPosition(Point3d position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Receiver

public Receiver(Point3d position)
Method Detail

setPosition

public void setPosition(Point3d position)

getPosition

public Point3d getPosition()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

getLastTime

public int getLastTime()

setLastTime

public void setLastTime(int m)

getMinTime

public int getMinTime()

setMinTime

public void setMinTime(int m)

getMaxTime

public int getMaxTime()

setMaxTime

public void setMaxTime(int m)


Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads