Uses of Interface
com.pervasive.datarush.tokens.scalar.DurationValued
-
Packages that use DurationValued 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 DurationValued in com.pervasive.datarush.ports.physical
Subinterfaces of DurationValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
DurationInputField
A duration valued field of a record input port. -
Uses of DurationValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of DurationValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
DurationValuedIterator
AScalarValuedIterator
over duration values.Methods in com.pervasive.datarush.sequences.scalar that return DurationValued Modifier and Type Method Description DurationValued
DurationTokenList. getToken(int index)
DurationValued
DurationTokenSequence. getToken(int index)
DurationValued
SparseDurationTokenList. getToken(int index)
-
Uses of DurationValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type DurationValued Modifier and Type Method Description static String
TokenUtils. asString(DurationValued value)
Formats a duration value as a string suitable for output.static int
TokenUtils. compare(DurationValued value1, DurationValued value2)
Indicates the relative ordering of two duration values in ascending order.static boolean
TokenUtils. equal(DurationValued value1, DurationValued value2)
Indicates whether two duration values are equal.static int
TokenUtils. hashCode(DurationValued value)
Computes a hash code for a duration value. -
Uses of DurationValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement DurationValued Modifier and Type Class Description class
DurationRegister
A mutableDurationValued
object.class
DurationToken
An immutableDurationValued
object.class
NullToken
An null token.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type DurationValued Constructor Description DurationToken(DurationValued value)
Constructs a new token with the duration value in the given container.
-