de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl
Class TargetID

java.lang.Object
  extended by de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl.TargetID
All Implemented Interfaces:
Copyable<TargetID>
Direct Known Subclasses:
MotionModelID

public class TargetID
extends java.lang.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.
 
Method Summary
 TargetID copy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public short ID
Target ID


time

public double time
A variable to store time information

Constructor Detail

TargetID

public TargetID(short ID)
Constructor.

Method Detail

copy

public TargetID copy()
Specified by:
copy in interface Copyable<TargetID>