Uses of Interface
com.pervasive.datarush.tokens.scalar.TimeValued
-
Packages that use TimeValued Package Description com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of TimeValued in com.pervasive.datarush.ports.physical
Subinterfaces of TimeValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceTimeInputFieldA time valued field of a record input port. -
Uses of TimeValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of TimeValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interfaceTimeValuedIteratorAScalarValuedIteratorover time values.Methods in com.pervasive.datarush.sequences.scalar that return TimeValued Modifier and Type Method Description TimeValuedSparseTimeTokenList. getToken(int index)TimeValuedTimeTokenList. getToken(int index)TimeValuedTimeTokenSequence. getToken(int index) -
Uses of TimeValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type TimeValued Modifier and Type Method Description static StringTokenUtils. asString(TimeValued value)Formats a time value as a string suitable for output.static intTokenUtils. compare(TimeValued value1, TimeValued value2)Indicates the relative ordering of two time values in ascending order.static booleanTokenUtils. equal(TimeValued value1, TimeValued value2)Indicates whether two time values are equal.static intTokenUtils. hashCode(TimeValued value)Computes a hash code for a time value. -
Uses of TimeValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement TimeValued Modifier and Type Class Description classNullTokenAn null token.classTimeRegisterA mutableTimeValuedobject.classTimeTokenAn immutableTimeValuedobject.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimeValued Modifier and Type Method Description static StringDateTimeUtils. format(TimeValued value)Converts a time of day value into an ISO8601 time formatted string.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type TimeValued Constructor Description TimeToken(TimeValued value)Constructs a new token with the time value in the given container.
-