|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl.TargetID
public class TargetID
A target-ID class. Can also store time information.
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 |
---|
public short ID
public double time
Constructor Detail |
---|
public TargetID(short ID)
Method Detail |
---|
public TargetID copy()
copy
in interface Copyable<TargetID>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |