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 interfaceDurationInputFieldA 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 interfaceDurationValuedIteratorAScalarValuedIteratorover duration values.Methods in com.pervasive.datarush.sequences.scalar that return DurationValued Modifier and Type Method Description DurationValuedDurationTokenList. getToken(int index)DurationValuedDurationTokenSequence. getToken(int index)DurationValuedSparseDurationTokenList. 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 StringTokenUtils. asString(DurationValued value)Formats a duration value as a string suitable for output.static intTokenUtils. compare(DurationValued value1, DurationValued value2)Indicates the relative ordering of two duration values in ascending order.static booleanTokenUtils. equal(DurationValued value1, DurationValued value2)Indicates whether two duration values are equal.static intTokenUtils. 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 classDurationRegisterA mutableDurationValuedobject.classDurationTokenAn immutableDurationValuedobject.classNullTokenAn 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.
-