de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl
Class TargetID
java.lang.Object
de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl.TargetID
- All Implemented Interfaces:
- Copyable<TargetID>
- Direct Known Subclasses:
- MotionModelID
@ALDMetaInfo(export=ALLOWED)
public class TargetID
- extends Object
- implements Copyable<TargetID>
A target-ID class. Can also store time information.
- Author:
- Oliver Gress
Field Summary |
short |
ID
Target ID |
double |
time
A variable to store time information |
Constructor Summary |
TargetID(short ID)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public short ID
- Target ID
time
public double time
- A variable to store time information
TargetID
public TargetID(short ID)
- Constructor.
copy
public TargetID copy()
- Specified by:
copy
in interface Copyable<TargetID>
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.