sk.robotics.rlcs.data
Class Position.XmlMappable

java.lang.Object
  extended by sk.robotics.rlcs.data.Position.XmlMappable
Direct Known Subclasses:
TimedPosition.XmlMappable
Enclosing class:
Position

public class Position.XmlMappable
extends java.lang.Object


Field Summary
 double h
           
 double x
           
 double y
           
 
Constructor Summary
Position.XmlMappable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

h

public double h
Constructor Detail

Position.XmlMappable

public Position.XmlMappable()