Uses of Class
com.pervasive.datarush.util.Reference
Packages that use Reference
Package
Description
Provides operators for handling models.
Provides utilities useful in DataRush application development.
-
Uses of Reference in com.pervasive.datarush.operators.model
Methods in com.pervasive.datarush.operators.model that return ReferenceModifier and TypeMethodDescriptionGetModel.getModelReference()For advanced use only; returns the reference location where the model is to be set.PutModel.getModelReference()For advanced use only; returns the reference location where the model is to be obtained.Methods in com.pervasive.datarush.operators.model with parameters of type ReferenceModifier and TypeMethodDescriptionfinal voidGetModel.setModelReference(Reference<T> reference) For advanced use only; specifies a reference location where the model is to be set.final voidPutModel.setModelReference(Reference<T> reference) For advanced use only; sets the reference location where the model is to be obtained. -
Uses of Reference in com.pervasive.datarush.util
Methods in com.pervasive.datarush.util that return ReferenceModifier and TypeMethodDescriptionstatic <T> Reference<T>Reference.newInstance()Constructs a new reference object.