Uses of Interface
info.oais.interfaces.infomodel.poss1Provenance.TimeStamp
Package | Description |
---|---|
info.oais.implementation.infomodel.poss1Provenance |
This package contains an implementation which should be useful for dealing with ProvenanceInformation.
|
info.oais.interfaces.infomodel.poss1Provenance |
This package contains interfaces which should be useful for dealing with ProvenanceInformation.
|
-
Uses of TimeStamp in info.oais.implementation.infomodel.poss1Provenance
Classes in info.oais.implementation.infomodel.poss1Provenance that implement TimeStamp Modifier and Type Class Description class
TimeStampImpl1
The time of the Step, which may include a duration, time system etc.Fields in info.oais.implementation.infomodel.poss1Provenance declared as TimeStamp Modifier and Type Field Description TimeStamp
ProvenanceStepImpl1. m_TimeStamp
Internal value for the TimeStampMethods in info.oais.implementation.infomodel.poss1Provenance that return TimeStamp Modifier and Type Method Description TimeStamp
ProvenanceStepImpl1. getTimeStamp()
Get the TimeStamp of the activity.Methods in info.oais.implementation.infomodel.poss1Provenance with parameters of type TimeStamp Modifier and Type Method Description void
ProvenanceStepImpl1. setTimeStamp(TimeStamp ts)
Set the Actor involved in the activity. -
Uses of TimeStamp in info.oais.interfaces.infomodel.poss1Provenance
Methods in info.oais.interfaces.infomodel.poss1Provenance that return TimeStamp Modifier and Type Method Description TimeStamp
ProvenanceStep. getTimeStamp()
Get the TimeStamp of the activity.Methods in info.oais.interfaces.infomodel.poss1Provenance with parameters of type TimeStamp Modifier and Type Method Description void
ProvenanceStep. setTimeStamp(TimeStamp ts)
Set the Actor involved in the activity.