Uses of Class
org.dmg.pmml.Timestamp
-
Packages that use Timestamp Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of Timestamp in org.dmg.pmml
Methods in org.dmg.pmml that return Timestamp Modifier and Type Method Description TimestampTimestamp. addContent(java.lang.Object... content)TimestampObjectFactory. createTimestamp()Create an instance ofTimestampTimestampHeader. getTimestamp()Methods in org.dmg.pmml with parameters of type Timestamp Modifier and Type Method Description HeaderHeader. setTimestamp(Timestamp timestamp)VisitorActionVisitor. visit(Timestamp timestamp) -
Uses of Timestamp in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return Timestamp Modifier and Type Method Description TimestampTimeValue. getTimestamp()Methods in org.dmg.pmml.time_series with parameters of type Timestamp Modifier and Type Method Description TimeValueTimeValue. setTimestamp(Timestamp timestamp) -
Uses of Timestamp in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Timestamp Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Timestamp timestamp)
-