sk.robotics.rlcs.data
Class DetectionData.XmlMappable

java.lang.Object
  extended by sk.robotics.rlcs.data.DetectionData.XmlMappable
Enclosing class:
DetectionData

public class DetectionData.XmlMappable
extends java.lang.Object


Field Summary
 java.util.Collection<DetectionData.Robot.XmlMappable> robots
           
 long timestamp
           
 java.lang.String transform
           
 
Constructor Summary
DetectionData.XmlMappable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

public long timestamp

robots

public java.util.Collection<DetectionData.Robot.XmlMappable> robots

transform

public java.lang.String transform
Constructor Detail

DetectionData.XmlMappable

public DetectionData.XmlMappable()