com.yobotics.simulationconstructionset.simulatedSensors
Class LidarClearCommand

java.lang.Object
  extended by com.yobotics.simulationconstructionset.simulatedSensors.LidarClearCommand

public class LidarClearCommand
extends java.lang.Object


Nested Class Summary
static class LidarClearCommand.LidarTree
           
 
Field Summary
 LidarClearCommand.LidarTree lidarTree
           
 
Constructor Summary
LidarClearCommand()
           
LidarClearCommand(LidarClearCommand.LidarTree lidarTree)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 LidarClearCommand.LidarTree getLidarTree()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lidarTree

public LidarClearCommand.LidarTree lidarTree
Constructor Detail

LidarClearCommand

public LidarClearCommand()

LidarClearCommand

public LidarClearCommand(LidarClearCommand.LidarTree lidarTree)
Method Detail

getLidarTree

public LidarClearCommand.LidarTree getLidarTree()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object