Uses of Interface
com.pervasive.datarush.tokens.scalar.NumericSettable
-
Packages that use NumericSettable 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.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of NumericSettable in com.pervasive.datarush.ports.physical
Subinterfaces of NumericSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
NumericOutputField
A numeric valued field of a record output port. -
Uses of NumericSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return NumericSettable Modifier and Type Method Description NumericSettable
MutableNumericTokenSequence. getTokenSetter(int index)
NumericSettable
NumericTokenList. getTokenSetter(int index)
NumericSettable
SparseNumericTokenList. getTokenSetter(int index)
-
Uses of NumericSettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement NumericSettable Modifier and Type Class Description class
NumericRegister
A mutableNumericValued
object.
-