public interface HasTime
Interface for PROV objects that have time.
In PROV, time instants are defined according to xsd:dateTime.
Relevant class
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getTime()
Get time instant
|
void |
setTime(XMLGregorianCalendar time)
Set time instant
|
XMLGregorianCalendar getTime()
XMLGregorianCalendarvoid setTime(XMLGregorianCalendar time)
time - Copyright © 2015. All rights reserved.