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