Uses of Class
org.epics.pvmanager.DataRecipe

Packages that use DataRecipe
org.epics.pvmanager

pvManager 

org.epics.pvmanager.expression Interfaces for the expressions PVManager can consume. 
 

Uses of DataRecipe in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return DataRecipe
 DataRecipe DataRecipeBuilder.build()
          Builds the recipe.
 DataRecipe DataRecipe.includeCollector(Collector<?> collector, java.util.Map<java.lang.String,ValueCache> caches)
          Creates a new recipe by adding the new collector and the new caches.
 DataRecipe DataRecipe.includeRecipe(DataRecipe dataRecipe)
          Creates a new recipe by adding the given recipe to this one.
 DataRecipe DataRecipe.withExceptionHandler(ExceptionHandler handler)
          Creates a new data recipe with the given handler.
 

Methods in org.epics.pvmanager with parameters of type DataRecipe
 void CompositeDataSource.connect(DataRecipe recipe)
           
 void DataSource.connect(DataRecipe recipe)
          Connects to a set of channels based on the given recipe.
 void CompositeDataSource.disconnect(DataRecipe recipe)
           
 void DataSource.disconnect(DataRecipe recipe)
          Disconnects the set of channels given by the recipe.
 DataRecipe DataRecipe.includeRecipe(DataRecipe dataRecipe)
          Creates a new recipe by adding the given recipe to this one.
 

Uses of DataRecipe in org.epics.pvmanager.expression
 

Methods in org.epics.pvmanager.expression that return DataRecipe
 DataRecipe DesiredRateExpression.getDataRecipe()
          The recipe for connect the channels for this expression.
 DataRecipe DesiredRateExpressionImpl.getDataRecipe()
          The recipe for connect the channels for this expression.
 DataRecipe DesiredRateReadWriteExpressionImpl.getDataRecipe()