C
- the timestamped object class.public class TimeStampedObject<C> extends Object implements Serializable
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
(package private) C |
object
The object.
|
(package private) org.djunits.value.vdouble.scalar.Time.Abs |
timestamp
The time stamp.
|
Constructor and Description |
---|
TimeStampedObject(C object,
org.djunits.value.vdouble.scalar.Time.Abs timestamp) |
Modifier and Type | Method and Description |
---|---|
C |
getObject() |
org.djunits.value.vdouble.scalar.Time.Abs |
getTimestamp() |
final C object
final org.djunits.value.vdouble.scalar.Time.Abs timestamp
public TimeStampedObject(C object, org.djunits.value.vdouble.scalar.Time.Abs timestamp)
object
- the object.timestamp
- the time stamp.public final C getObject()
public final org.djunits.value.vdouble.scalar.Time.Abs getTimestamp()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.