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 interfacePeriodInputFieldA 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 interfacePeriodValuedIteratorAScalarValuedIteratorover period values.Methods in com.pervasive.datarush.sequences.scalar that return PeriodValued Modifier and Type Method Description PeriodValuedPeriodTokenList. getToken(int index)PeriodValuedPeriodTokenSequence. getToken(int index)PeriodValuedSparsePeriodTokenList. 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 StringTokenUtils. asString(PeriodValued value)Formats a period value as a string suitable for output.static intTokenUtils. compare(PeriodValued value1, PeriodValued value2)Indicates the relative ordering of two period values in ascending order.static booleanTokenUtils. equal(PeriodValued value1, PeriodValued value2)Indicates whether two period values are equal.static intTokenUtils. 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 classNullTokenAn null token.classPeriodRegisterA mutablePeriodValuedobject.classPeriodTokenAn immutablePeriodValuedobject.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.
-