Uses of Interface
com.pervasive.datarush.tokens.scalar.PeriodValued
Packages that use PeriodValued
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
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.physicalModifier and TypeInterfaceDescriptioninterfaceA 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.scalarMethods in com.pervasive.datarush.sequences.scalar that return PeriodValued -
Uses of PeriodValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type PeriodValuedModifier and TypeMethodDescriptionstatic 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 PeriodValuedModifier and TypeClassDescriptionclassAn null token.final classA mutablePeriodValuedobject.final classAn immutablePeriodValuedobject.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type PeriodValuedModifierConstructorDescriptionPeriodToken(PeriodValued value) Constructs a new token with the period value in the given container.