A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractCATestPhase - Class in org.epics.pvmanager.integration
Superclass for Channel Access tests.
AbstractCATestPhase() - Constructor for class org.epics.pvmanager.integration.AbstractCATestPhase
 
AbstractVBooleanVBooleanToVBooleanFormulaFunction - Class in org.epics.pvmanager.formula
Abstract class for formula functions that take two VBoolean as arguments and return a VBoolean.
AbstractVBooleanVBooleanToVBooleanFormulaFunction(String, String, String, String) - Constructor for class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
Creates a new function.
AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction - Class in org.epics.pvmanager.formula
Abstract class for formula functions that take two integer VNumber as arguments and return an integer VNumber.
AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction(String, String, String, String) - Constructor for class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
Creates a new function.
AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction - Class in org.epics.pvmanager.formula
Abstract class for formula functions that take two VNumberArray as arguments and return a VNumberArray.
AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction(String, String, String, String) - Constructor for class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
Creates a new function.
AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction - Class in org.epics.pvmanager.formula
Abstract class for formula functions that take a VNumber and a VNumberArray as arguments and return a VNumberArray.
AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction(String, String, String, String) - Constructor for class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
Creates a new function.
AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction - Class in org.epics.pvmanager.formula
Abstract class for formula functions that take a VNumberArray and a VNumber as arguments and return a VNumberArray.
AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction(String, String, String, String) - Constructor for class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
Creates a new function.
AbstractVNumberVNumberToVBooleanFormulaFunction - Class in org.epics.pvmanager.formula
Abstract class for formula functions that take two VNumber as arguments and return a VBoolean.
AbstractVNumberVNumberToVBooleanFormulaFunction(String, String, String, String) - Constructor for class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
Creates a new function.
accept(PVReader<T>, PVReaderEvent<T>) - Method in class org.epics.pvmanager.integration.PVReaderCondition
 
accept(PVReader<Object>, PVReaderEvent<Object>) - Method in class org.epics.pvmanager.integration.PVReaderValueCondition
 
adaptiveRange(boolean) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
True if the range for the display should be the automatically determined or should be desumed by the data.
add(T) - Method in class org.epics.pvmanager.expression.Cache
Adds a new value to the cache.
add(T) - Method in class org.epics.pvmanager.expression.Queue
 
add(DesiredRateExpression<T>) - Method in class org.epics.pvmanager.expression.ReadMap
Adds the expression to the map.
add(DesiredRateExpressionList<T>) - Method in class org.epics.pvmanager.expression.ReadMap
Adds the expressions to the map.
add(DesiredRateReadWriteExpression<R, W>) - Method in class org.epics.pvmanager.expression.ReadWriteMap
Adds the expression to the map.
add(DesiredRateReadWriteExpressionList<R, W>) - Method in class org.epics.pvmanager.expression.ReadWriteMap
Adds the expressions to the map.
add(WriteExpression<T>) - Method in class org.epics.pvmanager.expression.WriteMap
Adds the expression to the map.
add(WriteExpressionList<T>) - Method in class org.epics.pvmanager.expression.WriteMap
Adds the expressions to the map.
add(DesiredRateExpression<?>) - Method in class org.epics.pvmanager.extra.DynamicGroup
Adds the expression at the end.
add(Data) - Method in class org.epics.pvmanager.timecache.DataChunk
Add a data to the chunk.
add(IntervalsList, TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.IntervalsList
Add an intervals list and an interval.
add(IntervalsList, IntervalsList) - Static method in class org.epics.pvmanager.timecache.util.IntervalsList
Add two intervals lists.
add(Timestamp) - Method in class org.epics.pvmanager.timecache.util.TimestampsSet
Add a Timestamp to the set.
addArgument(String, String, Class<?>) - Method in class org.epics.pvmanager.exec.ExecServiceMethodDescription
Adds an argument for the query.
addArgument(String, String, Class<?>) - Method in class org.epics.pvmanager.jdbc.JDBCServiceMethodDescription
Adds an argument for the query.
addArgument(String, String, String, Class<?>) - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceMethodDescription
Adds an argument for pvAccess RPC rpcservice.
addArgument(String, String, Class<?>) - Method in class org.epics.pvmanager.service.ServiceMethodDescription
 
addChannel(String, ValueCache<?>) - Method in class org.epics.pvmanager.ReadRecipeBuilder
Adds a channel and its read cache to the recipe.
addChannel(String, WriteCache<?>) - Method in class org.epics.pvmanager.WriteRecipeBuilder
Adds a channel and its write cache to the recipe.
addData(Data) - Method in class org.epics.pvmanager.timecache.query.QueryChunk
 
addData(QueryData) - Method in class org.epics.pvmanager.timecache.query.QueryResultImpl
 
addFormulaFunction(FormulaFunction) - Method in class org.epics.pvmanager.formula.FormulaFunctionSetDescription
Adds a formula in the set.
additiveExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
addListener(DataRequestListener) - Method in class org.epics.pvmanager.timecache.DataRequestThread
addListener(DataStorageListener) - Method in class org.epics.pvmanager.timecache.impl.SimpleMemoryStorage
Adds a DataStorageListener to be notified when data is lost.
addListener(PVCacheListener) - Method in interface org.epics.pvmanager.timecache.PVCache
Add a PVCacheListener to be notified when new samples are available.
addListener(PVCacheListener) - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Add a PVCacheListener to be notified when new samples are available.
addListener(DataStorageListener) - Method in interface org.epics.pvmanager.timecache.storage.DataStorage
Adds a DataStorageListener to be notified when data is lost.
addPVReaderListener(PVReaderListener<? super R>) - Method in class org.epics.pvmanager.PV
 
addPVReaderListener(Class<?>, PVReaderListener) - Method in class org.epics.pvmanager.PV
 
addPVReaderListener(PVReaderListener<? super T>) - Method in interface org.epics.pvmanager.PVReader
Adds a listener to the value.
addPVReaderListener(Class<?>, PVReaderListener) - Method in interface org.epics.pvmanager.PVReader
Deprecated.
this method was rarely used and the functionalities can be replicated with an ad-hoc listener; with the addition of generic typing in the listener, this pollutes the interface for the remove
addPVWriteListener(PVWriter<V>) - Static method in class org.epics.pvmanager.test.MockPVWriteListener
 
addPVWriterListener(PVWriterListener<? extends W>) - Method in class org.epics.pvmanager.PV
 
addPVWriterListener(PVWriterListener<? extends T>) - Method in interface org.epics.pvmanager.PVWriter
Adds a listener to the value.
addReader(ChannelHandlerReadSubscription) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to add a read request on the channel managed by this handler.
addReader(PVReaderConfiguration<T>, TimeDuration) - Method in class org.epics.pvmanager.integration.TestPhase
 
addReader(ChannelHandlerReadSubscription) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
addReader(ChannelHandlerReadSubscription) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
addResult(String, String, Class<?>) - Method in class org.epics.pvmanager.service.ServiceMethodDescription
 
addRPCResult(String, String, String, Class<?>) - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceMethodDescription
Adds a result for the pvAccess RPC Service.
addServiceMethod(ExecServiceMethodDescription) - Method in class org.epics.pvmanager.exec.ExecServiceDescription
Adds a service method (i.e.
addServiceMethod(JDBCServiceMethodDescription) - Method in class org.epics.pvmanager.jdbc.JDBCServiceDescription
Adds a service method (i.e.
addServiceMethod(RPCServiceMethodDescription) - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceDescription
Adds a rpcservice method to the rpcservice.
addServiceMethod(ServiceMethod) - Method in class org.epics.pvmanager.service.ServiceDescription
 
addStats(String, PVCacheStatistics) - Method in class org.epics.pvmanager.timecache.CacheStatistics
 
addToSelf(TimeInterval) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Add an interval to the instance.
addToSelf(IntervalsList) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Add an intervals list to the instance.
addTypeSupport(TypeSupport<?>) - Static method in class org.epics.pvmanager.TypeSupport
Adds type support for the given class.
addWriter(ChannelHandlerWriteSubscription) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to prepare the channel managed by this handler for write.
addWriter(String, PVWriterConfiguration<T>) - Method in class org.epics.pvmanager.integration.TestPhase
 
addWriter(ChannelHandlerWriteSubscription) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
after(String...) - Method in class org.epics.pvmanager.expression.ChannelExpression
For writes only, marks that this channel should be written only after the given channels.
after(String...) - Method in class org.epics.pvmanager.expression.ChannelExpressionList
For writes only, marks that these channels should be written only after the given channels.
Aggregator<R,A> - Class in org.epics.pvmanager
Aggregates the data out of a Collector into a new data type.
Aggregator(ReadFunction<List<A>>) - Constructor for class org.epics.pvmanager.Aggregator
Creates a new aggregator.
Alarm - Interface in org.epics.vtype
Alarm information.
alarm_string - Static variable in class org.epics.pvmanager.integration.Constants
 
alarm_string_value - Static variable in class org.epics.pvmanager.integration.Constants
 
alarmEquals(Alarm, Alarm) - Static method in class org.epics.vtype.VTypeValueEquals
Tests whether two alarms have the same name and severity.
alarmNone() - Static method in class org.epics.vtype.ValueFactory
No alarm.
alarmOf(Object) - Static method in class org.epics.vtype.ValueUtil
Extracts the alarm information if present.
alarmOf(Object, boolean) - Static method in class org.epics.vtype.ValueUtil
Extracts the alarm information if present, based on value and connection status.
alarmSeverity - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
AlarmSeverity - Enum in org.epics.vtype
Severity of an alarm.
alarmSeverityMapLUT - Static variable in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
alarmStatus - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
alarmStatusMapLUT - Static variable in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
AlarmTimeDisplayExtractor - Class in org.epics.pvmanager.pva.adapters
 
AlarmTimeDisplayExtractor(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
AlarmTimeExtractor - Class in org.epics.pvmanager.pva.adapters
 
AlarmTimeExtractor(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
alarmToString(Alarm) - Static method in class org.epics.vtype.VTypeToString
Converts the given alarm to a string.
and(DesiredRateExpressionList<? extends R>) - Method in interface org.epics.pvmanager.expression.DesiredRateExpressionList
Adds the given expressions to this list.
and(DesiredRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.DesiredRateExpressionListImpl
 
and(DesiredRateReadWriteExpressionList<? extends R, ? extends W>) - Method in interface org.epics.pvmanager.expression.DesiredRateReadWriteExpressionList
Adds the given expressions to this list.
and(DesiredRateReadWriteExpressionList<? extends R, ? extends W>) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
and(DesiredRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
and(WriteExpressionList<? extends W>) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
and(SourceRateExpressionList<? extends R>) - Method in interface org.epics.pvmanager.expression.SourceRateExpressionList
Adds the given expressions to this list.
and(SourceRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.SourceRateExpressionListImpl
 
and(SourceRateReadWriteExpressionList<? extends R, ? extends W>) - Method in interface org.epics.pvmanager.expression.SourceRateReadWriteExpressionList
Adds the given expressions to this list.
and(SourceRateReadWriteExpressionList<? extends R, ? extends W>) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
and(SourceRateExpressionList<? extends R>) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
and(WriteExpressionList<? extends W>) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
and(WriteExpressionList<? extends W>) - Method in interface org.epics.pvmanager.expression.WriteExpressionList
Adds the given expressions to this list.
and(WriteExpressionList<? extends W>) - Method in class org.epics.pvmanager.expression.WriteExpressionListImpl
 
and(ExpressionLanguage.Filter<?>) - Method in class org.epics.pvmanager.ExpressionLanguage.Filter
Returns a new filter that is the logical AND of this and the given one.
andExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
ArgumentExpressions - Class in org.epics.pvmanager.graphene
 
ArgumentExpressions() - Constructor for class org.epics.pvmanager.graphene.ArgumentExpressions
 
arrange(TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns a re-arranged TimeInterval if borders order is reversed.
Array - Interface in org.epics.vtype
Multi dimensional array, which can be used for waveforms or more rich data.
Array2DDouble - Class in org.epics.vtype.ndarray
 
Array2DDouble(ListInt, boolean, boolean) - Constructor for class org.epics.vtype.ndarray.Array2DDouble
 
ArrayDimensionDisplay - Interface in org.epics.vtype
Cell boundaries and unit information needed for array display.
ArrayFunctionSet - Class in org.epics.pvmanager.formula
A set of functions to work with VNumberArrays.
ArrayFunctionSet() - Constructor for class org.epics.pvmanager.formula.ArrayFunctionSet
Creates a new set.
as(String) - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
Changes the name for this expression
as(String) - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
 
as(String) - Method in interface org.epics.pvmanager.expression.DesiredRateReadWriteExpression
 
as(String) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
as(String) - Method in interface org.epics.pvmanager.expression.SourceRateExpression
Changes the name for this expression
as(String) - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
as(String) - Method in interface org.epics.pvmanager.expression.SourceRateReadWriteExpression
 
as(String) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
as(String) - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
Changes the name for this expression
asListDouble(List<Object>) - Static method in class org.epics.pvmanager.util.FunctionParser
Convert the list of arguments to a ListDouble.
asListString(List<Object>) - Static method in class org.epics.pvmanager.util.FunctionParser
Convert the list of arguments to a List.
asScalarOrList(List<Object>) - Static method in class org.epics.pvmanager.util.FunctionParser
Converts the list of arguments into a scalar or an appropriate list.
async() - Method in class org.epics.pvmanager.PVWriterConfiguration
Creates a new PVWriter where the PVWriter.write(java.lang.Object) method is asynchronous (i.e.
asynchWriteAndMaxReadRate(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
Creates the pv such that writes are asynchronous and read notifications comes at most at the rate specified.
average - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
averageOf(SourceRateExpression<VDouble>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
Aggregates the sample at the scan rate and takes the average.
await(TimeDuration) - Method in class org.epics.pvmanager.test.CountDownPVReaderListener
Waits that the listener count goes to zero.
await(TimeDuration) - Method in class org.epics.pvmanager.test.CountDownPVWriterListener
Waits that the listener count goes to zero.
await(TimeDuration) - Method in class org.epics.pvmanager.test.CountDownWriteFunction
Waits that the listener count goes to zero.

B

b1_readLatestValue() - Method in class org.epics.pvmanager.sample.BasicExamples
 
b2_readAllValues() - Method in class org.epics.pvmanager.sample.BasicExamples
 
b3_asynchronousWrite() - Method in class org.epics.pvmanager.sample.BasicExamples
 
b4_synchronousWrite() - Method in class org.epics.pvmanager.sample.BasicExamples
 
b5_readAndWrite() - Method in class org.epics.pvmanager.sample.BasicExamples
 
b6_handlingErrorsOnNotification() - Method in class org.epics.pvmanager.sample.BasicExamples
 
b7_logAllErrors() - Method in class org.epics.pvmanager.sample.BasicExamples
 
b8_readTimeout() - Method in class org.epics.pvmanager.sample.BasicExamples
 
backgroundColor(int) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
The background color for the plot.
BaseGraphApp<T extends org.epics.graphene.Graph2DRendererUpdate<T>> - Class in org.epics.pvmanager.sample.graphene
 
BaseGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.BaseGraphApp
Creates new form SimpleScatterGraph
BasicExamples - Class in org.epics.pvmanager.sample
This is the code from the examples in the docs, to make sure it actually compiles
BasicExamples() - Constructor for class org.epics.pvmanager.sample.BasicExamples
 
BasicTypeSupport - Class in org.epics.pvmanager
Implements support for basic standard java types.
BubbleGraph2DExpression - Class in org.epics.pvmanager.graphene
 
BubbleGraph2DFunction - Class in org.epics.pvmanager.graphene
 
BubbleGraph2DFunction(ReadFunction<?>, ReadFunction<?>, ReadFunction<?>, ReadFunction<?>, ReadFunction<?>) - Constructor for class org.epics.pvmanager.graphene.BubbleGraph2DFunction
 
BubbleGraphApp - Class in org.epics.pvmanager.sample.graphene
 
BubbleGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
BubbleGraphDialog - Class in org.epics.pvmanager.sample.graphene
 
BubbleGraphDialog(Frame, boolean, BubbleGraphApp) - Constructor for class org.epics.pvmanager.sample.graphene.BubbleGraphDialog
Creates new form ScatterGraphDialog
bubbleGraphOf(DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
build() - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
Creates a new data source.
build(WriteFunction<Exception>, ConnectionCollector) - Method in class org.epics.pvmanager.ReadRecipeBuilder
Builds the recipe.
build(WriteFunction<Exception>, ConnectionCollector) - Method in class org.epics.pvmanager.WriteRecipeBuilder
Builds the recipe.
build() - Method in class org.epics.vtype.DisplayBuilder
Creates a new Display.

C

Cache<T> - Class in org.epics.pvmanager.expression
A cache expression.
Cache(int) - Constructor for class org.epics.pvmanager.expression.Cache
Creates a new cache expression.
Cache(SourceRateExpression<T>, int) - Constructor for class org.epics.pvmanager.expression.Cache
Creates a new cache expression.
Cache - Interface in org.epics.pvmanager.timecache
Cache main interface: creates and manages all PVCache.
cache - Static variable in class org.epics.pvmanager.timecache.CacheFactory
 
CacheCollector<T> - Class in org.epics.pvmanager
Collects value at read rate and keeps the last n.
CacheCollector(int) - Constructor for class org.epics.pvmanager.CacheCollector
A new cache collector with max size for the cache.
CacheFactory - Class in org.epics.pvmanager.timecache
Handles Cache singleton.
CacheFactory() - Constructor for class org.epics.pvmanager.timecache.CacheFactory
 
CacheHelper - Class in org.epics.pvmanager.timecache.util
Cache helper.
CacheHelper() - Constructor for class org.epics.pvmanager.timecache.util.CacheHelper
 
CacheImpl - Class in org.epics.pvmanager.timecache
 
CacheImpl() - Constructor for class org.epics.pvmanager.timecache.CacheImpl
 
cacheOf(Class<R>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A cache of objects of the given class.
CacheStatistics - Class in org.epics.pvmanager.timecache
Statistics of Cache.
CacheStatistics() - Constructor for class org.epics.pvmanager.timecache.CacheStatistics
 
CAIntegrationTest - Class in org.epics.pvmanager.integration
 
CAIntegrationTest() - Constructor for class org.epics.pvmanager.integration.CAIntegrationTest
 
calculate(List<A>) - Method in class org.epics.pvmanager.Aggregator
Calculates the new value from a set of collected value.
calculate(A) - Method in interface org.epics.pvmanager.ExpressionLanguage.OneArgFunction
Calculates the new value.
calculate(A1, A2) - Method in interface org.epics.pvmanager.ExpressionLanguage.TwoArgFunction
Calculates the new value.
calculate(List<Object>) - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
calculate(List<Object>) - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
calculate(List<Object>) - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
calculate(List<Object>) - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
calculate(List<Object>) - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
calculate(List<Object>) - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
calculate(List<Object>) - Method in interface org.epics.pvmanager.formula.FormulaFunction
Calculate the result of the function given the arguments.
canExport(Object) - Method in class org.epics.vtype.io.CSVIO
 
cell1DDatasetsFromVNumberArray(VNumberArray) - Static method in class org.epics.pvmanager.graphene.DatasetConversions
 
cell2DDatasetsFromVNumberArray(VNumberArray) - Static method in class org.epics.pvmanager.graphene.DatasetConversions
 
channel(String) - Static method in class org.epics.pvmanager.ExpressionLanguage
A channel with the given name of any type.
channel(String, Class<R>, Class<W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A channel with the given name and type.
channelConnections(String, int) - Method in class org.epics.pvmanager.integration.AbstractCATestPhase
 
channelCreated(Status, Channel) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
ChannelExpression<R,W> - Class in org.epics.pvmanager.expression
Represents a channel, which can be both read or written.
ChannelExpression(String, Class<R>, Class<W>) - Constructor for class org.epics.pvmanager.expression.ChannelExpression
An expression for a channel with the given name, which is expected to provide a read payload of readClass and accept a write payload of writeClass.
ChannelExpression(Class<R>, Class<W>) - Constructor for class org.epics.pvmanager.expression.ChannelExpression
Constructor for the null channel.
ChannelExpressionList<R,W> - Class in org.epics.pvmanager.expression
Represents a list of channel, which can be both read or written.
ChannelExpressionList(Collection<String>, Class<R>, Class<W>) - Constructor for class org.epics.pvmanager.expression.ChannelExpressionList
An expression for a list of channels with the given names, which are expected to provide a read payload of readClass and accept a write payload of writeClass.
channelFromFormula(String) - Static method in class org.epics.pvmanager.formula.ExpressionLanguage
If the formula represents a single channels it returns the name, null otherwise.
ChannelHandler - Class in org.epics.pvmanager
Manages the connection for each channel of a data source.
ChannelHandler(String) - Constructor for class org.epics.pvmanager.ChannelHandler
Creates a new channel handler.
channelHandlerLookupName(String) - Method in class org.epics.pvmanager.DataSource
Returns the lookup name to use to find the channel handler in the cache.
channelHandlerLookupName(String) - Method in class org.epics.pvmanager.loc.LocalDataSource
 
ChannelHandlerReadSubscription - Class in org.epics.pvmanager
Groups all the parameters required to add a reader to a ChannelHandler.
ChannelHandlerReadSubscription(ValueCache<?>, WriteFunction<Exception>, WriteFunction<Boolean>) - Constructor for class org.epics.pvmanager.ChannelHandlerReadSubscription
Creates the parameters for a new subscription.
channelHandlerRegisterName(String, ChannelHandler) - Method in class org.epics.pvmanager.DataSource
Returns the name the given handler should be registered as.
ChannelHandlerWriteSubscription - Class in org.epics.pvmanager
Groups all the parameters required to add a writer to a ChannelHandler.
ChannelHandlerWriteSubscription(WriteCache<?>, WriteFunction<Exception>, WriteFunction<Boolean>) - Constructor for class org.epics.pvmanager.ChannelHandlerWriteSubscription
Creates a new subscription.
channelPutConnect(Status, ChannelPut, Structure) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
ChannelReadRecipe - Class in org.epics.pvmanager
The recipe for the read connection to a single channel.
ChannelReadRecipe(String, ChannelHandlerReadSubscription) - Constructor for class org.epics.pvmanager.ChannelReadRecipe
Creates a new read recipe for the given channel.
channels(String...) - Static method in class org.epics.pvmanager.ExpressionLanguage
A list of channels with the given names of any type.
channels(Collection<String>, Class<R>, Class<W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A list of channels with the given names and type.
channels(Collection<String>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A list of channels with the given names of any type.
channelStateChange(Channel, Channel.ConnectionState) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
ChannelWriteCallback - Interface in org.epics.pvmanager
Called by the ChannelHandler once a write is completed.
ChannelWriteRecipe - Class in org.epics.pvmanager
The recipe for the write connection to a single channel.
ChannelWriteRecipe(String, ChannelHandlerWriteSubscription) - Constructor for class org.epics.pvmanager.ChannelWriteRecipe
Creates a new write recipe for the given channel.
channelWritten(Exception) - Method in interface org.epics.pvmanager.ChannelWriteCallback
Called when a write is completed.
CheckedReadFunction<T> - Class in org.epics.pvmanager.graphene
 
CheckedReadFunction(ReadFunction<?>, String, Class<T>) - Constructor for class org.epics.pvmanager.graphene.CheckedReadFunction
 
CheckedReadFunction(ReadFunction<?>, String, Class<? extends T>...) - Constructor for class org.epics.pvmanager.graphene.CheckedReadFunction
 
clear() - Method in class org.epics.pvmanager.expression.ReadMap
Removes all the expressions currently in the map.
clear() - Method in class org.epics.pvmanager.expression.ReadWriteMap
Removes all the expressions currently in the map.
clear() - Method in class org.epics.pvmanager.expression.WriteMap
Removes all the expressions currently in the map.
clear() - Method in class org.epics.pvmanager.extra.DynamicGroup
Removes all the expressions currently in the group.
clearData() - Method in class org.epics.pvmanager.timecache.query.QueryChunk
 
clearDataAndStatus() - Method in class org.epics.pvmanager.timecache.query.QueryChunk
 
close() - Method in class org.epics.pvmanager.CompositeDataSource
Closes all DataSources that are registered in the composite.
close() - Method in class org.epics.pvmanager.DataSource
Closes the DataSource and the resources associated with it.
close() - Method in class org.epics.pvmanager.jca.JCADataSource
 
close() - Method in class org.epics.pvmanager.PV
 
close() - Method in class org.epics.pvmanager.pva.PVADataSource
 
close() - Static method in class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
Close the factory and its pools
close() - Method in interface org.epics.pvmanager.PVReader
De-registers all listeners, stops all notifications and closes all connections from the data sources needed by this.
close() - Method in interface org.epics.pvmanager.PVWriter
De-registers all listeners, stops all notifications and closes all connections from the data sources needed by this.
close() - Method in class org.epics.pvmanager.PVWriterDirector
 
close() - Method in interface org.epics.pvmanager.timecache.query.Query
Query can be disposed.
close() - Method in class org.epics.pvmanager.timecache.query.QueryImpl
Query can be disposed.
Collector<I,O> - Interface in org.epics.pvmanager
A collector can be written from one thread and read from another and provides the point where two subsystems and their rate can be decoupled.
color(double, Display) - Method in class org.epics.pvmanager.extra.ColorScheme
Calculate the color for the value according to the ranges and puts it into the colors buffer.
colorFor(AlarmSeverity) - Static method in class org.epics.vtype.ValueUtil
Returns the rgb value for the given severity.
ColorScheme - Class in org.epics.pvmanager.extra
 
ColorScheme() - Constructor for class org.epics.pvmanager.extra.ColorScheme
 
colorScheme(ColorScheme) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
The color scheme to convert a value to an rgb pixel in the plot.
column(String, DesiredRateExpressionList<?>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A column for an aggregated vTable.
Column - Class in org.epics.vtype.table
 
Column(String, Class<?>, boolean) - Constructor for class org.epics.vtype.table.Column
 
column(String, VNumberArray) - Static method in class org.epics.vtype.table.VTableFactory
 
column(String, VStringArray) - Static method in class org.epics.vtype.table.VTableFactory
 
column(String, ListNumberProvider) - Static method in class org.epics.vtype.table.VTableFactory
 
columnNames(VTable) - Static method in class org.epics.vtype.table.VTableFactory
 
columnTypes(VTable) - Static method in class org.epics.vtype.table.VTableFactory
 
command(String) - Method in class org.epics.pvmanager.exec.ExecServiceMethodDescription
 
compareTo(Data) - Method in class org.epics.pvmanager.timecache.source.SourceData
compareTo(Data) - Method in class org.epics.pvmanager.timecache.storage.MemoryStoredData
CompositeDataSource - Class in org.epics.pvmanager
A data source that can dispatch a request to multiple different data sources.
CompositeDataSource() - Constructor for class org.epics.pvmanager.CompositeDataSource
Creates a new CompositeDataSource.
conditionalAndExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
conditionalExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
conditionalOrExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
ConfigurationExamples - Class in org.epics.pvmanager.sample
Examples for basic configuration of pvmanager
ConfigurationExamples() - Constructor for class org.epics.pvmanager.sample.ConfigurationExamples
 
connect() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the handler to open the connection.
connect() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
connectExpression(WriteExpression<?>) - Method in class org.epics.pvmanager.PVWriterDirector
Connects the given expression.
CONNECTION_MASK - Static variable in class org.epics.pvmanager.PVReaderEvent
Mask for a connection event.
CONNECTION_MASK - Static variable in class org.epics.pvmanager.PVWriterEvent
Mask for connection event.
ConnectionCollector - Class in org.epics.pvmanager
A specialized collector to handle multiple channels that can be added/removed dynamically and which gets translated to a single connection flag for a reader or writer.
ConnectionCollector() - Constructor for class org.epics.pvmanager.ConnectionCollector
 
connectRead(ReadRecipe) - Method in class org.epics.pvmanager.CompositeDataSource
 
connectRead(ReadRecipe) - Method in class org.epics.pvmanager.DataSource
Connects to a set of channels based on the given recipe.
connectRead(ReadRecipe) - Method in class org.epics.pvmanager.loc.LocalDataSource
 
connectRead(ReadRecipe) - Method in class org.epics.pvmanager.test.MockDataSource
 
connectReadExpression(DesiredRateExpression<?>) - Method in class org.epics.pvmanager.PVDirector
Connects the given expression.
connectStatic(Exception, boolean, String) - Method in class org.epics.pvmanager.PVWriterDirector
Simulate a static connection in which the channel name has one exception and the connection will never change.
connectStaticRead(Exception, boolean, String) - Method in class org.epics.pvmanager.PVDirector
Simulate a static connection in which the channel has one exception and the connection will never change.
connectWrite(WriteRecipe) - Method in class org.epics.pvmanager.CompositeDataSource
 
connectWrite(WriteRecipe) - Method in class org.epics.pvmanager.DataSource
Prepares the channels defined in the write recipe for writes.
connectWrite(WriteRecipe) - Method in class org.epics.pvmanager.loc.LocalDataSource
 
connectWrite(WriteRecipe) - Method in class org.epics.pvmanager.test.MockDataSource
 
const_double - Static variable in class org.epics.pvmanager.integration.Constants
 
const_double_value - Static variable in class org.epics.pvmanager.integration.Constants
 
const_enum - Static variable in class org.epics.pvmanager.integration.Constants
 
const_enum_value - Static variable in class org.epics.pvmanager.integration.Constants
 
const_int - Static variable in class org.epics.pvmanager.integration.Constants
 
const_int_value - Static variable in class org.epics.pvmanager.integration.Constants
 
const_string - Static variable in class org.epics.pvmanager.integration.Constants
 
const_string_value - Static variable in class org.epics.pvmanager.integration.Constants
 
constant(T) - Static method in class org.epics.pvmanager.ExpressionLanguage
Creates a constant expression that always return that object.
constant(T, String) - Static method in class org.epics.pvmanager.ExpressionLanguage
Creates a constant expression that always return that object, with the given name for the expression.
constant() - Method in class org.epics.pvmanager.formula.FormulaParser
 
Constants - Class in org.epics.pvmanager.integration
 
Constants() - Constructor for class org.epics.pvmanager.integration.Constants
 
contains(String) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Returns true if there is a FileFormat registered for the given file extension
contains(TimeInterval, TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns true if TimeInterval i1 contains TimeInterval i2, false otherwise (null border means infinity).
contains(Timestamp) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Check if the list contains a point.
contains(TimeInterval) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Check if the list contains an interval.
containsNull(Collection<Object>) - Static method in class org.epics.pvmanager.util.NullUtils
Checks whether the collection contains a null value.
convert - Static variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
converters - Static variable in class org.epics.pvmanager.pva.PVAVTypeAdapterSet
 
CountDownPVReaderListener - Class in org.epics.pvmanager.test
Read listener to wait that a certain number of notifications.
CountDownPVReaderListener(int) - Constructor for class org.epics.pvmanager.test.CountDownPVReaderListener
 
CountDownPVReaderListener(int, int) - Constructor for class org.epics.pvmanager.test.CountDownPVReaderListener
 
CountDownPVWriterListener<T> - Class in org.epics.pvmanager.test
Write listener to wait that a certain number of notifications.
CountDownPVWriterListener(int) - Constructor for class org.epics.pvmanager.test.CountDownPVWriterListener
 
CountDownWriteFunction - Class in org.epics.pvmanager.test
Read listener to wait that a certain number of notifications.
CountDownWriteFunction(int) - Constructor for class org.epics.pvmanager.test.CountDownWriteFunction
 
counter_double_100Hz - Static variable in class org.epics.pvmanager.integration.Constants
 
counter_double_1Hz - Static variable in class org.epics.pvmanager.integration.Constants
 
create(PVStructure) - Static method in class org.epics.pvmanager.pva.adapters.PVFieldToTimestamp
 
create(String, ChannelProvider, short, PVATypeSupport) - Static method in class org.epics.pvmanager.pva.PVAChannelHandler
 
createChannel(String) - Method in class org.epics.pvmanager.CompositeDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.DataSource
Creates a channel handler for the given name.
createChannel(String) - Method in class org.epics.pvmanager.file.FileDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.jca.JCADataSource
 
createChannel(String) - Method in class org.epics.pvmanager.loc.LocalDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.pva.PVADataSource
 
createChannel(String) - Method in class org.epics.pvmanager.sim.SimulationDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.sys.SystemDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.test.MockDataSource
 
createChannel(String) - Method in class org.epics.pvmanager.test.TestDataSource
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.BaseGraphApp
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.HistogramGraphApp
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.LineGraphApp
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphApp
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.MultilineGraphApp
 
createExpression(String) - Method in class org.epics.pvmanager.sample.graphene.ScatterGraphApp
 
createFromXml(InputStream) - Static method in class org.epics.pvmanager.exec.ExecServices
Creates a JDBCService based on the description of an XML file.
createFromXml(InputStream) - Static method in class org.epics.pvmanager.jdbc.JDBCServices
Creates a JDBCService based on the description of an XML file.
createFromXml(InputStream) - Static method in class org.epics.pvmanager.pva.rpcservice.RPCServices
Creates a pvAccess RPC Service based on the description in the XML file.
createListNumber(int) - Method in class org.epics.vtype.table.ListNumberProvider
 
createPVCache(String, Class<V>) - Static method in class org.epics.pvmanager.timecache.PVCacheFactory
 
createQuery(String, Class<V>, QueryParameters) - Method in interface org.epics.pvmanager.timecache.Cache
Creates a new Query.
createQuery(String, Class<V>, QueryParameters) - Method in class org.epics.pvmanager.timecache.CacheImpl
Creates a new Query.
createReadListener() - Method in class org.epics.pvmanager.integration.Log
 
createServices() - Method in class org.epics.pvmanager.exec.ExecXMLServiceFactory
Crawls the directory and creates JDBC services.
createServices() - Method in class org.epics.pvmanager.jdbc.JDBCXMLServiceFactory
Crawls the directory and creates JDBC services.
createServices() - Method in class org.epics.pvmanager.pva.rpcservice.PVARPCXMLServiceFactory
Crawls the directory and creates pvAccess RPC services.
createServices() - Method in interface org.epics.pvmanager.service.ServiceFactory
Returns a collection of services to be registered.
createSources(Class<V>) - Static method in class org.epics.pvmanager.timecache.source.DataSourceFactory
Build the list of DataSource corresponding to the specified type.
createStorage(Class<V>) - Static method in class org.epics.pvmanager.timecache.storage.DataStorageFactory
Build the list of DataStorage corresponding to the specified type.
createValue(DBR, DBR, JCAConnectionPayload) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
Given the value and the (optional) metadata, will create the new value.
createValue(PVStructure, PVField, boolean) - Method in class org.epics.pvmanager.pva.PVATypeAdapter
Given the value create the new value.
createVImage(PVScalarArray, NTNDArrayFunctionSet.NDColorMode, int[]) - Static method in class org.epics.pvmanager.pva.formula.NTNDArrayFunctionSet
 
createWriteListener(String) - Method in class org.epics.pvmanager.integration.Log
 
CSVFileFormat - Class in org.epics.pvmanager.file
A FileFormat for reading .csv files into VTables
CSVFileFormat() - Constructor for class org.epics.pvmanager.file.CSVFileFormat
 
CSVIO - Class in org.epics.vtype.io
 
CSVIO() - Constructor for class org.epics.vtype.io.CSVIO
 
cycleValidator(VTypeMatchMask, List<Object>) - Static method in class org.epics.pvmanager.integration.Validators
 

D

Data - Interface in org.epics.pvmanager.timecache
Represents a sample.
DataChunk - Class in org.epics.pvmanager.timecache
A chunk of Data ordered by Timestamp with a maximum size.
DataChunk() - Constructor for class org.epics.pvmanager.timecache.DataChunk
 
dataFormulaField - Variable in class org.epics.pvmanager.sample.graphene.BaseGraphApp
 
dataLoss(TimestampsSet) - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Informs that the specified set of Timestamp have been removed from storage.
dataLoss(TimestampsSet) - Method in interface org.epics.pvmanager.timecache.storage.DataStorageListener
Informs that the specified set of Timestamp have been removed from storage.
DataRequestListener - Interface in org.epics.pvmanager.timecache
DataRequestThread - Class in org.epics.pvmanager.timecache
Retrieves chunks from the specified DataSource, channel name and TimeInterval.
DataRequestThread(String, DataSource, TimeInterval) - Constructor for class org.epics.pvmanager.timecache.DataRequestThread
 
DatasetConversions - Class in org.epics.pvmanager.graphene
Utility class to convert VTypes into graphene datasets.
DatasetConversions() - Constructor for class org.epics.pvmanager.graphene.DatasetConversions
 
DataSource - Class in org.epics.pvmanager
A source for data that is going to be processed by the PVManager.
DataSource(boolean) - Constructor for class org.epics.pvmanager.DataSource
Creates a new data source.
dataSource(DataSource) - Method in class org.epics.pvmanager.jdbc.JDBCServiceDescription
The JDBC DataSource to use for database connection.
DataSource - Interface in org.epics.pvmanager.timecache.source
Retrieves samples from a source.
DataSourceFactory - Class in org.epics.pvmanager.timecache.source
DataSource factory.
DataSourceFactory() - Constructor for class org.epics.pvmanager.timecache.source.DataSourceFactory
 
DataSourceTypeAdapter<ConnectionPayload,MessagePayload> - Interface in org.epics.pvmanager
Matches and fills a cache with the data from connection and message payloads.
DataSourceTypeAdapterSet - Interface in org.epics.pvmanager
A set of type adapters.
DataSourceTypeSupport - Class in org.epics.pvmanager
The type support for a datasource.
DataSourceTypeSupport() - Constructor for class org.epics.pvmanager.DataSourceTypeSupport
 
DataStorage - Interface in org.epics.pvmanager.timecache.storage
Retrieves and stores samples from/to a storage.
DataStorageFactory - Class in org.epics.pvmanager.timecache.storage
DataStorage factory.
DataStorageFactory() - Constructor for class org.epics.pvmanager.timecache.storage.DataStorageFactory
 
DataStorageListener - Interface in org.epics.pvmanager.timecache.storage
DataStorage listener.
DataTypeSupport - Class in org.epics.pvmanager.vtype
Adds support for control system standard value types.
dbePropertySupported(boolean) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
Whether a separate monitor should be used for listening to metadata changes.
DEFAULT_MAX_ACTIVE - Static variable in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
 
defaultArrayDisplay(VNumberArray) - Static method in class org.epics.vtype.ValueUtil
Returns the default array dimension display by looking at the size of the n dimensional array and creating cell boundaries based on index.
defaultArrayDisplay(ListInt) - Static method in class org.epics.vtype.ValueUtil
Returns the default array dimension display given the size of the n dimensional array and creating cell boundaries based on index.
defaultCASetup() - Static method in class org.epics.pvmanager.sample.SetupUtil
 
defaultCASetupForSwing() - Static method in class org.epics.pvmanager.sample.SetupUtil
 
defaults() - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Defaults parameters for the waterfall plot.
DesiredRateExpression<R> - Interface in org.epics.pvmanager.expression
An expression to read at the desired rate.
DesiredRateExpressionImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateExpression.
DesiredRateExpressionImpl(SourceRateExpression<?>, Collector<?, R>, String) - Constructor for class org.epics.pvmanager.expression.DesiredRateExpressionImpl
Creates a new expression at the desired rate.
DesiredRateExpressionImpl(DesiredRateExpressionList<?>, ReadFunction<R>, String) - Constructor for class org.epics.pvmanager.expression.DesiredRateExpressionImpl
Creates a new aggregated expression.
DesiredRateExpressionList<R> - Interface in org.epics.pvmanager.expression
A list of expressions to read at the desired rate.
DesiredRateExpressionListImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateExpressionList.
DesiredRateExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.DesiredRateExpressionListImpl
Creates a new empty expression list.
DesiredRateReadWriteExpression<R,W> - Interface in org.epics.pvmanager.expression
An expression to write and to read at the desired rate.
DesiredRateReadWriteExpressionImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateReadWriteExpression.
DesiredRateReadWriteExpressionImpl(DesiredRateExpression<R>, WriteExpression<W>) - Constructor for class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
Creates an expression that can be both read at the desired rate and written.
DesiredRateReadWriteExpressionList<R,W> - Interface in org.epics.pvmanager.expression
An list of expressions to write and to read at the desired rate.
DesiredRateReadWriteExpressionListImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for DesiredRateReadWriteExpressionList.
DesiredRateReadWriteExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
dfa16 - Variable in class org.epics.pvmanager.formula.FormulaLexer
 
dfa8 - Variable in class org.epics.pvmanager.formula.FormulaLexer
 
disconnect() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Used by the handler to close the connection.
disconnect() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
disconnectCycle() - Method in class org.epics.pvmanager.integration.DisconnectTestPhase
 
disconnectCycle() - Method in class org.epics.pvmanager.integration.OutageTestPhase
 
disconnectCycle() - Method in class org.epics.pvmanager.integration.RestartTestPhase
 
disconnectExpression(WriteExpression<?>) - Method in class org.epics.pvmanager.PVWriterDirector
Disconnects the given expression.
disconnectRead(ReadRecipe) - Method in class org.epics.pvmanager.CompositeDataSource
 
disconnectRead(ReadRecipe) - Method in class org.epics.pvmanager.DataSource
Disconnects the set of channels given by the recipe.
disconnectRead(ReadRecipe) - Method in class org.epics.pvmanager.test.MockDataSource
 
disconnectReadExpression(DesiredRateExpression<?>) - Method in class org.epics.pvmanager.PVDirector
Disconnects the given expression.
DisconnectTestPhase - Class in org.epics.pvmanager.integration
Tests reconnects caused by a server restart.
DisconnectTestPhase() - Constructor for class org.epics.pvmanager.integration.DisconnectTestPhase
 
disconnectWrite(WriteRecipe) - Method in class org.epics.pvmanager.CompositeDataSource
 
disconnectWrite(WriteRecipe) - Method in class org.epics.pvmanager.DataSource
Releases the resources associated with the given write recipe.
disconnectWrite(WriteRecipe) - Method in class org.epics.pvmanager.test.MockDataSource
 
Display - Interface in org.epics.vtype
Limit and unit information needed for display and control.
displayBoolean() - Static method in class org.epics.vtype.ValueFactory
Returns a display from 0 to 1, suitable for booleans.
DisplayBuilder - Class in org.epics.vtype
Allows to build a Display object which can then be re-used to generate values with the same metadata.
DisplayBuilder() - Constructor for class org.epics.vtype.DisplayBuilder
Creates a new display builder.
displayEquals(Display, Display) - Static method in class org.epics.vtype.ValueUtil
Returns true if the two displays contain the same information.
displayHasValidDisplayLimits(Display) - Static method in class org.epics.vtype.ValueUtil
Checks whether the display limits are non-null and non-NaN.
displayNone() - Static method in class org.epics.vtype.ValueFactory
Empty display information.
displayOf(Object) - Static method in class org.epics.vtype.ValueUtil
Extracts the display information if present.
dispose() - Method in class org.epics.pvmanager.formula.StatefulFormulaFunction
Called when this instance of the formula is not needed anymore.
DoubleArrayTimeCache - Interface in org.epics.pvmanager.extra
 
DoubleArrayTimeCache.Data - Interface in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubleArray - Class in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubleArray(ReadFunction<? extends List<? extends VNumberArray>>) - Constructor for class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
DoubleArrayTimeCacheFromVDoubleArray.Data - Class in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubles - Class in org.epics.pvmanager.extra
 
DoubleArrayTimeCacheFromVDoubles(List<? extends ReadFunction<? extends List<? extends VNumber>>>) - Constructor for class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
DoubleArrayTimeCacheFromVDoubles.Data - Class in org.epics.pvmanager.extra
 
DynamicFormulaFunction - Class in org.epics.pvmanager.formula
Formula function that can add and remove dynamically access to pvs.
DynamicFormulaFunction() - Constructor for class org.epics.pvmanager.formula.DynamicFormulaFunction
 
DynamicGroup - Class in org.epics.pvmanager.extra
A expression that returns the result of a dynamically managed group.
DynamicGroup() - Constructor for class org.epics.pvmanager.extra.DynamicGroup
Creates a new group.

E

e1_pvManagerInCSS() - Method in class org.epics.pvmanager.sample.ConfigurationExamples
 
e2_pvManagerInSwing() - Method in class org.epics.pvmanager.sample.ConfigurationExamples
 
e3_configuringJcaAsDefaultDataSource() - Method in class org.epics.pvmanager.sample.ConfigurationExamples
 
e4_configuringMultipleDataSources() - Method in class org.epics.pvmanager.sample.ConfigurationExamples
 
Enum - Interface in org.epics.vtype
Metadata for enumerations.
EOF - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
EOF - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
equalityExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
equals(Object) - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
 
equals(Object) - Method in class org.epics.pvmanager.ChannelHandlerWriteSubscription
 
equals(Object) - Method in class org.epics.pvmanager.ChannelReadRecipe
 
equals(Object) - Method in class org.epics.pvmanager.ChannelWriteRecipe
 
equals(Object) - Method in class org.epics.pvmanager.ReadRecipe
 
equals(Object) - Method in class org.epics.pvmanager.timecache.source.SourceData
equals(Object) - Method in class org.epics.pvmanager.timecache.storage.MemoryStoredData
equals(Object) - Method in class org.epics.pvmanager.WriteRecipe
 
equalsOrBothNull(Object, Object) - Static method in class org.epics.pvmanager.util.NullUtils
Deprecated.
use Java7 method java.util.Objects.equals
EqualValueFilter - Class in org.epics.vtype.table
 
EqualValueFilter(List<VTable>, int[]) - Constructor for class org.epics.vtype.table.EqualValueFilter
 
ESC_SEQ - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
ESC_SEQ - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
Event - Interface in org.epics.pvmanager.integration
 
EXCEPTION_MASK - Static variable in class org.epics.pvmanager.PVReaderEvent
Mask for an error event.
EXCEPTION_MASK - Static variable in class org.epics.pvmanager.PVWriterEvent
Mask for error event.
ExceptionHandler - Class in org.epics.pvmanager
This class receives all the exceptions generated by a PV.
ExceptionHandler() - Constructor for class org.epics.pvmanager.ExceptionHandler
 
ExecService - Class in org.epics.pvmanager.exec
A pvmanager service based on command line execution.
ExecService(ExecServiceDescription) - Constructor for class org.epics.pvmanager.exec.ExecService
Creates a new execution service from the given service description.
ExecServiceDescription - Class in org.epics.pvmanager.exec
The description on how to construct an exec service.
ExecServiceDescription(String, String) - Constructor for class org.epics.pvmanager.exec.ExecServiceDescription
A new service description with the given service name and description.
ExecServiceMethodDescription - Class in org.epics.pvmanager.exec
The description for an executor service method (i.e.
ExecServiceMethodDescription(String, String) - Constructor for class org.epics.pvmanager.exec.ExecServiceMethodDescription
A new service method with the given name and description.
ExecServices - Class in org.epics.pvmanager.exec
Utility class to create JDBCServices.
execute() - Method in class org.epics.pvmanager.integration.TestPhase
 
execute(Map<String, Object>, WriteFunction<Map<String, Object>>, WriteFunction<Exception>) - Method in class org.epics.pvmanager.service.ServiceMethod
 
execute(Runnable) - Method in class org.epics.pvmanager.test.MockExecutor
 
executeMethod(Map<String, Object>, WriteFunction<Map<String, Object>>, WriteFunction<Exception>) - Method in class org.epics.pvmanager.service.ServiceMethod
 
Executors - Class in org.epics.pvmanager.util
Factory and utility methods to for the Executor framework.
Executors() - Constructor for class org.epics.pvmanager.util.Executors
 
executorService(ExecutorService) - Method in class org.epics.pvmanager.exec.ExecServiceDescription
The ExecutorService on which to execute the query.
executorService(ExecutorService) - Method in class org.epics.pvmanager.jdbc.JDBCServiceDescription
The ExecutorService on which to execute the query.
executorService(ExecutorService) - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceDescription
The ExecutorService on which to execute the rpc rpcservice.
ExecXMLServiceFactory - Class in org.epics.pvmanager.exec
A service factory that crawls a directory for xml files, and creates a JDBC service from each of them.
ExecXMLServiceFactory(File) - Constructor for class org.epics.pvmanager.exec.ExecXMLServiceFactory
Creates a new factory that reads from the given directory.
EXPONENT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
EXPONENT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
exponentialExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
export(Object, Writer) - Method in class org.epics.vtype.io.CSVIO
 
expression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
ExpressionLanguage - Class in org.epics.pvmanager
Operators to constructs expression of PVs that the PVManager will be able to monitor.
ExpressionLanguage - Class in org.epics.pvmanager.extra
PVManager expression language support for additional operations.
ExpressionLanguage - Class in org.epics.pvmanager.formula
Support for formula expressions.
ExpressionLanguage - Class in org.epics.pvmanager.graphene
 
ExpressionLanguage - Class in org.epics.pvmanager.timecache
PVManager expression language support for additional operations.
ExpressionLanguage - Class in org.epics.pvmanager.vtype
PVManager expression language support for value types.
ExpressionLanguage.Filter<T> - Class in org.epics.pvmanager
Filters a data stream, removing updates that match the given function.
ExpressionLanguage.Filter(Class<T>) - Constructor for class org.epics.pvmanager.ExpressionLanguage.Filter
Creates a filter which looks for and cases data objects of the given class.
ExpressionLanguage.Filter(Class<T>, boolean) - Constructor for class org.epics.pvmanager.ExpressionLanguage.Filter
Creates a filter which looks for and cases data objects of the given class.
ExpressionLanguage.OneArgFunction<R,A> - Interface in org.epics.pvmanager
A user provided single argument function.
ExpressionLanguage.TwoArgFunction<R,A1,A2> - Interface in org.epics.pvmanager
A user provided double argument function.
Expressions - Class in org.epics.pvmanager.expression
Utility class for expressions.
Expressions() - Constructor for class org.epics.pvmanager.expression.Expressions
 
extractRow(VTable, int) - Static method in class org.epics.vtype.table.VTableFactory
 

F

FileDataSource - Class in org.epics.pvmanager.file
Data source for locally written data.
FileDataSource() - Constructor for class org.epics.pvmanager.file.FileDataSource
Creates a new data source.
FileFormat - Interface in org.epics.pvmanager.file
A way to read and write an object with a particular file format.
FileFormatRegistry - Class in org.epics.pvmanager.file
Place to registers file formats so that the file datasource can use them.
FileFormatRegistry() - Constructor for class org.epics.pvmanager.file.FileFormatRegistry
 
fillReadRecipe(PVDirector, ReadRecipeBuilder) - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
Prepares the recipe to connect the channels needed by this expression.
fillReadRecipe(PVDirector, ReadRecipeBuilder) - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
 
fillReadRecipe(PVDirector, ReadRecipeBuilder) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
fillReadRecipe(PVDirector, ReadRecipeBuilder) - Method in class org.epics.pvmanager.expression.ReadMap
 
fillWriteRecipe(PVWriterDirector, WriteRecipeBuilder) - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
fillWriteRecipe(PVWriterDirector, WriteRecipeBuilder) - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
fillWriteRecipe(PVWriterDirector, WriteRecipeBuilder) - Method in interface org.epics.pvmanager.expression.WriteExpression
Prepares the recipe to connect the channels needed by this expression.
fillWriteRecipe(PVWriterDirector, WriteRecipeBuilder) - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
 
fillWriteRecipe(PVWriterDirector, WriteRecipeBuilder) - Method in class org.epics.pvmanager.expression.WriteMap
 
filter(T, T) - Method in class org.epics.pvmanager.ExpressionLanguage.Filter
Determines whether the new value should be filtered or not.
filterBy(ExpressionLanguage.Filter<?>, DesiredRateExpression<List<T>>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Filters a stream of updates with the given filter.
filterRow(int[]) - Method in class org.epics.vtype.table.EqualValueFilter
 
find(Collection<T>, ValueCache<?>, C) - Method in class org.epics.pvmanager.DataSourceTypeSupport
Given a collection of type datapters, finds the one that can store data in the cache given the channel information described in the connection payload.
find(ValueCache<?>, JCAConnectionPayload) - Method in class org.epics.pvmanager.jca.JCATypeSupport
Returns a matching type adapter for the given cache and channel.
find(ValueCache<?>, PVAChannelHandler) - Method in class org.epics.pvmanager.pva.PVATypeSupport
Returns a matching type adapter for the given cache and channel.
findArgTypeMatch(List<Class<?>>, Collection<FormulaFunction>) - Static method in class org.epics.pvmanager.formula.FormulaFunctions
Finds the functions that match the given types as arguments.
findFirstMatch(List<Object>, Collection<FormulaFunction>) - Static method in class org.epics.pvmanager.formula.FormulaFunctions
Finds the first function that can accept the given values as arguments.
findFunctions(String) - Method in class org.epics.pvmanager.formula.FormulaFunctionSet
Returns all the functions in the set with the given name.
findFunctions(String, Integer) - Method in class org.epics.pvmanager.formula.FormulaRegistry
Finds the registered function with the given name and that can accept the given number of arguments.
findFunctionSet(String) - Method in class org.epics.pvmanager.formula.FormulaRegistry
Returns the registered function set with the given name.
findNamedConstant(String) - Method in class org.epics.pvmanager.formula.FormulaRegistry
 
findNotificationSupportFor(T) - Static method in class org.epics.pvmanager.NotificationSupport
Retrieves the notification support based on the given value.
findService(String) - Method in class org.epics.pvmanager.service.ServiceRegistry
 
findServiceMethod(String, String) - Method in class org.epics.pvmanager.service.ServiceRegistry
 
findServiceMethod(String) - Method in class org.epics.pvmanager.service.ServiceRegistry
 
findTypeAdapter(ValueCache<?>, ConnectionPayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Finds the right adapter to use for the particular cache given the information of the channels in the connection payload.
findTypeAdapter(ValueCache<?>, PVAChannelHandler) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
findTypeSupportFor(Class<? extends TypeSupport>, Class<T>) - Static method in class org.epics.pvmanager.TypeSupport
Calculates and caches the type support for a particular class, so that introspection does not occur at every call.
Flipflop - Class in org.epics.pvmanager.sim
Function to simulate a boolean signal that turns on and off.
Flipflop() - Constructor for class org.epics.pvmanager.sim.Flipflop
Creates a flipflop that changes every 500 ms.
Flipflop(Double) - Constructor for class org.epics.pvmanager.sim.Flipflop
Creates a signal that turns on and off every interval.
FLOAT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
FLOAT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
focusDataIndex() - Method in class org.epics.pvmanager.graphene.Graph2DResult
 
FOLLOW_15_in_unaryExpressionNotPlusMinus929 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_16_in_equalityExpression470 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_17_in_multiplicativeExpression768 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_18_in_conditionalAndExpression276 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_19_in_andExpression392 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_20_in_functionExpression1059 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_20_in_parExpression1123 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_21_in_functionExpression1098 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_21_in_parExpression1127 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_22_in_multiplicativeExpression728 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_23_in_exponentialExpression846 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_24_in_additiveExpression650 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_25_in_functionExpression1079 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_26_in_additiveExpression670 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_26_in_unaryExpression886 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_27_in_multiplicativeExpression748 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_28_in_conditionalExpression160 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_29_in_relationalExpression528 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_29_in_relationalExpression572 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_30_in_relationalExpression530 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_30_in_relationalExpression552 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_31_in_equalityExpression450 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_32_in_relationalExpression550 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_32_in_relationalExpression592 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_33_in_conditionalExpression154 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_34_in_exponentialExpression826 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_35_in_inclusiveOrExpression334 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_36_in_conditionalOrExpression218 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_additiveExpression_in_relationalExpression512 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_additiveExpression_in_relationalExpression534 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_additiveExpression_in_relationalExpression556 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_additiveExpression_in_relationalExpression576 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_additiveExpression_in_relationalExpression596 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_andExpression_in_inclusiveOrExpression318 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_andExpression_in_inclusiveOrExpression338 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_conditionalAndExpression_in_conditionalOrExpression202 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_conditionalAndExpression_in_conditionalOrExpression222 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_conditionalExpression_in_conditionalExpression164 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_conditionalExpression_in_expression111 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_conditionalOrExpression_in_conditionalExpression138 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_constant_in_primary1032 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_EOF_in_formula86 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_EOF_in_singlePv59 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_equalityExpression_in_andExpression376 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_equalityExpression_in_andExpression396 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_exponentialExpression_in_multiplicativeExpression712 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_exponentialExpression_in_multiplicativeExpression732 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_exponentialExpression_in_multiplicativeExpression752 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_exponentialExpression_in_multiplicativeExpression772 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_expression_in_conditionalExpression158 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_expression_in_formula84 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_expression_in_functionExpression1063 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_expression_in_functionExpression1083 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_expression_in_parExpression1125 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_FLOAT_in_numericLiteral1189 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_FUNCTION_in_constant1235 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_FUNCTION_in_functionExpression1057 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_functionExpression_in_primary972 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_inclusiveOrExpression_in_conditionalAndExpression260 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_inclusiveOrExpression_in_conditionalAndExpression280 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_INT_in_numericLiteral1177 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_multiplicativeExpression_in_additiveExpression634 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_multiplicativeExpression_in_additiveExpression654 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_multiplicativeExpression_in_additiveExpression674 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_numericLiteral_in_primary1008 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_parExpression_in_primary984 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_primary_in_unaryExpressionNotPlusMinus947 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_pv_in_primary996 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_PV_in_pv1152 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_pv_in_singlePv57 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_relationalExpression_in_equalityExpression434 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_relationalExpression_in_equalityExpression454 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_relationalExpression_in_equalityExpression474 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_STRING_in_stringLiteral1212 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_stringLiteral_in_primary1020 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_unaryExpression_in_exponentialExpression810 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_unaryExpression_in_exponentialExpression830 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_unaryExpression_in_exponentialExpression850 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_unaryExpression_in_unaryExpression890 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_unaryExpression_in_unaryExpressionNotPlusMinus933 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
FOLLOW_unaryExpressionNotPlusMinus_in_unaryExpression904 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
format(String, List<String>) - Static method in class org.epics.pvmanager.formula.FormulaFunctions
Given the function name and a string representation of the arguments, returns the properly formatted string representation of the whole expression.
format - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
format(Timestamp) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns a formated String from the specified Timestamp.
format(TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns a formated String from the specified TimeInterval.
format(TimeDuration) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns a formated String from the specified TimeDuration.
format(NumberFormat) - Method in class org.epics.vtype.DisplayBuilder
Changes the number format.
format(Scalar, StringBuffer, FieldPosition) - Method in class org.epics.vtype.SimpleValueFormat
 
format(VNumberArray, StringBuffer, FieldPosition) - Method in class org.epics.vtype.SimpleValueFormat
Formats a numeric array.
format(List<String>, StringBuffer, FieldPosition) - Method in class org.epics.vtype.SimpleValueFormat
Formats a string array.
format(ListBoolean, StringBuffer, FieldPosition) - Method in class org.epics.vtype.SimpleValueFormat
Formats a boolean array.
format(Array, StringBuffer, FieldPosition) - Method in class org.epics.vtype.SimpleValueFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.epics.vtype.ValueFormat
Formats the given data object.
format(Scalar) - Method in class org.epics.vtype.ValueFormat
Formats an scalar.
format(Array) - Method in class org.epics.vtype.ValueFormat
Formats an array.
format(Scalar, StringBuffer, FieldPosition) - Method in class org.epics.vtype.ValueFormat
Formats a scalar.
format(Array, StringBuffer, FieldPosition) - Method in class org.epics.vtype.ValueFormat
Formats an array.
formatMessage(ValueCache<?>, Object, int, List<? extends DataSourceTypeAdapter<?, ?>>) - Method in class org.epics.pvmanager.DataSourceTypeSupport
Formats the error message in case of not unique match.
formatSignature(FormulaFunction) - Static method in class org.epics.pvmanager.formula.FormulaFunctions
Returns a string representation of the function that will include the function name, argument types, argument names and the result type.
formula(String) - Static method in class org.epics.pvmanager.formula.ExpressionLanguage
Returns the expression that will return the live value of the given formula.
formula(String, Class<T>) - Static method in class org.epics.pvmanager.formula.ExpressionLanguage
An expression that returns the value of the formula making sure it's of the given type.
formula() - Method in class org.epics.pvmanager.formula.FormulaParser
 
formulaArg(String) - Static method in class org.epics.pvmanager.formula.ExpressionLanguage
An expression that returns the value of the formula and return null for empty or null formula.
FormulaFunction - Interface in org.epics.pvmanager.formula
Definition for a function that can be integrated in the formula language.
FormulaFunctions - Class in org.epics.pvmanager.formula
A set of utility methods for formula functions.
FormulaFunctions() - Constructor for class org.epics.pvmanager.formula.FormulaFunctions
 
FormulaFunctionSet - Class in org.epics.pvmanager.formula
A set of functions that can be used in the formulas.
FormulaFunctionSet(FormulaFunctionSetDescription) - Constructor for class org.epics.pvmanager.formula.FormulaFunctionSet
Creates a new ser of functions to be registered in the formula language.
FormulaFunctionSetDescription - Class in org.epics.pvmanager.formula
The description for a function set to be used in formula language.
FormulaFunctionSetDescription(String, String) - Constructor for class org.epics.pvmanager.formula.FormulaFunctionSetDescription
A new function set description.
FormulaLexer - Class in org.epics.pvmanager.formula
 
FormulaLexer() - Constructor for class org.epics.pvmanager.formula.FormulaLexer
 
FormulaLexer(CharStream) - Constructor for class org.epics.pvmanager.formula.FormulaLexer
 
FormulaLexer(CharStream, RecognizerSharedState) - Constructor for class org.epics.pvmanager.formula.FormulaLexer
 
FormulaParser - Class in org.epics.pvmanager.formula
 
FormulaParser(TokenStream) - Constructor for class org.epics.pvmanager.formula.FormulaParser
 
FormulaParser(TokenStream, RecognizerSharedState) - Constructor for class org.epics.pvmanager.formula.FormulaParser
 
FormulaRegistry - Class in org.epics.pvmanager.formula
The registry to add functions that will be used by the formula parser.
FormulaRegistry() - Constructor for class org.epics.pvmanager.formula.FormulaRegistry
 
ForwardCache<T,R> - Class in org.epics.pvmanager
A cache that, after a value is put in the given value cache, calculates the value of the forward function and stores it in the forward writer, while locking on the forward function.
ForwardCache(ValueCache<T>, ReadFunction<R>, WriteFunction<R>) - Constructor for class org.epics.pvmanager.ForwardCache
Creates a new ForwardCache.
foundStoredData() - Method in class org.epics.pvmanager.timecache.PVCacheStatistics
 
from(DataSource) - Method in class org.epics.pvmanager.PVConfiguration
 
from(DataSource) - Method in class org.epics.pvmanager.PVReaderConfiguration
 
from(DataSource) - Method in class org.epics.pvmanager.PVWriterConfiguration
 
fromListNumber(ListNumber) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given ListNumber to a number JSON array.
fromListString(List<String>) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given List of String to a string JSON array.
fromListTimestamp(List<Timestamp>) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given List of Timestamp to a JSON array.
FUNCTION - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
FUNCTION - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
functionExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
FunctionParser - Class in org.epics.pvmanager.util
Utility class to parse variable names and create simulated signals.
FunctionParser() - Constructor for class org.epics.pvmanager.util.FunctionParser
 
functionsOf(DesiredRateExpressionList<?>) - Static method in class org.epics.pvmanager.expression.Expressions
Extract the list of functions from an expression list.

G

gaussian(double, double, double) - Static method in class org.epics.pvmanager.sim.GaussianWaveform
1D gaussian, centered on centerX and with the specified width.
GaussianNoise - Class in org.epics.pvmanager.sim
Function to simulate a signal that has a gaussian distribution.
GaussianNoise() - Constructor for class org.epics.pvmanager.sim.GaussianNoise
Creates a signal with a normal distribution (average zero and standard deviation one), updating every 100ms (10Hz).
GaussianNoise(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.GaussianNoise
Creates a signal with a gaussian distribution, updating at the rate specified.
GaussianWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a gaussian that moves to the left.
GaussianWaveform() - Constructor for class org.epics.pvmanager.sim.GaussianWaveform
Creates a gaussian wave of 100 samples, with period of 1 second, standard deviation of 100 samples, updating every 100ms (10Hz).
GaussianWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.GaussianWaveform
Creates a gaussian wave of given number of samples, with given period and standard, updating at the given rate
GenericExecService - Class in org.epics.pvmanager.exec
 
GenericExecService() - Constructor for class org.epics.pvmanager.exec.GenericExecService
 
getAbandonWhenPercentageFull() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
rpc clients that have been abandoned (timed out) wont get closed and reported up unless the number of rpc clients in use are above the percentage defined by abandonWhenPercentageFull.
getActive() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Returns the number of rpc clients that are in use
getAdapters() - Method in interface org.epics.pvmanager.DataSourceTypeAdapterSet
Returns a collation of adapters.
getAdapters() - Method in interface org.epics.pvmanager.jca.JCATypeAdapterSet
 
getAdapters() - Method in class org.epics.pvmanager.jca.JCAVTypeAdapterSet
 
getAdapters() - Method in interface org.epics.pvmanager.pva.PVATypeAdapterSet
 
getAdapters() - Method in class org.epics.pvmanager.pva.PVAVTypeAdapterSet
 
getAlarmName() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
getAlarmName() - Method in interface org.epics.vtype.Alarm
Returns a brief text representation of the highest currently active alarm.
getAlarmSeverity() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
getAlarmSeverity() - Method in interface org.epics.vtype.Alarm
Returns the alarm severity, which describes the quality of the value returned.
getArgumentDescriptions() - Method in class org.epics.pvmanager.service.ServiceMethod
 
getArgumentNames() - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
getArgumentNames() - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
getArgumentNames() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
getArgumentNames() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
getArgumentNames() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
getArgumentNames() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
getArgumentNames() - Method in interface org.epics.pvmanager.formula.FormulaFunction
The ordered list of the argument names.
getArgumentTypes() - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
getArgumentTypes() - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
getArgumentTypes() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
getArgumentTypes() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
getArgumentTypes() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
getArgumentTypes() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
getArgumentTypes() - Method in interface org.epics.pvmanager.formula.FormulaFunction
The ordered list of the arguments type.
getArgumentTypes() - Method in class org.epics.pvmanager.service.ServiceMethod
 
getArray(int) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getArray(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getArray(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getAsyncWriteExecutor() - Static method in class org.epics.pvmanager.PVManager
Returns the current executor on which the asynchronous calls are executed.
getAvailableData(TimeInterval) - Method in class org.epics.pvmanager.timecache.impl.SimpleMemoryStorage
Returns all available Data within the requested TimeInterval.
getAvailableData(TimeInterval) - Method in interface org.epics.pvmanager.timecache.storage.DataStorage
Returns all available Data within the requested TimeInterval.
getAverage() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
getAverage() - Method in interface org.epics.vtype.Statistics
The average.
getBegin() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getBegin() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getBegin() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getCache() - Static method in class org.epics.pvmanager.timecache.CacheFactory
 
getCache() - Method in class org.epics.pvmanager.timecache.query.QueryImpl
 
getCellBoundaries() - Method in interface org.epics.vtype.ArrayDimensionDisplay
Returns the boundaries of the cell in the given unit.
getChannel() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
The JCA channel.
getChannel() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
getChannelName() - Method in class org.epics.pvmanager.ChannelHandler
Returns the name of the channel.
getChannelName() - Method in class org.epics.pvmanager.ChannelReadRecipe
The name of the channel to read.
getChannelName() - Method in class org.epics.pvmanager.ChannelWriteRecipe
The name of the channel to read.
getChannelName() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Get pool's rpc client name
getChannelName() - Method in class org.epics.pvmanager.timecache.DataRequestThread
 
getChannelName() - Method in class org.epics.pvmanager.timecache.PVCacheImpl
 
getChannelName() - Method in class org.epics.pvmanager.WriteCache
The channel associated to this cache
getChannelReadRecipes() - Method in class org.epics.pvmanager.ReadRecipe
The recipes for each channel to connect.
getChannels() - Method in class org.epics.pvmanager.CompositeDataSource
 
getChannels() - Method in class org.epics.pvmanager.DataSource
Returns the channel handlers for this data source.
getChannelType() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
getChannelWriteRecipes() - Method in class org.epics.pvmanager.WriteRecipe
The channel recipes for this recipe.
getColorColumn() - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
getColorMap() - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
getColorScheme() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Color scheme used for the plot.
getColumnCount() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTNameValueToVTable
 
getColumnCount() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVTable
 
getColumnCount() - Method in interface org.epics.vtype.VTable
The number of columns in the table.
getColumnData(int) - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTNameValueToVTable
 
getColumnData(int) - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVTable
 
getColumnData(int) - Method in interface org.epics.vtype.VTable
The data for the given column.
getColumnName(int) - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTNameValueToVTable
 
getColumnName(int) - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVTable
 
getColumnName(int) - Method in interface org.epics.vtype.VTable
The name of the given column.
getColumnType(int) - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTNameValueToVTable
 
getColumnType(int) - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVTable
 
getColumnType(int) - Method in interface org.epics.vtype.VTable
The type of the elements in the column.
getCommand() - Method in class org.epics.pvmanager.test.MockExecutor
 
getCompletedIntervalsList() - Method in interface org.epics.pvmanager.timecache.PVCache
Get the completed intervals list.
getCompletedIntervalsList() - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Get the completed intervals list.
getConditions() - Method in interface org.epics.vtype.VExtendedAlarm
All the possible alarm conditions for the device, and whether they are on or off.
getConnectedReadRecipes() - Method in class org.epics.pvmanager.test.MockDataSource
 
getConnectedWriteRecipes() - Method in class org.epics.pvmanager.test.MockDataSource
 
getConnection() - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
getConnection(String, String) - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
getConnectionPayload() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
The last processes connection payload.
getConnectionWriteFunction() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The write function for the connection flag.
getConnectionWriteFunction() - Method in class org.epics.pvmanager.ChannelHandlerWriteSubscription
The write function for the connection flag.
getContext() - Method in class org.epics.pvmanager.jca.JCADataSource
The context used by the data source.
getCount() - Method in class org.epics.pvmanager.test.CountDownPVReaderListener
Current count.
getCount() - Method in class org.epics.pvmanager.test.CountDownPVWriterListener
Current count.
getCount() - Method in class org.epics.pvmanager.test.CountDownWriteFunction
Current count.
getCount() - Method in class org.epics.pvmanager.timecache.CacheImpl
 
getCount() - Method in interface org.epics.pvmanager.timecache.query.QueryData
The number of elements.
getCount() - Method in class org.epics.pvmanager.timecache.query.QueryDataBlank
The number of elements.
getCount() - Method in class org.epics.pvmanager.timecache.query.QueryDataComplete
The number of elements.
getCount() - Method in class org.epics.pvmanager.timecache.query.QueryDataNR
The number of elements.
getCounter() - Method in class org.epics.pvmanager.test.MockPVWriteListener
 
getCurrentReadRecipe() - Method in class org.epics.pvmanager.ReadExpressionTester
 
getData(Timestamp, Timestamp) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache
 
getData(Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
getData(Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
getData() - Method in class org.epics.pvmanager.graphene.Graph2DResult
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVIntArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVLongArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVShortArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVBooleanArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVByteArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVDoubleArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVFloatArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVIntArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVLongArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVShortArray
 
getData() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStringArray
 
getData(String, Timestamp) - Method in class org.epics.pvmanager.timecache.impl.SimpleFileDataSource
Read samples from source ordered by Timestamp and starting with the specified one.
getData(String, Timestamp) - Method in class org.epics.pvmanager.timecache.impl.SimpleMemoryStorage
Read samples from source ordered by Timestamp and starting with the specified one.
getData() - Method in interface org.epics.pvmanager.timecache.query.QueryData
 
getData() - Method in class org.epics.pvmanager.timecache.query.QueryDataBlank
getData() - Method in class org.epics.pvmanager.timecache.query.QueryDataComplete
getData() - Method in class org.epics.pvmanager.timecache.query.QueryDataNR
getData() - Method in interface org.epics.pvmanager.timecache.query.QueryResult
 
getData() - Method in class org.epics.pvmanager.timecache.query.QueryResultImpl
 
getData(String, Timestamp) - Method in interface org.epics.pvmanager.timecache.source.DataSource
Read samples from source ordered by Timestamp and starting with the specified one.
getData() - Method in interface org.epics.vtype.Array
Return the object containing the array data.
getData(int) - Method in class org.epics.vtype.table.Column
 
getData() - Method in interface org.epics.vtype.VBooleanArray
Return the object containing the array data.
getData() - Method in interface org.epics.vtype.VByteArray
Return the object containing the array data.
getData() - Method in interface org.epics.vtype.VDoubleArray
Return the object containing the array data.
getData() - Method in interface org.epics.vtype.VEnumArray
 
getData() - Method in interface org.epics.vtype.VFloatArray
 
getData() - Method in interface org.epics.vtype.VImage
Image buffer;
getData() - Method in interface org.epics.vtype.VIntArray
 
getData() - Method in interface org.epics.vtype.VLongArray
 
getData() - Method in interface org.epics.vtype.VNumberArray
 
getData() - Method in interface org.epics.vtype.VShortArray
 
getData() - Method in interface org.epics.vtype.VStringArray
 
getDataRange() - Method in class org.epics.pvmanager.graphene.GraphDataRange
 
getDatas() - Method in class org.epics.pvmanager.timecache.DataChunk
 
getDataSources() - Method in class org.epics.pvmanager.CompositeDataSource
Returns the data sources registered to this composite data source.
getDebugLevel() - Method in class org.epics.pvmanager.integration.TestPhase
 
getDefault() - Static method in class org.epics.pvmanager.file.FileFormatRegistry
The default registry.
getDefault() - Static method in class org.epics.pvmanager.formula.FormulaRegistry
Returns the default formula registry.
getDefault() - Static method in class org.epics.pvmanager.service.ServiceRegistry
 
getDefaultDataSource() - Method in class org.epics.pvmanager.CompositeDataSource
Returns which data source is used if no data source is specified in the channel name.
getDefaultDataSource() - Static method in class org.epics.pvmanager.PVManager
Returns the current default data source.
getDefaultNotificationExecutor() - Static method in class org.epics.pvmanager.PVManager
Returns the current default executor that will execute all notifications.
getDefaultNumberFormat() - Static method in class org.epics.vtype.ValueUtil
The default format for numbers.
getDefaultPriority() - Method in class org.epics.pvmanager.pva.PVADataSource
 
getDefaultTimestampFormat() - Static method in class org.epics.vtype.ValueUtil
The default object to format and parse timestamps.
getDefaultValueFormat() - Static method in class org.epics.vtype.ValueUtil
The default format for VTypes.
getDelegates() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
getDelegates() - Method in class org.epics.pvmanager.formula.FormulaParser
 
getDelimiter() - Method in class org.epics.pvmanager.CompositeDataSource
Returns the delimeter that divides the data source name from the channel name.
getDescription() - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
getDescription() - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
getDescription() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
getDescription() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
getDescription() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
getDescription() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
getDescription() - Method in interface org.epics.pvmanager.formula.FormulaFunction
Return the description of the function.
getDescription() - Method in class org.epics.pvmanager.formula.FormulaFunctionSet
Returns the description of the function set.
getDescription() - Method in class org.epics.pvmanager.service.Service
 
getDescription() - Method in class org.epics.pvmanager.service.ServiceMethod
 
getDesiredRateExpressionImpl() - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
The implementation of this expression.
getDesiredRateExpressionImpl() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
The implementation for this expression.
getDesiredRateExpressionImpl() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getDesiredRateExpressions() - Method in interface org.epics.pvmanager.expression.DesiredRateExpressionList
The expressions of this list.
getDesiredRateExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionListImpl
 
getDesiredRateExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
getDesiredRateReadWriteExpressions() - Method in interface org.epics.pvmanager.expression.DesiredRateReadWriteExpressionList
The expressions of this list.
getDesiredRateReadWriteExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVIntArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVLongArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVShortArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVByteArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVDoubleArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVFloatArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVIntArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVLongArray
 
getDimensionDisplay() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVShortArray
 
getDimensionDisplay() - Method in interface org.epics.vtype.VNumberArray
Returns the boundaries of each cell.
getDirector() - Method in class org.epics.pvmanager.formula.DynamicFormulaFunction
The director to use to connect/disconnect live data expressions.
getDisplay() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache
 
getDisplay() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
getDisplay() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
getDone(Status, Field) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
getDone(Status, ChannelPut, PVStructure, BitSet) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
getDouble(int) - Method in class org.epics.pvmanager.graphene.ListDoubleView
 
getDoubleValue(PVStructure, String, Double) - Static method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getEnd() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getEnd() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getEnd() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getEnd() - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Get the upper bound of the list.
getErrors() - Method in class org.epics.pvmanager.integration.Log
 
getEvent() - Method in interface org.epics.pvmanager.integration.Event
 
getEvent() - Method in class org.epics.pvmanager.integration.ReadEvent
 
getEvent() - Method in class org.epics.pvmanager.integration.WriteEvent
 
getEvent() - Method in class org.epics.pvmanager.jca.JCAMessagePayload
The event returned by the monitor.
getEvent() - Method in class org.epics.pvmanager.test.CountDownPVReaderListener
 
getEvent() - Method in class org.epics.pvmanager.test.CountDownPVWriterListener
The last notified event.
getEvents() - Method in class org.epics.pvmanager.integration.Log
 
getEventTime() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
Returns the local time of the connection event.
getException() - Method in class org.epics.pvmanager.test.CountDownWriteFunction
 
getExceptionWriteFunction() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The write function for exceptions.
getExceptionWriteFunction() - Method in class org.epics.pvmanager.ChannelHandlerWriteSubscription
The write function for connection/disconnection errors.
getExpression() - Method in class org.epics.pvmanager.ReadExpressionTester
 
getExpression() - Method in class org.epics.pvmanager.WriteExpressionTester
 
getExtractFieldName() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
getFieldNames() - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceMethodDescription
Get field names
getFieldType() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
 
getFileExtensions() - Method in class org.epics.pvmanager.file.CSVFileFormat
 
getFileExtensions() - Method in interface org.epics.pvmanager.file.FileFormat
The file extensions supported by this file format.
getFileExtensions() - Method in class org.epics.pvmanager.file.ImageFileFormat
 
getFileExtensions() - Method in class org.epics.pvmanager.file.json.JVTypeFileFormat
 
getFileExtensions() - Method in class org.epics.pvmanager.file.ListFileFormat
 
getFileFormatFor(String) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Find the registered FileFormat for the given file extension
getFormat() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getFormat() - Method in interface org.epics.vtype.Display
Returns a NumberFormat that creates a String with just the value (no units).
getFunction() - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
The function that calculates this expression.
getFunction() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
The function that calculates new values for this expression.
getFunction() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getFunction() - Method in interface org.epics.pvmanager.expression.SourceRateExpression
The function that calculates this expression.
getFunction() - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
getFunction() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getFunction() - Method in class org.epics.pvmanager.ReadExpressionTester
 
getFunctionNames() - Method in class org.epics.pvmanager.formula.FormulaFunctionSet
The names of all functions in this set.
getFunctions() - Method in class org.epics.pvmanager.formula.FormulaFunctionSet
Returns all functions in the set.
getGrammarFileName() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
getGrammarFileName() - Method in class org.epics.pvmanager.formula.FormulaParser
 
getHeight() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
The height of the plot in pixels.
getHeight() - Method in interface org.epics.vtype.VImage
Height of the image in pixels.
getHostName() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Get pool's host name
getIdle() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Returns the number of idle rpc clients
getImage() - Method in class org.epics.pvmanager.graphene.Graph2DResult
 
getImage() - Method in class org.epics.pvmanager.sample.ImagePanel
 
getIndex() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVEnum
 
getIndex(int, int) - Method in class org.epics.vtype.ndarray.Array2DDouble
 
getIndex() - Method in interface org.epics.vtype.VEnum
Return the index of the value in the list of labels.
getIndexes() - Method in interface org.epics.vtype.VEnumArray
Returns the indexes instead of the labels.
getInitialSize() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Returns the number of rpc clients that will be established when the rpc client pool is started.
getIntegratedRange() - Method in class org.epics.pvmanager.graphene.GraphDataRange
 
getInterpolationScheme() - Method in class org.epics.pvmanager.sample.graphene.LineGraphApp
 
getInterpolationScheme() - Method in class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphApp
 
getInterpolationScheme() - Method in class org.epics.pvmanager.sample.graphene.MultilineGraphApp
 
getInterpolationScheme() - Method in class org.epics.pvmanager.sample.graphene.ScatterGraphApp
 
getInterval() - Method in class org.epics.pvmanager.timecache.DataChunk
 
getInterval() - Method in class org.epics.pvmanager.timecache.DataRequestThread
 
getIntervals() - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Get the ordered list of disjoints intervals.
getJcaDataSource() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
The JCADataSource that is using the channel.
getLabels() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVEnum
 
getLabels() - Method in interface org.epics.vtype.Enum
All the possible labels.
getLastException() - Method in class org.epics.pvmanager.integration.ReadEvent
 
getLastException() - Method in class org.epics.pvmanager.integration.WriteEvent
 
getLastMessagePayload() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
The last processed message payload.
getLastReceived() - Method in class org.epics.pvmanager.timecache.DataRequestThread
 
getLoginTimeout() - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
getLogWriter() - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
getLowerAlarmLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getLowerAlarmLimit() - Method in interface org.epics.vtype.Display
Lowest value before the alarm region.
getLowerCtrlLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getLowerCtrlLimit() - Method in interface org.epics.vtype.Display
Lowest possible value (included).
getLowerDisplayLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getLowerDisplayLimit() - Method in interface org.epics.vtype.Display
Lowest possible value to be displayed.
getLowerWarningLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getLowerWarningLimit() - Method in interface org.epics.vtype.Display
Lowest value before the warning region.
getMax() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
getMax() - Method in interface org.epics.vtype.Statistics
The maximum value.
getMaxActive() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The maximum number of active rpc clients that can be allocated from this pool at the same time.
getMaxAge() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Time in milliseconds to keep this rpc client alive even when used.
getMaxIdle() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The maximum number of rpc clients that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns true.
getMaxSize() - Method in class org.epics.pvmanager.CacheCollector
The maximum number of elements in the cache.
getMaxSize() - Method in class org.epics.pvmanager.QueueCollector
The maximum number of elements in the queue.
getMaxWait() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The maximum number of milliseconds that the pool will wait (when there are no available rpc clients) and the PoolConfiguration.getMaxActive() has been reached) for a rpc client to be returned before throwing an exception.
getMessage() - Method in interface org.epics.vtype.VExtendedAlarm
A human readable error message associated to the error(s).
getMetadata() - Method in class org.epics.pvmanager.jca.JCAMessagePayload
The data taken with a GET at connection time.
getMin() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
getMin() - Method in interface org.epics.vtype.Statistics
The minimum value.
getMinEvictableIdleTimeMillis() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
getMinIdle() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The minimum number of established rpc clients that should be kept in the pool at all times.
getMonitorMask() - Method in class org.epics.pvmanager.jca.JCADataSource
The monitor mask used for this data source.
getName() - Method in interface org.epics.pvmanager.expression.DesiredRateExpression
Name of this expression.
getName() - Method in class org.epics.pvmanager.expression.DesiredRateExpressionImpl
The default name for a PV of this expression.
getName() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getName() - Method in interface org.epics.pvmanager.expression.SourceRateExpression
Name of the expression.
getName() - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
getName() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getName() - Method in interface org.epics.pvmanager.expression.WriteExpression
Name of this expression.
getName() - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
Name representation of the expression.
getName() - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
getName() - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
getName() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
getName() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
getName() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
getName() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
getName() - Method in interface org.epics.pvmanager.formula.FormulaFunction
Return the name of the function.
getName() - Method in class org.epics.pvmanager.formula.FormulaFunctionSet
Returns the name of the function set.
getName() - Method in class org.epics.pvmanager.integration.TestPhase
 
getName() - Method in class org.epics.pvmanager.PV
 
getName() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Returns the name of this pool
getName() - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceMethodDescription
Get name
getName() - Method in interface org.epics.pvmanager.PVReader
Returns the name of the PVReader.
getName() - Method in class org.epics.pvmanager.service.Service
 
getName() - Method in class org.epics.pvmanager.service.ServiceMethod
 
getName() - Method in class org.epics.vtype.table.Column
 
getNArrays() - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getNArrays() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getNArrays() - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getNewValue() - Method in class org.epics.pvmanager.Notification
The value to be sent if the notification is needed.
getNotificationCount() - Method in class org.epics.pvmanager.test.CountDownPVWriterListener
The total number of notifications on this listener.
getNotificationMask() - Method in class org.epics.pvmanager.PVReaderEvent
The mask for the event.
getNotificationMask() - Method in class org.epics.pvmanager.PVWriterEvent
The mask for the event.
getNSamples() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
getNSamples() - Method in interface org.epics.vtype.Statistics
The number of samples.
getNumberFormat() - Method in class org.epics.vtype.ValueFormat
Returns the NumberFormat used to format the numeric values.
getOperationName() - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceMethodDescription
Get operation name
getParameters() - Method in class org.epics.pvmanager.extra.Parameters
 
getParameters() - Method in class org.epics.pvmanager.extra.WaterfallPlot
Returns the full set of parameters currently being used.
getParentLogger() - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
getPixelDuration() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Time interval for each line.
getPlotRange() - Method in class org.epics.pvmanager.graphene.GraphDataRange
 
getPoolConfiguration() - Static method in class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
Get the current configuration
getPoolProperties() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Returns the pool properties associated with this rpc client pool
getPoolStatistics(String, String) - Static method in class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
Get a pool statistics for a pool that contains the rpc clients for a hostname and a channel name
getPrecedingChannels() - Method in class org.epics.pvmanager.WriteCache
Returns all the channels in the same recipe that should be written before writing the channel for this cache.
getProperties() - Method in class org.epics.pvmanager.ChannelHandler
Returns extra information about the channel, typically useful for debugging.
getProperties() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
getPVField() - Method in class org.epics.pvmanager.pva.adapters.PVAPVField
 
getPvName() - Method in interface org.epics.pvmanager.integration.Event
 
getPvName() - Method in class org.epics.pvmanager.integration.ReadEvent
 
getPvName() - Method in class org.epics.pvmanager.integration.WriteEvent
 
getPvReader() - Method in class org.epics.pvmanager.PVReaderEvent
The reader that generated the event.
getPVStructure() - Method in class org.epics.pvmanager.pva.adapters.PVAPVStructure
 
getPvWriter() - Method in class org.epics.pvmanager.PVWriterEvent
The writer that generated the event.
getReadRecipe() - Method in class org.epics.pvmanager.ReadExpressionTester
 
getReadRecipe() - Method in class org.epics.pvmanager.test.MockDataSource
 
getReadScannerExecutorService() - Static method in class org.epics.pvmanager.PVManager
Returns the executor service used to schedule and run the periodic reading scan for new values.
getReadSubscription() - Method in class org.epics.pvmanager.ChannelReadRecipe
The read subscription parameters.
getReadUsageCounter() - Method in class org.epics.pvmanager.ChannelHandler
Returns how many readers are open on this channel.
getReadUsageCounter() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
getRemoveAbandonedTimeout() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The time in seconds before a rpc client can be considered abandoned.
getRendererUpdateQueue() - Method in class org.epics.pvmanager.graphene.BubbleGraph2DFunction
 
getRendererUpdateQueue() - Method in class org.epics.pvmanager.graphene.ScatterGraph2DFunction
 
getRequesterName() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
getResult() - Method in interface org.epics.pvmanager.timecache.query.Query
This method returns all data available for the specified TimeInterval.
getResult() - Method in class org.epics.pvmanager.timecache.query.QueryImpl
This method returns all data available for the specified TimeInterval.
getResultDescriptions() - Method in class org.epics.pvmanager.service.ServiceMethod
 
getResultTypes() - Method in class org.epics.pvmanager.service.ServiceMethod
 
getReturnType() - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
getReturnType() - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
getReturnType() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
getReturnType() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
getReturnType() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
getReturnType() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
getReturnType() - Method in interface org.epics.pvmanager.formula.FormulaFunction
The type of the function result.
getRowCount() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTNameValueToVTable
 
getRowCount() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVTable
 
getRowCount() - Method in interface org.epics.vtype.VTable
The number of rows in the table.
getRPCClient(String, String) - Static method in class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
Get a pooled rpc client
getRPCServiceDescription() - Method in class org.epics.pvmanager.pva.rpcservice.RPCService
Get RPC rpcservice description
getRPCServiceMethodDescriptions() - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceDescription
Get RPC rpcservice method descriptions
getServiceMethods() - Method in class org.epics.pvmanager.service.Service
 
getSize() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Returns the total size of this pool, this includes both busy and idle rpc clients
getSize() - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Get the number of intervals of the list.
getSize() - Method in class org.epics.pvmanager.timecache.util.TimestampsSet
Get the number of Timestamp in the set.
getSizeColumn() - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVIntArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVLongArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVShortArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTMatrixToVDoubleArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVBooleanArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVByteArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVDoubleArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVFloatArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVIntArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVLongArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVShortArray
 
getSizes() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStringArray
 
getSizes() - Method in interface org.epics.vtype.Array
The shape of the multidimensional array.
getSource() - Method in class org.epics.pvmanager.timecache.DataRequestThread
 
getSourceRateExpressionImpl() - Method in interface org.epics.pvmanager.expression.SourceRateExpression
The implementation of this expression.
getSourceRateExpressionImpl() - Method in class org.epics.pvmanager.expression.SourceRateExpressionImpl
 
getSourceRateExpressionImpl() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getSourceRateExpressions() - Method in interface org.epics.pvmanager.expression.SourceRateExpressionList
The expressions of this list.
getSourceRateExpressions() - Method in class org.epics.pvmanager.expression.SourceRateExpressionListImpl
 
getSourceRateExpressions() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
getSourceRateReadWriteExpressions() - Method in interface org.epics.pvmanager.expression.SourceRateReadWriteExpressionList
The expressions of this list.
getSourceRateReadWriteExpressions() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
getStart() - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Get the lower bound of the list.
getStatistics() - Method in interface org.epics.pvmanager.timecache.Cache
 
getStatistics() - Method in class org.epics.pvmanager.timecache.CacheImpl
getStatistics() - Method in interface org.epics.pvmanager.timecache.PVCache
 
getStatistics() - Method in class org.epics.pvmanager.timecache.PVCacheImpl
getStdDev() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
getStdDev() - Method in interface org.epics.vtype.Statistics
The standard deviation.
getStructureId() - Method in class org.epics.pvmanager.pva.rpcservice.RPCServiceMethodDescription
Get structure id
getSubscriptionParameter(ValueCache<?>, ConnectionPayload) - Method in interface org.epics.pvmanager.DataSourceTypeAdapter
The parameters required to open a monitor for the channel.
getSubscriptionParameter(ValueCache, JCAConnectionPayload) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
 
getSubscriptionParameter(ValueCache<?>, PVAChannelHandler) - Method in class org.epics.pvmanager.pva.PVATypeAdapter
 
getSuspectTimeout() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Returns the time in seconds to pass before a rpc client is marked an abanoned suspect.
getTestCount() - Method in class org.epics.pvmanager.integration.Log
 
getThreadName() - Method in class org.epics.pvmanager.test.CountDownPVWriterListener
The thread name for the last notification.
getTimeBetweenEvictionRunsMillis() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The number of milliseconds to sleep between runs of the idle rpc client validation, abandoned cleaner and idle pool resizing.
getTimeInterval() - Method in class org.epics.pvmanager.timecache.query.QueryChunk
 
getTimeInterval() - Method in interface org.epics.pvmanager.timecache.query.QueryData
The time range where the data is defined
getTimeInterval() - Method in class org.epics.pvmanager.timecache.query.QueryDataBlank
The time range where the data is defined
getTimeInterval() - Method in class org.epics.pvmanager.timecache.query.QueryDataComplete
The time range where the data is defined
getTimeInterval() - Method in class org.epics.pvmanager.timecache.query.QueryDataNR
The time range where the data is defined
getTimeInterval(int) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Get an interval from the list.
getTimestamp(int) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache.Data
 
getTimestamp(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray.Data
 
getTimestamp(int) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles.Data
 
getTimestamp() - Method in interface org.epics.pvmanager.integration.Event
 
getTimestamp() - Method in class org.epics.pvmanager.integration.ReadEvent
 
getTimestamp() - Method in class org.epics.pvmanager.integration.WriteEvent
 
getTimestamp() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
getTimestamp() - Method in interface org.epics.pvmanager.timecache.Data
 
getTimestamp() - Method in class org.epics.pvmanager.timecache.source.SourceData
getTimestamp() - Method in class org.epics.pvmanager.timecache.storage.MemoryStoredData
getTimestamp() - Method in interface org.epics.vtype.Time
The timestamp of the value, typically indicating when it was generated.
getTimestamps() - Method in interface org.epics.pvmanager.timecache.query.QueryData
The time for each element.
getTimestamps() - Method in class org.epics.pvmanager.timecache.query.QueryDataBlank
The time for each element.
getTimestamps() - Method in class org.epics.pvmanager.timecache.query.QueryDataComplete
The time for each element.
getTimestamps() - Method in class org.epics.pvmanager.timecache.query.QueryDataNR
The time for each element.
getTimeUserTag() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
getTimeUserTag() - Method in interface org.epics.vtype.Time
Returns a user defined tag, that can be used to store extra time information, such as beam shot.
getTokenNames() - Method in class org.epics.pvmanager.formula.FormulaParser
 
getType() - Method in class org.epics.pvmanager.ForwardCache
 
getType() - Method in class org.epics.pvmanager.TypeSupport
Defines on which class the support is defined.
getType() - Method in interface org.epics.pvmanager.ValueCache
The type of objects that this cache can contain.
getType() - Method in class org.epics.pvmanager.ValueCacheImpl
The type of objects that this cache can contain.
getType() - Method in class org.epics.vtype.table.Column
 
getType() - Method in class org.epics.vtype.table.ListNumberProvider
 
getTypeSupportFamily() - Method in class org.epics.pvmanager.TypeSupport
Defines which type of support is implementing, notification or time.
getUnits() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getUnits() - Method in interface org.epics.vtype.ArrayDimensionDisplay
String representation of the units using for all values.
getUnits() - Method in interface org.epics.vtype.Display
String representation of the units using for all values.
getUpdate() - Method in interface org.epics.pvmanager.timecache.query.Query
This method can be polled at regular interval and should return right away with the data is already available, even if incomplete.
getUpdate() - Method in class org.epics.pvmanager.timecache.query.QueryImpl
This method can be polled at regular interval and should return right away with the data is already available, even if incomplete.
getUpperAlarmLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getUpperAlarmLimit() - Method in interface org.epics.vtype.Display
Highest value before the alarm region.
getUpperCtrlLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getUpperCtrlLimit() - Method in interface org.epics.vtype.Display
Highest possible value (included).
getUpperDisplayLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getUpperDisplayLimit() - Method in interface org.epics.vtype.Display
Highest possible value to be displayed.
getUpperWarningLimit() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
getUpperWarningLimit() - Method in interface org.epics.vtype.Display
Highest value before the warning region.
getUsageCounter() - Method in class org.epics.pvmanager.ChannelHandler
Returns how many readers or writers are open on this channel.
getUsageCounter() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
getUseLock() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Return true if a lock should be used when operations are performed on the rpc client object.
getValidationInterval() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Avoid excess validation, only run validation at most at this frequency - time in milliseconds.
getValue() - Method in class org.epics.pvmanager.graphene.ReadFunctionArgument
 
getValue() - Method in class org.epics.pvmanager.integration.ReadEvent
 
getValue() - Method in class org.epics.pvmanager.PV
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVBoolean
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVByte
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVDouble
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVEnum
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVFloat
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVInt
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVLong
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVShort
 
getValue() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVString
 
getValue() - Method in interface org.epics.pvmanager.PVReader
Returns the value of the PVReader.
getValue() - Method in class org.epics.pvmanager.ReadExpressionTester
 
getValue() - Method in interface org.epics.pvmanager.timecache.Data
 
getValue() - Method in class org.epics.pvmanager.timecache.source.SourceData
getValue() - Method in class org.epics.pvmanager.timecache.storage.MemoryStoredData
getValue() - Method in class org.epics.pvmanager.WriteCache
Returns the value in the cache.
getValue() - Method in interface org.epics.vtype.Scalar
Returns the value.
getValue() - Method in interface org.epics.vtype.VBoolean
Returns the value.
getValue() - Method in interface org.epics.vtype.VByte
The numeric value.
getValue() - Method in interface org.epics.vtype.VDouble
The numeric value.
getValue() - Method in interface org.epics.vtype.VEnum
Returns the value.
getValue() - Method in interface org.epics.vtype.VFloat
The numeric value.
getValue() - Method in interface org.epics.vtype.VInt
The numeric value.
getValue() - Method in interface org.epics.vtype.VLong
The numeric value.
getValue() - Method in interface org.epics.vtype.VNumber
The numeric value.
getValue() - Method in interface org.epics.vtype.VShort
The numeric value.
getValue() - Method in interface org.epics.vtype.VString
Returns the value.
getValueCache() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
The cache where to write the value.
getValues() - Method in interface org.epics.vtype.MultiScalar
The list of values for all the different channels.
getWaitCount() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Return the number of threads waiting for a rpc client
getWidth() - Method in interface org.epics.vtype.VImage
Width of the image in pixels.
getWriteCache() - Method in class org.epics.pvmanager.ChannelHandlerWriteSubscription
The cache to hold the value to write.
getWriteExpressionImpl() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getWriteExpressionImpl() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getWriteExpressionImpl() - Method in interface org.epics.pvmanager.expression.WriteExpression
The implementation of this expression.
getWriteExpressionImpl() - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
 
getWriteExpressions() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionListImpl
 
getWriteExpressions() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
getWriteExpressions() - Method in interface org.epics.pvmanager.expression.WriteExpressionList
The expressions of this list.
getWriteExpressions() - Method in class org.epics.pvmanager.expression.WriteExpressionListImpl
 
getWriteFunction() - Method in class org.epics.pvmanager.expression.Cache
The write function to be used to fill the cache.
getWriteFunction() - Method in class org.epics.pvmanager.expression.DesiredRateReadWriteExpressionImpl
 
getWriteFunction() - Method in class org.epics.pvmanager.expression.Queue
The write function to be used to fill the queue.
getWriteFunction() - Method in class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
 
getWriteFunction() - Method in interface org.epics.pvmanager.expression.WriteExpression
The function that implements this expression.
getWriteFunction() - Method in class org.epics.pvmanager.expression.WriteExpressionImpl
Returns the function represented by this expression.
getWriteFunction() - Method in class org.epics.pvmanager.WriteExpressionTester
 
getWriteRecipe() - Method in class org.epics.pvmanager.test.MockDataSource
 
getWriteRecipe() - Method in class org.epics.pvmanager.WriteExpressionTester
 
getWriteRecipeForWrite() - Method in class org.epics.pvmanager.test.MockDataSource
 
getWriteSubscription() - Method in class org.epics.pvmanager.ChannelWriteRecipe
The write subscription parameters.
getWriteUsageCounter() - Method in class org.epics.pvmanager.ChannelHandler
Returns how many writers are open on this channel.
getWriteUsageCounter() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
getXColumn() - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
getxRange() - Method in class org.epics.pvmanager.graphene.Graph2DResult
 
getYColumn() - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
getyRange() - Method in class org.epics.pvmanager.graphene.Graph2DResult
 
graph - Variable in class org.epics.pvmanager.sample.graphene.BaseGraphApp
 
Graph2DExpression<T extends org.epics.graphene.Graph2DRendererUpdate<T>> - Interface in org.epics.pvmanager.graphene
 
Graph2DResult - Class in org.epics.pvmanager.graphene
 
GraphDataRange - Class in org.epics.pvmanager.graphene
Range information of a drawn graph.
group() - Static method in class org.epics.pvmanager.extra.ExpressionLanguage
Creates a group of dynamically managed expressions.

H

handleException(Exception) - Method in class org.epics.pvmanager.ExceptionHandler
Notifies of an exception being thrown.
handleException(Exception) - Method in class org.epics.pvmanager.test.CountDownWriteFunction
 
hasAvailableData(TimeInterval) - Method in class org.epics.pvmanager.timecache.impl.SimpleMemoryStorage
Returns true if some data is available within the requested interval, false otherwise.
hasAvailableData(TimeInterval) - Method in interface org.epics.pvmanager.timecache.storage.DataStorage
Returns true if some data is available within the requested interval, false otherwise.
hashCode() - Method in class org.epics.pvmanager.ChannelHandlerReadSubscription
 
hashCode() - Method in class org.epics.pvmanager.ChannelHandlerWriteSubscription
 
hashCode() - Method in class org.epics.pvmanager.ChannelReadRecipe
 
hashCode() - Method in class org.epics.pvmanager.ChannelWriteRecipe
 
hashCode() - Method in class org.epics.pvmanager.ReadRecipe
 
hashCode() - Method in class org.epics.pvmanager.timecache.source.SourceData
hashCode() - Method in class org.epics.pvmanager.timecache.storage.MemoryStoredData
hashCode() - Method in class org.epics.pvmanager.WriteRecipe
 
height(int) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Height of the plot in pixels.
HEX_DIGIT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
HEX_DIGIT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
highestSeverityOf(List<Object>, boolean) - Static method in class org.epics.vtype.ValueUtil
Returns the alarm with highest severity.
HistogramGraph2DExpression - Class in org.epics.pvmanager.graphene
 
HistogramGraphApp - Class in org.epics.pvmanager.sample.graphene
 
HistogramGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.HistogramGraphApp
 
HistogramGraphDialog - Class in org.epics.pvmanager.sample.graphene
 
HistogramGraphDialog(Frame, boolean, HistogramGraphApp) - Constructor for class org.epics.pvmanager.sample.graphene.HistogramGraphDialog
Creates new form ScatterGraphDialog
histogramGraphOf(DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
honorZeroPrecision(boolean) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
If true, the formatter returned by the VType will show no decimal digits (assumes it was configured); if false, it will return all the digit (assumes it wasn't configured).

I

ImageFileFormat - Class in org.epics.pvmanager.file
A FileFormat for reading .bmp and .png into VImage
ImageFileFormat() - Constructor for class org.epics.pvmanager.file.ImageFileFormat
 
ImagePanel - Class in org.epics.pvmanager.sample
 
ImagePanel() - Constructor for class org.epics.pvmanager.sample.ImagePanel
 
imagePanels - Variable in class org.epics.pvmanager.sample.graphene.SparklineApp
 
immutableTypeSupport(Class<T>) - Static method in class org.epics.pvmanager.NotificationSupport
Support for notification of immutable types.
importVTable(Reader) - Method in class org.epics.vtype.io.CSVIO
 
inclusiveOrExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
index - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVEnum
 
init(String) - Method in class org.epics.pvmanager.integration.AbstractCATestPhase
 
install() - Static method in class org.epics.pvmanager.BasicTypeSupport
Installs type support.
install() - Static method in class org.epics.pvmanager.vtype.DataTypeSupport
Installs type support.
INT - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
INT - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
IntensityGraph2DExpression - Class in org.epics.pvmanager.graphene
 
IntensityGraphApp - Class in org.epics.pvmanager.sample.graphene
 
IntensityGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
IntensityGraphDialog - Class in org.epics.pvmanager.sample.graphene
 
IntensityGraphDialog(Frame, boolean, IntensityGraphApp) - Constructor for class org.epics.pvmanager.sample.graphene.IntensityGraphDialog
Creates new form ScatterGraphDialog
intensityGraphOf(DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
interpolate(double[], double[], int) - Method in interface org.epics.pvmanager.extra.Interpolation
Returns a set of interpolated y, equally spaced.
Interpolation - Interface in org.epics.pvmanager.extra
Defines a way to interpolate some scattered points to an equally distanced grid.
Interpolations - Class in org.epics.pvmanager.extra
 
Interpolations() - Constructor for class org.epics.pvmanager.extra.Interpolations
 
intersection(TimeInterval, TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns the result of TimeInterval i1 & i2 intersection, null if i1 does not intersects i2 (null border means infinity).
intersection(IntervalsList, TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.IntervalsList
Intersect a list and an interval.
intersection(IntervalsList, IntervalsList) - Static method in class org.epics.pvmanager.timecache.util.IntervalsList
Intersect two intervals lists.
intersects(TimeInterval, TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns true if TimeInterval i1 intersects TimeInterval i2, false otherwise (null border means infinity).
intersects(TimeInterval) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Check if an interval intersects the instance.
intersectSelf(TimeInterval) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Intersects the instance and an interval.
intersectSelf(IntervalsList) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Intersect the instance and another intervals list.
intervalComplete(DataRequestThread) - Method in interface org.epics.pvmanager.timecache.DataRequestListener
Informs that the specified DataRequestThread has finished requesting the source.
intervalRequested(TimeInterval, Timestamp) - Method in class org.epics.pvmanager.timecache.PVCacheStatistics
 
intervalsCompleted(TimeInterval, Timestamp) - Method in class org.epics.pvmanager.timecache.PVCacheStatistics
 
IntervalsList - Class in org.epics.pvmanager.timecache.util
This class represents an intervals list.
IntervalsList() - Constructor for class org.epics.pvmanager.timecache.util.IntervalsList
Build an empty intervals list.
IntervalsList(TimeInterval) - Constructor for class org.epics.pvmanager.timecache.util.IntervalsList
Build an intervals list containing only one interval.
IntervalsList(TimeInterval, TimeInterval) - Constructor for class org.epics.pvmanager.timecache.util.IntervalsList
Build an intervals list containing two intervals.
IntervalsList(IntervalsList) - Constructor for class org.epics.pvmanager.timecache.util.IntervalsList
Copy constructor.
InvertListNumber - Class in org.epics.vtype.ndarray
 
InvertListNumber() - Constructor for class org.epics.vtype.ndarray.InvertListNumber
 
isActive() - Method in interface org.epics.vtype.VExtendedAlarm.AlarmCondition
Whether the alarm is on.
isAdaptiveRange() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
True if range is automatic, false if taken from data.
isChanged() - Method in class org.epics.pvmanager.graphene.ReadFunctionArgument
 
isChannelConnected() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
True if the channel is not null and the connection state is connected.
isClosed() - Method in class org.epics.pvmanager.PV
 
isClosed() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolStatistics
Returns true if close has been called, and the rpc client pool is unusable
isClosed() - Method in interface org.epics.pvmanager.PVReader
True if no more notifications are going to be sent for this PVReader.
isClosed() - Method in interface org.epics.pvmanager.PVWriter
True if no more notifications are going to be sent for this PV.
isComplete() - Method in class org.epics.pvmanager.timecache.query.QueryChunk
 
isComplete() - Method in class org.epics.pvmanager.timecache.query.QueryImpl
 
isConnected() - Method in class org.epics.pvmanager.ChannelHandler
Returns true if it is connected.
isConnected() - Method in class org.epics.pvmanager.integration.ReadEvent
 
isConnected() - Method in class org.epics.pvmanager.integration.WriteEvent
 
isConnected(ConnectionPayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Determines from the payload whether the channel is connected or not.
isConnected() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
isConnected() - Method in class org.epics.pvmanager.PV
 
isConnected(PVAChannelHandler) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
isConnected() - Method in interface org.epics.pvmanager.PVReader
True if the reader is connected.
isConnectionChanged() - Method in class org.epics.pvmanager.PVReaderEvent
Whether this event was generated by a connection change.
isConnectionChanged() - Method in class org.epics.pvmanager.PVWriterEvent
Whether this event was generated by a connection change.
isConnex() - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Check if the instance is connected.
isCorrect() - Method in class org.epics.pvmanager.integration.Log
 
isDbePropertySupported() - Method in class org.epics.pvmanager.integration.AbstractCATestPhase
 
isDbePropertySupported() - Method in class org.epics.pvmanager.jca.JCADataSource
Whether the metadata monitor should be established.
isDefined() - Method in class org.epics.pvmanager.graphene.ReadFunctionArgument
 
isDrawLegend() - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
isEmpty() - Method in class org.epics.pvmanager.timecache.DataChunk
Check if the instance is empty.
isEmpty() - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Check if the instance is empty.
isEmpty() - Method in class org.epics.pvmanager.timecache.util.TimestampsSet
Check if the instance is empty.
isExceptionChanged() - Method in class org.epics.pvmanager.PVReaderEvent
Whether this event was generated in response to an error.
isExceptionChanged() - Method in class org.epics.pvmanager.PVWriterEvent
Whether this event was generated in response to an error.
isFull() - Method in class org.epics.pvmanager.timecache.DataChunk
Check if the instance is full.
isGenerated() - Method in class org.epics.vtype.table.Column
 
isHighlightFocusValue() - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
isHighlightFocusValue() - Method in class org.epics.pvmanager.sample.graphene.HistogramGraphApp
 
isHonorZeroPrecision() - Method in class org.epics.pvmanager.jca.JCADataSource
True if zero precision should be honored, or disregarded.
isLogAbandoned() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
boolean flag to set if stack traces should be logged for application code which abandoned a rpc client.
isLongString() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
Whether the message payload should be handled as a long string.
isMissing() - Method in class org.epics.pvmanager.graphene.ReadFunctionArgument
 
isNotificationNeeded() - Method in class org.epics.pvmanager.Notification
True if the reader needs to be notified.
isNumericArray(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Checks whether the array contains only numbers.
isPaused() - Method in class org.epics.pvmanager.PV
 
isPaused() - Method in interface org.epics.pvmanager.PVReader
Whether the reader is paused.
isPoolSweeperEnabled() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Returns true if the pool sweeper is enabled for the rpc client pool.
isProcessingSources() - Method in class org.epics.pvmanager.timecache.PVCacheImpl
 
isPure() - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
isPure() - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
isPure() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
isPure() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
isPure() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
isPure() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
isPure() - Method in interface org.epics.pvmanager.formula.FormulaFunction
Whether the function is a pure function, given the same arguments always returns the same result.
isPure() - Method in class org.epics.pvmanager.formula.StatefulFormulaFunction
 
isRemoveAbandoned() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
boolean flag to remove abandoned rpc clients if they exceed the removeAbandonedTimout.
isReversed() - Method in interface org.epics.vtype.ArrayDimensionDisplay
Whether the values for this dimension are organized in the opposite order.
isRtypValueOnly() - Method in class org.epics.pvmanager.jca.JCADataSource
True if should only ask value for RTYP fields.
isScrollDown() - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Whether the plot scrolls up or down.
isStatisticsEnabled() - Method in interface org.epics.pvmanager.timecache.PVCache
 
isStatisticsEnabled() - Method in class org.epics.pvmanager.timecache.PVCacheImpl
isStringArray(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Checks whether the array contains only strings.
isTestOnBorrow() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The indication of whether objects will be validated before being borrowed from the pool.
isTestOnReturn() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The indication of whether objects will be validated after being returned to the pool.
isTestWhileIdle() - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Set to true if validation should take place while the rpc client is idle.
isTimeValid - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
isTimeValid() - Method in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
isTimeValid() - Method in interface org.epics.vtype.Time
Returns a data source specific flag to indicate whether the time information should be trusted.
isTypeDirectlySupported(Class<? extends TypeSupport>, Class<?>) - Static method in class org.epics.pvmanager.TypeSupport
Checks whether the type is supported on the same exact type.
isTypeSupported(Class<? extends TypeSupport>, Class<?>) - Static method in class org.epics.pvmanager.TypeSupport
Checks whether the type is supported directly or through one of the supertypes.
isValueChanged() - Method in class org.epics.pvmanager.PVReaderEvent
Whether this event was generated by a value change.
isVarArgs() - Method in class org.epics.pvmanager.formula.AbstractVBooleanVBooleanToVBooleanFormulaFunction
 
isVarArgs() - Method in class org.epics.pvmanager.formula.AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction
 
isVarArgs() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction
 
isVarArgs() - Method in class org.epics.pvmanager.formula.AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction
 
isVarArgs() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction
 
isVarArgs() - Method in class org.epics.pvmanager.formula.AbstractVNumberVNumberToVBooleanFormulaFunction
 
isVarArgs() - Method in interface org.epics.pvmanager.formula.FormulaFunction
Whether the function takes a variable number of arguments.
isVarArraySupported() - Method in class org.epics.pvmanager.jca.JCADataSource
True whether the context can use variable arrays (all array monitor request will have an element count of 0).
isVarArraySupported(Context) - Static method in class org.epics.pvmanager.jca.JCADataSource
Deprecated.
isWrapperFor(Class<?>) - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
isWriteable() - Method in class org.epics.pvmanager.DataSource
Returns true whether the channels of this data source can be written to.
isWriteConnected() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
True if the channel is not null, connected, and can be written to.
isWriteConnected(ConnectionPayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Determines from the payload whether the channel can be written to.
isWriteConnected() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Returns true if it is channel can be written to.
isWriteConnected() - Method in class org.epics.pvmanager.PV
 
isWriteConnected(PVAChannelHandler) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
isWriteConnected() - Method in interface org.epics.pvmanager.PVWriter
True if the writer is connected and ready to write.
isWriteFailed() - Method in class org.epics.pvmanager.PVWriterEvent
Whether this event waas generated in response to a failed write operation.
isWriteSucceeded() - Method in class org.epics.pvmanager.PVWriterEvent
Whether this event was generated in response to a successful write operation.
isWriteSupported() - Method in class org.epics.pvmanager.file.CSVFileFormat
 
isWriteSupported() - Method in interface org.epics.pvmanager.file.FileFormat
Whether writes are supported.
isWriteSupported() - Method in class org.epics.pvmanager.file.ImageFileFormat
 
isWriteSupported() - Method in class org.epics.pvmanager.file.json.JVTypeFileFormat
 
isWriteSupported() - Method in class org.epics.pvmanager.file.ListFileFormat
 

J

JCAClientExample - Class in org.epics.pvmanager.sample.jca
 
JCAClientExample() - Constructor for class org.epics.pvmanager.sample.jca.JCAClientExample
 
JCAConnectionPayload - Class in org.epics.pvmanager.jca
Represents the connection payload, which consists of the actual JCA Channel and the JCADataSource (which can be used to extract configuration parameters).
JCAConnectionPayload(JCAChannelHandler, Channel, JCAConnectionPayload) - Constructor for class org.epics.pvmanager.jca.JCAConnectionPayload
 
jcaContext(Context) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
The jca context to use.
jcaContextClass(String) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
The class name for the implementation of JCA.
JCADataSource - Class in org.epics.pvmanager.jca
A data source that uses jca.
JCADataSource() - Constructor for class org.epics.pvmanager.jca.JCADataSource
Creates a new data source using pure Java implementation and all the defaults described in JCADataSourceBuilder.
JCADataSource(Context, int) - Constructor for class org.epics.pvmanager.jca.JCADataSource
Deprecated.
JCADataSource(String, int) - Constructor for class org.epics.pvmanager.jca.JCADataSource
Deprecated.
JCADataSource(Context, int, JCATypeSupport) - Constructor for class org.epics.pvmanager.jca.JCADataSource
Deprecated.
JCADataSource(Context, int, JCATypeSupport, boolean, boolean) - Constructor for class org.epics.pvmanager.jca.JCADataSource
Deprecated.
JCADataSource(JCADataSourceBuilder) - Constructor for class org.epics.pvmanager.jca.JCADataSource
 
JCADataSourceBuilder - Class in org.epics.pvmanager.jca
Builder for JCADataSource.
JCADataSourceBuilder() - Constructor for class org.epics.pvmanager.jca.JCADataSourceBuilder
 
JCALargeArrays - Class in org.epics.pvmanager.sample.jca
 
JCALargeArrays() - Constructor for class org.epics.pvmanager.sample.jca.JCALargeArrays
 
JCAMessagePayload - Class in org.epics.pvmanager.jca
Represent the payload produced at each monitor event, consisting of both the metadata and the event data.
JCATypeAdapter - Class in org.epics.pvmanager.jca
Type adapter for JCA data source.
JCATypeAdapter(Class<?>, DBRType, DBRType, Boolean) - Constructor for class org.epics.pvmanager.jca.JCATypeAdapter
Creates a new type adapter.
JCATypeAdapterSet - Interface in org.epics.pvmanager.jca
 
JCATypeSupport - Class in org.epics.pvmanager.jca
Given a set of JCATypeAdapter prepares type support for the JCA data source.
JCATypeSupport(JCATypeAdapterSet) - Constructor for class org.epics.pvmanager.jca.JCATypeSupport
A new type support for the jca type support.
JCAVTypeAdapterSet - Class in org.epics.pvmanager.jca
 
JCAVTypeAdapterSet() - Constructor for class org.epics.pvmanager.jca.JCAVTypeAdapterSet
 
JDBCService - Class in org.epics.pvmanager.jdbc
A pvmanager service based on database queries.
JDBCService(JDBCServiceDescription) - Constructor for class org.epics.pvmanager.jdbc.JDBCService
Creates a new database service from the given service description.
JDBCServiceDescription - Class in org.epics.pvmanager.jdbc
The description on how to construct a JDBC service.
JDBCServiceDescription(String, String) - Constructor for class org.epics.pvmanager.jdbc.JDBCServiceDescription
A new service description with the given service name and description.
JDBCServiceMethodDescription - Class in org.epics.pvmanager.jdbc
The description for a JDBC service method (i.e.
JDBCServiceMethodDescription(String, String) - Constructor for class org.epics.pvmanager.jdbc.JDBCServiceMethodDescription
A new service method with the given name and description.
JDBCServices - Class in org.epics.pvmanager.jdbc
Utility class to create JDBCServices.
JDBCXMLServiceFactory - Class in org.epics.pvmanager.jdbc
A service factory that crawls a directory for xml files, and creates a JDBC service from each of them.
JDBCXMLServiceFactory(File) - Constructor for class org.epics.pvmanager.jdbc.JDBCXMLServiceFactory
Creates a new factory that reads from the given directory.
join(List<VTable>) - Static method in class org.epics.vtype.table.VTableFactory
 
join(VTable...) - Static method in class org.epics.vtype.table.VTableFactory
 
JsonArrays - Class in org.epics.vtype.json
Utility classes to convert JSON arrays to and from Lists and ListNumbers.
JsonArrays() - Constructor for class org.epics.vtype.json.JsonArrays
 
JVTypeFileFormat - Class in org.epics.pvmanager.file.json
JSON serialization of VTypes (.jvtype).
JVTypeFileFormat() - Constructor for class org.epics.pvmanager.file.json.JVTypeFileFormat
 

L

labels - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVEnum
 
labels() - Static method in enum org.epics.vtype.AlarmSeverity
Returns the list of labels for the severity.
lastException() - Method in class org.epics.pvmanager.PV
 
lastException() - Method in interface org.epics.pvmanager.PVReader
Returns the last exception that was generated preparing the value for this PVReader and clears it (subsequent call will return null).
lastExceptions() - Method in class org.epics.pvmanager.extra.DynamicGroup
Returns the last exception for each expression in the group (if present).
lastWriteException() - Method in class org.epics.pvmanager.PV
 
lastWriteException() - Method in interface org.epics.pvmanager.PVWriter
Returns the last exception that was generated by write operations and clears it (subsequent call will return null).
latestTimeOf(List<Object>) - Static method in class org.epics.vtype.ValueUtil
Returns the time with latest timestamp.
latestValidTimeOrNowOf(List<Object>) - Static method in class org.epics.vtype.ValueUtil
Returns the time with latest valid timestamp or now.
LatestValueCollector<T> - Class in org.epics.pvmanager
A collector that keeps only the latest value.
LatestValueCollector() - Constructor for class org.epics.pvmanager.LatestValueCollector
 
latestValueOf(SourceRateExpression<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Expression that returns (only) the latest value computed from a SourceRateExpression.
latestValueOf(SourceRateExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Expression that returns (only) the latest value computed from a SourceRateExpression.
latestValueOf(SourceRateReadWriteExpression<R, W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
For reads, returns (only) the latest value computed from a SourceRateReadWriteExpression; for writes, same as the given expression.
latestValueOf(SourceRateReadWriteExpressionList<R, W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
For reads, returns (only) the latest value computed from a SourceRateReadWriteExpression; for writes, same as the given expression.
LineGraph2DExpression - Class in org.epics.pvmanager.graphene
 
LineGraphApp - Class in org.epics.pvmanager.sample.graphene
 
LineGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.LineGraphApp
 
LineGraphDialog - Class in org.epics.pvmanager.sample.graphene
 
LineGraphDialog(Frame, boolean, LineGraphApp) - Constructor for class org.epics.pvmanager.sample.graphene.LineGraphDialog
Creates new form ScatterGraphDialog
lineGraphOf(DesiredRateExpression<? extends VNumberArray>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
lineGraphOf(DesiredRateExpression<? extends VNumberArray>, DesiredRateExpression<? extends VNumber>, DesiredRateExpression<? extends VNumber>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
lineGraphOf(DesiredRateExpression<? extends VNumberArray>, DesiredRateExpression<? extends VNumberArray>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
lineGraphOf(DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
LineGraphSample - Class in org.epics.pvmanager.sample.graphene
 
LineGraphSample() - Constructor for class org.epics.pvmanager.sample.graphene.LineGraphSample
Creates new form MockWaterfallPlot
ListDoubleView - Class in org.epics.pvmanager.graphene
 
ListDoubleView(ListNumber) - Constructor for class org.epics.pvmanager.graphene.ListDoubleView
 
ListFileFormat - Class in org.epics.pvmanager.file
A file format for reading and writing lists from a .list file
ListFileFormat() - Constructor for class org.epics.pvmanager.file.ListFileFormat
 
listFunctionSets() - Method in class org.epics.pvmanager.formula.FormulaRegistry
Returns the names of all the registered function sets.
ListNumberProvider - Class in org.epics.vtype.table
 
ListNumberProvider(Class<?>) - Constructor for class org.epics.vtype.table.ListNumberProvider
 
listOf(DesiredRateExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Converts a list of expressions to an expression that returns the list of results.
listServices() - Method in class org.epics.pvmanager.service.ServiceRegistry
 
LocalDataSource - Class in org.epics.pvmanager.loc
Data source for locally written data.
LocalDataSource() - Constructor for class org.epics.pvmanager.loc.LocalDataSource
Creates a new data source.
LocalDataSource(boolean) - Constructor for class org.epics.pvmanager.loc.LocalDataSource
Deprecated.
do not use zero initialization of local variable: does not work for non numeric variables
localThread() - Static method in class org.epics.pvmanager.util.Executors
Executes tasks on the current thread.
Log - Class in org.epics.pvmanager.integration
 
Log() - Constructor for class org.epics.pvmanager.integration.Log
 
lowerAlarmLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
lowerAlarmLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the lower alarm limit.
lowerCtrlLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
lowerCtrlLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the lower control limit.
lowerDisplayLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
lowerDisplayLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the lower display limit.
lowerWarningLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
lowerWarningLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the lower warning limit.

M

m1_readMultipleChannels() - Method in class org.epics.pvmanager.sample.MultipleChannelExamples
 
m2_readMultipleChannels() - Method in class org.epics.pvmanager.sample.MultipleChannelExamples
 
m3_readWriteMultipleChannels() - Method in class org.epics.pvmanager.sample.MultipleChannelExamples
 
m4_renameChannels() - Method in class org.epics.pvmanager.sample.MultipleChannelExamples
 
m5_writeOrdering() - Method in class org.epics.pvmanager.sample.MultipleChannelExamples
 
main(String[]) - Static method in class org.epics.pvmanager.formula.PrintFunctionSetTable
Entry point for the utility.
main(String[]) - Static method in class org.epics.pvmanager.integration.CAIntegrationTest
 
main(String[]) - Static method in class org.epics.pvmanager.integration.OutageTestPhase
 
main(String[]) - Static method in class org.epics.pvmanager.integration.RepeatedDisconnectTestPhase
 
main(String[]) - Static method in class org.epics.pvmanager.integration.RestartTestPhase
 
main(String[]) - Static method in class org.epics.pvmanager.integration.TypeChangeTestPhase
 
main(String[]) - Static method in class org.epics.pvmanager.integration.UpdateTestPhase
 
main(Class<? extends BaseGraphApp>) - Static method in class org.epics.pvmanager.sample.graphene.BaseGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.BubbleGraphDialog
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.HistogramGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.HistogramGraphDialog
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.IntensityGraphDialog
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.LineGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.LineGraphDialog
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.LineGraphSample
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphDialog
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.MultilineGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.MultilineGraphDialog
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.ScatterGraphApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.ScatterGraphDialog
 
main(String[]) - Static method in class org.epics.pvmanager.sample.graphene.SparklineApp
 
main(Class<? extends SparklineApp>) - Static method in class org.epics.pvmanager.sample.graphene.SparklineApp
 
main(String[]) - Static method in class org.epics.pvmanager.sample.jca.JCAClientExample
 
main(String[]) - Static method in class org.epics.pvmanager.sample.jca.JCALargeArrays
 
main(String[]) - Static method in class org.epics.pvmanager.sample.MockDynamicTablePVFrame
 
main(String[]) - Static method in class org.epics.pvmanager.sample.MockSyncArrayTableFrame
 
main(String[]) - Static method in class org.epics.pvmanager.sample.MockTablePVFrame
 
main(String[]) - Static method in class org.epics.pvmanager.sample.MockTablePVFrame2
 
main(String[]) - Static method in class org.epics.pvmanager.sample.MockWaterfallPlot
 
main(String[]) - Static method in class org.epics.pvmanager.sample.MockWaterfallScalarsPlot
 
main(String[]) - Static method in class org.epics.pvmanager.sample.MultiplePVLoadTest
 
main(String[]) - Static method in class org.epics.pvmanager.sample.PausePv
 
main(String[]) - Static method in class org.epics.pvmanager.sample.ReportRateFrame
 
main(String[]) - Static method in class org.epics.pvmanager.sample.ScaleFrame
 
main(String[]) - Static method in class org.epics.pvmanager.sample.ScannerLoadTest
 
main(String[]) - Static method in class org.epics.pvmanager.sample.SimpleProbe
 
main(String[]) - Static method in class org.epics.pvmanager.sample.UnclosedPvs
 
main(String[]) - Static method in class org.epics.pvmanager.sample.VerifyCloseChannelPVManager
 
mapOf(Class<R>, Class<W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An empty map that can read/write expressions of the given type.
mapOf(DesiredRateExpressionList<R>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that returns a key/value map where the key is the expression name and the value is the expression value.
mapOf(WriteExpressionList<W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that expects a key/value map where the key is the expression name and the value is the expression value.
mapOf(DesiredRateReadWriteExpressionList<R, W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that works on a key/value map where the key is the expression name and the value is the expression value.
markComplete() - Method in class org.epics.pvmanager.timecache.query.QueryChunk
 
match(ValueCache<?>, ConnectionPayload) - Method in interface org.epics.pvmanager.DataSourceTypeAdapter
Determines whether the converter can take values from the channel described by the connection payload and transform them in a type required by the cache.
match(Object, Object) - Method in enum org.epics.pvmanager.integration.VTypeMatchMask
 
match(ValueCache<?>, JCAConnectionPayload) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
 
match(Structure) - Method in class org.epics.pvmanager.pva.PVATypeAdapter
 
match(ValueCache<?>, PVAChannelHandler) - Method in class org.epics.pvmanager.pva.PVATypeAdapter
 
matchAllValues(String, VTypeMatchMask, Object) - Method in class org.epics.pvmanager.integration.Log
 
matchArgumentCount(int, FormulaFunction) - Static method in class org.epics.pvmanager.formula.FormulaFunctions
Check whether the function will accept the given number of arguments.
matchArgumentTypes(List<Object>, FormulaFunction) - Static method in class org.epics.pvmanager.formula.FormulaFunctions
Check whether the function will accept the given list of values as arguments.
matchArgumentTypes(List<Object>, FormulaFunction, boolean) - Static method in class org.epics.pvmanager.formula.FormulaFunctions
Checks whether the function will accept the given arguments.
matchConnections(String, boolean...) - Method in class org.epics.pvmanager.integration.Log
 
matchErrors(String, String...) - Method in class org.epics.pvmanager.integration.Log
 
matchSequentialNumberValues(String, int) - Method in class org.epics.pvmanager.integration.Log
 
matchValues(String, VTypeMatchMask, Object...) - Method in class org.epics.pvmanager.integration.Log
 
matchWriteConnections(String, boolean...) - Method in class org.epics.pvmanager.integration.Log
 
matchWriteNotifications(String, boolean...) - Method in class org.epics.pvmanager.integration.Log
 
MathFunctionSet - Class in org.epics.pvmanager.formula
A function set that corresponds to all methods in Math.
MathFunctionSet() - Constructor for class org.epics.pvmanager.formula.MathFunctionSet
Creates a new set.
max - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
max(Timestamp, Timestamp) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns the maximum between the two specified Timestamp.
maxRate(TimeDuration) - Method in class org.epics.pvmanager.PVReaderConfiguration
Sets the rate of scan of the expression and creates the actual PVReader object that can be monitored through listeners.
maxSize(int) - Method in class org.epics.pvmanager.expression.Cache
Changes the maximum size of the cache.
maxSize(int) - Method in class org.epics.pvmanager.expression.Queue
Changes the maximum size of the queue.
measureLoad(int) - Static method in class org.epics.pvmanager.sample.ScannerLoadTest
 
MemoryStoredData - Class in org.epics.pvmanager.timecache.storage
Data from DataStorage stored in memory.
MemoryStoredData(Timestamp, VType, ReferenceQueue<VType>) - Constructor for class org.epics.pvmanager.timecache.storage.MemoryStoredData
 
mESC_SEQ() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
message(String, MessageType) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
mEXPONENT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mFLOAT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mFUNCTION() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mHEX_DIGIT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
min - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
min(Timestamp, Timestamp) - Static method in class org.epics.pvmanager.timecache.util.CacheHelper
Returns the minimum between the two specified Timestamp.
minDuration - Static variable in class org.epics.pvmanager.timecache.util.IntervalsList
 
mINT() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
MockDataSource - Class in org.epics.pvmanager.test
 
MockDataSource() - Constructor for class org.epics.pvmanager.test.MockDataSource
 
MockDynamicTablePVFrame - Class in org.epics.pvmanager.sample
 
MockDynamicTablePVFrame() - Constructor for class org.epics.pvmanager.sample.MockDynamicTablePVFrame
Creates new form MockPVFrame
MockExecutor - Class in org.epics.pvmanager.test
 
MockExecutor() - Constructor for class org.epics.pvmanager.test.MockExecutor
 
MockPVWriteListener<T> - Class in org.epics.pvmanager.test
 
MockPVWriteListener(PVWriter<T>) - Constructor for class org.epics.pvmanager.test.MockPVWriteListener
 
MockSyncArrayTableFrame - Class in org.epics.pvmanager.sample
 
MockSyncArrayTableFrame() - Constructor for class org.epics.pvmanager.sample.MockSyncArrayTableFrame
Creates new form MockPVFrame
MockTablePVFrame - Class in org.epics.pvmanager.sample
 
MockTablePVFrame() - Constructor for class org.epics.pvmanager.sample.MockTablePVFrame
Creates new form MockPVFrame
MockTablePVFrame2 - Class in org.epics.pvmanager.sample
 
MockTablePVFrame2() - Constructor for class org.epics.pvmanager.sample.MockTablePVFrame2
Creates new form MockPVFrame
MockWaterfallPlot - Class in org.epics.pvmanager.sample
 
MockWaterfallPlot() - Constructor for class org.epics.pvmanager.sample.MockWaterfallPlot
Creates new form MockWaterfallPlot
MockWaterfallScalarsPlot - Class in org.epics.pvmanager.sample
 
MockWaterfallScalarsPlot() - Constructor for class org.epics.pvmanager.sample.MockWaterfallScalarsPlot
Creates new form MockWaterfallPlot
mOCTAL_ESC() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
monitorConnect(Status, Monitor, Structure) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
monitorEvent(Monitor) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
monitorMask(int) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
The mask used for the monitor notifications.
mPV() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mSTRING() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__15() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__16() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__17() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__18() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__19() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__20() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__21() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__22() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__23() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__24() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__25() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__26() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__27() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__28() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__29() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__30() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__31() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__32() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__33() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__34() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__35() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mT__36() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mTokens() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
MultiAxisLineGraph2DExpression - Class in org.epics.pvmanager.graphene
 
MultiAxisLineGraphApp - Class in org.epics.pvmanager.sample.graphene
 
MultiAxisLineGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphApp
 
MultiAxisLineGraphDialog - Class in org.epics.pvmanager.sample.graphene
 
MultiAxisLineGraphDialog(Frame, boolean, MultiAxisLineGraphApp) - Constructor for class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphDialog
Creates new form ScatterGraphDialog
multiAxisLineGraphOf(DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
MultilineGraph2DExpression - Class in org.epics.pvmanager.graphene
 
MultilineGraphApp - Class in org.epics.pvmanager.sample.graphene
 
MultilineGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.MultilineGraphApp
 
MultilineGraphDialog - Class in org.epics.pvmanager.sample.graphene
 
MultilineGraphDialog(Frame, boolean, MultilineGraphApp) - Constructor for class org.epics.pvmanager.sample.graphene.MultilineGraphDialog
Creates new form ScatterGraphDialog
multilineGraphOf(DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
MultipleChannelExamples - Class in org.epics.pvmanager.sample
This is the code from the examples in the docs, to make sure it actually compiles
MultipleChannelExamples() - Constructor for class org.epics.pvmanager.sample.MultipleChannelExamples
 
MultiplePVLoadTest - Class in org.epics.pvmanager.sample
 
MultiplePVLoadTest() - Constructor for class org.epics.pvmanager.sample.MultiplePVLoadTest
 
multipleRangeGradient(Color, Color, Color, Color, Color, Color) - Static method in class org.epics.pvmanager.extra.ColorScheme
 
MultiplexedChannelHandler<ConnectionPayload,MessagePayload> - Class in org.epics.pvmanager
Implements a ChannelHandler on top of a single subscription and multiplexes all reads on top of it.
MultiplexedChannelHandler(String) - Constructor for class org.epics.pvmanager.MultiplexedChannelHandler
Creates a new channel handler.
multiplicativeExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
MultiScalar<T extends Scalar> - Interface in org.epics.vtype
Multi channel array.
mUNICODE_ESC() - Method in class org.epics.pvmanager.formula.FormulaLexer
 
mWS() - Method in class org.epics.pvmanager.formula.FormulaLexer
 

N

n - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
namedPool(String) - Static method in class org.epics.pvmanager.util.Executors
A thread factory where each new thread starts with the given name.
ndArray(VNumberArray, ArrayDimensionDisplay...) - Static method in class org.epics.vtype.ValueFactory
Constructs and nd array with the data, time and alarm in the first array and the given dimension information.
newAlarm(AlarmSeverity, String) - Static method in class org.epics.vtype.ValueFactory
New alarm with the given severity and status.
newAlarm(Number, Display) - Static method in class org.epics.vtype.ValueFactory
Alarm based on the value and the display ranges.
newData(Timestamp, Timestamp, Timestamp, Timestamp) - Method in interface org.epics.pvmanager.extra.DoubleArrayTimeCache
Each segment of the new data ends with an array of old data.
newData(Timestamp, Timestamp, Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubleArray
 
newData(Timestamp, Timestamp, Timestamp, Timestamp) - Method in class org.epics.pvmanager.extra.DoubleArrayTimeCacheFromVDoubles
 
newData(DataChunk, DataRequestThread) - Method in interface org.epics.pvmanager.timecache.DataRequestListener
Informs that a new chunk is available from the specified DataRequestThread.
newData(SortedSet<Data>) - Method in interface org.epics.pvmanager.timecache.PVCacheListener
Informs that a new set of Data is available in storage.
newData(SortedSet<Data>) - Method in class org.epics.pvmanager.timecache.query.QueryImpl
Informs that a new set of Data is available in storage.
newDisplay(Double, Double, Double, String, NumberFormat, Double, Double, Double, Double, Double) - Static method in class org.epics.vtype.ValueFactory
Creates a new display
newDisplay(ListNumber, String) - Static method in class org.epics.vtype.ValueFactory
 
newDisplay(ListNumber, boolean, String) - Static method in class org.epics.vtype.ValueFactory
 
newDisplay(int, ListNumberProvider, boolean) - Static method in class org.epics.vtype.ValueFactory
 
newDisplay(int, ListNumberProvider) - Static method in class org.epics.vtype.ValueFactory
 
newDisplay(int) - Static method in class org.epics.vtype.ValueFactory
Returns an array display where the index is used to calculate the cell boundaries.
newTime(Timestamp, Integer, boolean) - Static method in class org.epics.vtype.ValueFactory
Creates a new time.
newTime(Timestamp) - Static method in class org.epics.vtype.ValueFactory
New time, with no user tag and valid data.
newUpdate() - Method in class org.epics.pvmanager.graphene.BubbleGraph2DExpression
 
newUpdate() - Method in interface org.epics.pvmanager.graphene.Graph2DExpression
 
newUpdate() - Method in class org.epics.pvmanager.graphene.HistogramGraph2DExpression
 
newUpdate() - Method in class org.epics.pvmanager.graphene.IntensityGraph2DExpression
 
newUpdate() - Method in class org.epics.pvmanager.graphene.LineGraph2DExpression
 
newUpdate() - Method in class org.epics.pvmanager.graphene.MultiAxisLineGraph2DExpression
 
newUpdate() - Method in class org.epics.pvmanager.graphene.MultilineGraph2DExpression
 
newUpdate() - Method in class org.epics.pvmanager.graphene.ScatterGraph2DExpression
 
newUpdate() - Method in class org.epics.pvmanager.graphene.SparklineGraph2DExpression
 
newValuesOf(SourceRateExpressionList<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Returns all the new values generated by the expression source rate.
newValuesOf(SourceRateExpression<T>) - Static method in class org.epics.pvmanager.ExpressionLanguage
Returns up to 1,000 new values generated by the expression source rate.
newValuesOf(SourceRateExpression<T>, int) - Static method in class org.epics.pvmanager.ExpressionLanguage
Returns up to maxValues new values generated by the expression source rate.
newVBoolean(boolean, Alarm, Time) - Static method in class org.epics.vtype.ValueFactory
Creates a new VBoolean.
newVBooleanArray(ListBoolean, Alarm, Time) - Static method in class org.epics.vtype.ValueFactory
Creates a new VBooleanArray.
newVByte(Byte, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VByte.
newVDouble(Double, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VDouble.
newVDouble(Double, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VDouble using the given value, time, display and generating the alarm from the value and display information.
newVDouble(Double, Display) - Static method in class org.epics.vtype.ValueFactory
Creates new immutable VDouble by using metadata from the old value, now as timestamp and computing alarm from the metadata range.
newVDouble(Double) - Static method in class org.epics.vtype.ValueFactory
Creates a new VDouble, no alarm, time now, no display.
newVDouble(Double, Time) - Static method in class org.epics.vtype.ValueFactory
Creates a new VDouble, no alarm, no display.
newVDoubleArray(ListDouble, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VDoubleArray.
newVEnum(int, List<String>, Alarm, Time) - Static method in class org.epics.vtype.ValueFactory
Create a new VEnum.
newVEnumArray(ListInt, List<String>, Alarm, Time) - Static method in class org.epics.vtype.ValueFactory
Create a new VEnumArray.
newVFloat(Float, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VFloat.
newVFloatArray(ListFloat, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VFloatArray.
newVImage(int, int, byte[]) - Static method in class org.epics.vtype.ValueFactory
Creates a new VImage given the data and the size.
newVInt(Integer, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VInt.
newVIntArray(ListInt, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VIntArray.
newVLong(Long, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VLong.
newVLongArray(ListLong, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VLongArray.
newVMultiDouble(List<VDouble>, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VMultiDouble.
newVNumber(Number, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VNumber based on the type of the data
newVNumberArray(ListNumber, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VNumberArray based on the type of the data.
newVNumberArray(ListNumber, ListInt, List<ArrayDimensionDisplay>, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VNumberArray based on the type of the data.
newVShort(Short, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VShort.
newVShortArray(ListShort, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VShortArray.
newVStatistics(double, double, double, double, int, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Creates a new VStatistics.
newVString(String, Alarm, Time) - Static method in class org.epics.vtype.ValueFactory
Creates a new VString.
newVStringArray(List<String>, Alarm, Time) - Static method in class org.epics.vtype.ValueFactory
Creates a new VStringArray.
newVTable(Column...) - Static method in class org.epics.vtype.table.VTableFactory
 
newVTable(List<Class<?>>, List<String>, List<Object>) - Static method in class org.epics.vtype.ValueFactory
Creates a new VTable - this method is provisional and will change in the future.
noInterpolation() - Static method in class org.epics.pvmanager.extra.Interpolations
 
Noise - Class in org.epics.pvmanager.sim
Function to simulate a signal that has a uniform distribution.
Noise() - Constructor for class org.epics.pvmanager.sim.Noise
Creates a signal uniformly distributed between -5.0 and 5.0, updating every 100ms (10Hz).
Noise(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Noise
Do not use: only provided to provide some sort of error message for people migrating from utility.pv.
Noise(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Noise
Creates a signal uniformly distributed between min and max, updating every interval seconds.
NoiseWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a uniformly distributed random data.
NoiseWaveform() - Constructor for class org.epics.pvmanager.sim.NoiseWaveform
Creates a waveform with samples from a uniform distribution from -5 to 5, updating every second.
NoiseWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.NoiseWaveform
Creates a gaussian waveform signal with a gaussian distribution, updating at the rate specified.
NoiseWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.NoiseWaveform
Creates a gaussian waveform signal with a gaussian distribution, updating at the rate specified.
normalize(Number, Display) - Static method in class org.epics.vtype.ValueUtil
Normalizes the given value according to the given display information.
normalize(Number, Number, Number) - Static method in class org.epics.vtype.ValueUtil
Normalizes the given value according to the given range;
normalizedNumericValueOf(Object) - Static method in class org.epics.vtype.ValueUtil
Extracts the numericValueOf the object and normalizes according to the display range.
Notification<T> - Class in org.epics.pvmanager
Used by NotificationSupport to communicate whether a new notification is needed, and what should be the type to be notified.
Notification(boolean, T) - Constructor for class org.epics.pvmanager.Notification
Creates a new notification.
notification(T, T) - Static method in class org.epics.pvmanager.NotificationSupport
Returns the final value by using the appropriate type support.
NotificationSupport<T> - Class in org.epics.pvmanager
Dedicated notification type support.
NotificationSupport(Class<T>) - Constructor for class org.epics.pvmanager.NotificationSupport
Creates a new notification type support.
notifyOn(Executor) - Method in class org.epics.pvmanager.PVConfiguration
 
notifyOn(Executor) - Method in class org.epics.pvmanager.PVReaderConfiguration
 
notifyOn(Executor) - Method in class org.epics.pvmanager.PVWriterConfiguration
 
NTNDArrayFunctionSet - Class in org.epics.pvmanager.pva.formula
A set of functions to work with NTNDArray-s.
NTNDArrayFunctionSet() - Constructor for class org.epics.pvmanager.pva.formula.NTNDArrayFunctionSet
 
NTUtils - Class in org.epics.pvmanager.pva.adapters
 
NTUtils() - Constructor for class org.epics.pvmanager.pva.adapters.NTUtils
 
NullUtils - Class in org.epics.pvmanager.util
Utility class to handle null values.
NullUtils() - Constructor for class org.epics.pvmanager.util.NullUtils
 
NumberOperatorFunctionSet - Class in org.epics.pvmanager.formula
A set of function for the number scalar operators.
NumberOperatorFunctionSet() - Constructor for class org.epics.pvmanager.formula.NumberOperatorFunctionSet
Creates a new set.
numericColumnOf(VTable, String) - Static method in class org.epics.vtype.ValueUtil
Extracts the values of a column, making sure it contains numeric values.
numericLiteral() - Method in class org.epics.pvmanager.formula.FormulaParser
 
numericValueOf(Object) - Static method in class org.epics.vtype.ValueUtil
Extracts a numeric value for the object.

O

OCTAL_ESC - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
OCTAL_ESC - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
onCheckBoxChange(JCheckBox, Runnable) - Static method in class org.epics.pvmanager.sample.SwingBindingUtil
 
onMouseMove(MouseEvent) - Method in class org.epics.pvmanager.sample.graphene.BaseGraphApp
 
onMouseMove(MouseEvent) - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
onMouseMove(MouseEvent) - Method in class org.epics.pvmanager.sample.graphene.HistogramGraphApp
 
onTextFieldChange(JTextField, Runnable) - Static method in class org.epics.pvmanager.sample.SwingBindingUtil
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.BaseGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.HistogramGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.LineGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.MultilineGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.ScatterGraphApp
 
openConfigurationDialog() - Method in class org.epics.pvmanager.sample.graphene.SparklineApp
 
or(ExpressionLanguage.Filter<?>) - Method in class org.epics.pvmanager.ExpressionLanguage.Filter
Returns a new filter that is the logical OR of this and the given one.
org.epics.pvmanager - package org.epics.pvmanager

pvManager

org.epics.pvmanager.exec - package org.epics.pvmanager.exec
Support for services based on command-line execution (exec xml syntax).
org.epics.pvmanager.expression - package org.epics.pvmanager.expression
Interfaces for the expressions PVManager can consume.
org.epics.pvmanager.extra - package org.epics.pvmanager.extra
This package contains experimental classes that, once stable, will be deprecated and moved into more official packages.
org.epics.pvmanager.file - package org.epics.pvmanager.file
Support for a data source for file based channels (channel syntax).
org.epics.pvmanager.file.json - package org.epics.pvmanager.file.json
Support for vTypes serialized in JSON (.jvtype) according to the mechanism provided by VTypeToJson.
org.epics.pvmanager.formula - package org.epics.pvmanager.formula
Support for formula expressions (formula syntax).
org.epics.pvmanager.graphene - package org.epics.pvmanager.graphene
 
org.epics.pvmanager.integration - package org.epics.pvmanager.integration
 
org.epics.pvmanager.jca - package org.epics.pvmanager.jca
Support for Epics 3 data source (channel syntax).
org.epics.pvmanager.jdbc - package org.epics.pvmanager.jdbc
Support for database services based on JDBC (jdbc xml syntax).
org.epics.pvmanager.loc - package org.epics.pvmanager.loc
Support for a data source that reads and writes channels that reside in the local memory (channel syntax).
org.epics.pvmanager.pva - package org.epics.pvmanager.pva
Support for Epics 4 data source (channel syntax).
org.epics.pvmanager.pva.adapters - package org.epics.pvmanager.pva.adapters
 
org.epics.pvmanager.pva.formula - package org.epics.pvmanager.pva.formula
 
org.epics.pvmanager.pva.rpcservice - package org.epics.pvmanager.pva.rpcservice
Support for database services based on pvAccess RPC.
org.epics.pvmanager.pva.rpcservice.rpcclient - package org.epics.pvmanager.pva.rpcservice.rpcclient
 
org.epics.pvmanager.sample - package org.epics.pvmanager.sample
 
org.epics.pvmanager.sample.graphene - package org.epics.pvmanager.sample.graphene
 
org.epics.pvmanager.sample.jca - package org.epics.pvmanager.sample.jca
 
org.epics.pvmanager.service - package org.epics.pvmanager.service
 
org.epics.pvmanager.sim - package org.epics.pvmanager.sim
DataSource for simulated data (channel syntax).
org.epics.pvmanager.sys - package org.epics.pvmanager.sys
DataSource for system data (channel syntax).
org.epics.pvmanager.test - package org.epics.pvmanager.test
Support for a data source that simulates various error conditions.
org.epics.pvmanager.timecache - package org.epics.pvmanager.timecache
 
org.epics.pvmanager.timecache.impl - package org.epics.pvmanager.timecache.impl
 
org.epics.pvmanager.timecache.query - package org.epics.pvmanager.timecache.query
 
org.epics.pvmanager.timecache.source - package org.epics.pvmanager.timecache.source
 
org.epics.pvmanager.timecache.storage - package org.epics.pvmanager.timecache.storage
 
org.epics.pvmanager.timecache.util - package org.epics.pvmanager.timecache.util
 
org.epics.pvmanager.util - package org.epics.pvmanager.util
Contains generic utility classes that at some point may be found and used in other libraries.
org.epics.pvmanager.vtype - package org.epics.pvmanager.vtype
Support for control system types.
org.epics.vtype - package org.epics.vtype
 
org.epics.vtype.io - package org.epics.vtype.io
 
org.epics.vtype.json - package org.epics.vtype.json
Support for JSON serialization of vTypes according to the following (specification).
org.epics.vtype.ndarray - package org.epics.vtype.ndarray
 
org.epics.vtype.table - package org.epics.vtype.table
 
OutageTestPhase - Class in org.epics.pvmanager.integration
Tests reconnects caused by a network outage.
OutageTestPhase() - Constructor for class org.epics.pvmanager.integration.OutageTestPhase
 

P

paintComponent(Graphics) - Method in class org.epics.pvmanager.sample.ImagePanel
 
Parameters - Class in org.epics.pvmanager.extra
 
Parameters(Map<Object, Object>) - Constructor for class org.epics.pvmanager.extra.Parameters
 
Parameters(Parameters, Parameters...) - Constructor for class org.epics.pvmanager.extra.Parameters
 
parExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
parseByte(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a byte representation.
parseByteArray(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a byte array representation.
parseDouble(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a double representation.
parseDoubleArray(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a double array representation.
parseEnum(String, List<String>) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns the index in the enum.
parseEnumArray(String, List<String>) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns an array of indexes in the enum.
parseFloat(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a float representation.
parseFloatArray(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a float array representation.
parseFunctionAnyParameter(String) - Static method in class org.epics.pvmanager.util.FunctionParser
Parses the string and returns the name of the function plus the list of arguments.
parseFunctionAnyParameter(String, String) - Static method in class org.epics.pvmanager.util.FunctionParser
Parses the string and returns the name of the function plus the list of arguments.
parseFunctionWithScalarOrArrayArguments(String, String) - Static method in class org.epics.pvmanager.util.FunctionParser
Parse a function that accepts a scalar value (number or string) or an array value (number or string).
parseFunctionWithScalarOrArrayArguments(String, String, String) - Static method in class org.epics.pvmanager.util.FunctionParser
Parse a function that accepts a scalar value (number or string) or an array value (number or string).
parseInt(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns an integer representation.
parseIntArray(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns an int array representation.
parseObject(String, ParsePosition) - Method in class org.epics.vtype.ValueFormat
 
parseObject(String, VType) - Method in class org.epics.vtype.ValueFormat
Parses the string given the object as a reference.
parseShort(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a short representation.
parseShortArray(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a short array representation.
parseString(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a string representation.
parseStringArray(String) - Method in class org.epics.vtype.ValueFormat
Parses the string and returns a string array representation.
pause(long) - Method in class org.epics.pvmanager.integration.TestPhase
 
pauseNetwork(int) - Method in class org.epics.pvmanager.integration.AbstractCATestPhase
 
PausePv - Class in org.epics.pvmanager.sample
Shows the pausing and resuming of pvs.
PausePv() - Constructor for class org.epics.pvmanager.sample.PausePv
 
pixelDuration(TimeDuration) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
How much time should be allocated to each line of the plot.
plot1 - Variable in class org.epics.pvmanager.sample.graphene.SparklineApp
 
plots - Variable in class org.epics.pvmanager.sample.graphene.SparklineApp
 
point2DDatasetFromVTable(VTable, String, String) - Static method in class org.epics.pvmanager.graphene.DatasetConversions
Converts a VTable into a Point2DDataset.
point2DDatasetsFromVTable(VTable, List<String>, List<String>) - Static method in class org.epics.pvmanager.graphene.DatasetConversions
 
point3DDatasetFromVTable(VTable, String, String, String, String) - Static method in class org.epics.pvmanager.graphene.DatasetConversions
Converts a VTable into a Point2DDataset.
PoolConfiguration - Interface in org.epics.pvmanager.pva.rpcservice.rpcclient
A list of properties that are configurable for a rpc client pool.
PooledRPCClientFactory - Class in org.epics.pvmanager.pva.rpcservice.rpcclient
A factory creating pooled rpc clients
PooledRPCClientFactory() - Constructor for class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
 
PoolStatistics - Interface in org.epics.pvmanager.pva.rpcservice.rpcclient
Interface describing RPCClientPool statistics
prepareNotification(T, T) - Method in class org.epics.pvmanager.NotificationSupport
Given the old and new value, prepare the final value that will be notified.
primary() - Method in class org.epics.pvmanager.formula.FormulaParser
 
print(PrintStream) - Method in class org.epics.pvmanager.integration.Log
 
print() - Method in class org.epics.pvmanager.timecache.CacheStatistics
 
print() - Method in class org.epics.pvmanager.timecache.PVCacheStatistics
 
PrintFunctionSetTable - Class in org.epics.pvmanager.formula
Utility class to print an prefilled HTML table from a function set.
PrintFunctionSetTable() - Constructor for class org.epics.pvmanager.formula.PrintFunctionSetTable
 
processConnection(ConnectionPayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Process the next connection payload.
processMessage(MessagePayload) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Process the payload for this channel.
profile(int) - Static method in class org.epics.pvmanager.sample.ScannerLoadTest
 
putDataSource(String, DataSource) - Method in class org.epics.pvmanager.CompositeDataSource
Adds/replaces the data source corresponding to the given name.
putDone(Status, ChannelPut) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
PV - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
PV - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
pv() - Method in class org.epics.pvmanager.formula.FormulaParser
 
PV<R,W> - Class in org.epics.pvmanager
A PV that can be both read and written.
PVAChannelHandler - Class in org.epics.pvmanager.pva
 
PVAChannelHandler(String, String, ChannelProvider, short, PVATypeSupport) - Constructor for class org.epics.pvmanager.pva.PVAChannelHandler
 
PVADataSource - Class in org.epics.pvmanager.pva
 
PVADataSource() - Constructor for class org.epics.pvmanager.pva.PVADataSource
 
PVADataSource(short) - Constructor for class org.epics.pvmanager.pva.PVADataSource
 
PVADataSource(ChannelProvider, short) - Constructor for class org.epics.pvmanager.pva.PVADataSource
 
PVANTNDArray - Class in org.epics.pvmanager.pva.adapters
 
PVANTNDArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVANTNDArray
 
PVAPVField - Class in org.epics.pvmanager.pva.adapters
 
PVAPVField(PVField, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVAPVField
 
PVAPVStructure - Class in org.epics.pvmanager.pva.adapters
 
PVAPVStructure(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVAPVStructure
 
PVAPVStructureFunctionSet - Class in org.epics.pvmanager.pva.formula
A set of functions to work with PVAPVStructure-s.
PVAPVStructureFunctionSet() - Constructor for class org.epics.pvmanager.pva.formula.PVAPVStructureFunctionSet
 
PVARPCXMLServiceFactory - Class in org.epics.pvmanager.pva.rpcservice
A pva rpcservice factory that crawls a directory for xml files, and creates a pvAccessRPC rpcs ervice from each of them.
PVARPCXMLServiceFactory(File) - Constructor for class org.epics.pvmanager.pva.rpcservice.PVARPCXMLServiceFactory
Creates a new factory that reads from the given directory.
PVATypeAdapter - Class in org.epics.pvmanager.pva
Type adapter for PVA data source.
PVATypeAdapter(Class<?>, String[]) - Constructor for class org.epics.pvmanager.pva.PVATypeAdapter
Creates a new type adapter.
PVATypeAdapter(Class<?>, String[], Field) - Constructor for class org.epics.pvmanager.pva.PVATypeAdapter
Creates a new type adapter.
PVATypeAdapter(Class<?>, String[], Field[]) - Constructor for class org.epics.pvmanager.pva.PVATypeAdapter
Creates a new type adapter.
PVATypeAdapterSet - Interface in org.epics.pvmanager.pva
 
PVATypeSupport - Class in org.epics.pvmanager.pva
Given a set of PVATypeAdapter prepares type support for the JCA data source.
PVATypeSupport(PVATypeAdapterSet) - Constructor for class org.epics.pvmanager.pva.PVATypeSupport
A new type support for the pva type support.
PVAVTypeAdapterSet - Class in org.epics.pvmanager.pva
 
PVAVTypeAdapterSet() - Constructor for class org.epics.pvmanager.pva.PVAVTypeAdapterSet
 
PVCache - Interface in org.epics.pvmanager.timecache
Cache interface for a single PV.
PVCacheFactory - Class in org.epics.pvmanager.timecache
 
PVCacheFactory() - Constructor for class org.epics.pvmanager.timecache.PVCacheFactory
 
PVCacheImpl - Class in org.epics.pvmanager.timecache
PVCache first implementation.
PVCacheImpl(String, Collection<DataSource>, DataStorage) - Constructor for class org.epics.pvmanager.timecache.PVCacheImpl
 
PVCacheListener - Interface in org.epics.pvmanager.timecache
PVCache listener.
PVCacheStatistics - Class in org.epics.pvmanager.timecache
Statistics of PVCache.
PVCacheStatistics() - Constructor for class org.epics.pvmanager.timecache.PVCacheStatistics
 
pvChanged(PVReaderEvent<T>) - Method in interface org.epics.pvmanager.PVReaderListener
Notified when the value of the PV has changed.
pvChanged(PVWriterEvent<T>) - Method in interface org.epics.pvmanager.PVWriterListener
Notified when the value was written.
pvChanged(PVReaderEvent<Object>) - Method in class org.epics.pvmanager.test.CountDownPVReaderListener
 
pvChanged(PVWriterEvent<T>) - Method in class org.epics.pvmanager.test.CountDownPVWriterListener
 
pvChanged(PVWriterEvent) - Method in class org.epics.pvmanager.test.MockPVWriteListener
 
PVConfiguration<R,W> - Class in org.epics.pvmanager
Allows to configure the type of read/write PV to create.
PVDirector<T> - Class in org.epics.pvmanager
Orchestrates the different elements of pvmanager to make a reader functional.
pvField - Variable in class org.epics.pvmanager.pva.adapters.PVAPVField
 
PVFieldNTHistogramToVIntArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldNTHistogramToVIntArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVIntArray
 
PVFieldNTHistogramToVLongArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldNTHistogramToVLongArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVLongArray
 
PVFieldNTHistogramToVShortArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldNTHistogramToVShortArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVShortArray
 
PVFieldNTMatrixToVDoubleArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldNTMatrixToVDoubleArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldNTMatrixToVDoubleArray
 
PVFieldNTNameValueToVTable - Class in org.epics.pvmanager.pva.adapters
 
PVFieldNTNameValueToVTable(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldNTNameValueToVTable
 
PVFieldToTimestamp - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToTimestamp() - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToTimestamp
 
PVFieldToVBoolean - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVBoolean(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVBoolean
 
PVFieldToVBoolean(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVBoolean
 
PVFieldToVBoolean(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVBoolean
 
PVFieldToVBooleanArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVBooleanArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVBooleanArray
 
PVFieldToVBooleanArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVBooleanArray
 
PVFieldToVBooleanArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVBooleanArray
 
PVFieldToVByte - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVByte(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVByte
 
PVFieldToVByte(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVByte
 
PVFieldToVByte(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVByte
 
PVFieldToVByteArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVByteArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVByteArray
 
PVFieldToVByteArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVByteArray
 
PVFieldToVByteArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVByteArray
 
PVFieldToVDouble - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVDouble(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVDouble
 
PVFieldToVDouble(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVDouble
 
PVFieldToVDouble(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVDouble
 
PVFieldToVDoubleArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVDoubleArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVDoubleArray
 
PVFieldToVDoubleArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVDoubleArray
 
PVFieldToVDoubleArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVDoubleArray
 
PVFieldToVEnum - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVEnum(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVEnum
 
PVFieldToVFloat - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVFloat(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVFloat
 
PVFieldToVFloat(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVFloat
 
PVFieldToVFloat(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVFloat
 
PVFieldToVFloatArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVFloatArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVFloatArray
 
PVFieldToVFloatArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVFloatArray
 
PVFieldToVFloatArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVFloatArray
 
PVFieldToVInt - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVInt(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVInt
 
PVFieldToVInt(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVInt
 
PVFieldToVInt(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVInt
 
PVFieldToVIntArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVIntArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVIntArray
 
PVFieldToVIntArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVIntArray
 
PVFieldToVIntArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVIntArray
 
PVFieldToVLong - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVLong(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVLong
 
PVFieldToVLong(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVLong
 
PVFieldToVLong(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVLong
 
PVFieldToVLongArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVLongArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVLongArray
 
PVFieldToVLongArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVLongArray
 
PVFieldToVLongArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVLongArray
 
PVFieldToVShort - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVShort(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVShort
 
PVFieldToVShort(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVShort
 
PVFieldToVShort(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVShort
 
PVFieldToVShortArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVShortArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVShortArray
 
PVFieldToVShortArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVShortArray
 
PVFieldToVShortArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVShortArray
 
PVFieldToVStatistics - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVStatistics(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
PVFieldToVString - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVString(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVString
 
PVFieldToVString(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVString
 
PVFieldToVString(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVString
 
PVFieldToVStringArray - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVStringArray(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVStringArray
 
PVFieldToVStringArray(String, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVStringArray
 
PVFieldToVStringArray(PVField, PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVStringArray
 
PVFieldToVTable - Class in org.epics.pvmanager.pva.adapters
 
PVFieldToVTable(PVStructure, boolean) - Constructor for class org.epics.pvmanager.pva.adapters.PVFieldToVTable
 
PVManager - Class in org.epics.pvmanager
Entry point for the library, manages the defaults and allows to create PVReader, PVWriter and PV from an read or write expression.
PVManager() - Constructor for class org.epics.pvmanager.PVManager
 
PVReader<T> - Interface in org.epics.pvmanager
An object representing the PVReader.
PVReaderCondition<T> - Class in org.epics.pvmanager.integration
 
PVReaderCondition() - Constructor for class org.epics.pvmanager.integration.PVReaderCondition
 
PVReaderConfiguration<T> - Class in org.epics.pvmanager
An expression used to set the final parameters on how the pv expression should be read.
PVReaderEvent<T> - Class in org.epics.pvmanager
An event for the reader.
PVReaderListener<T> - Interface in org.epics.pvmanager
Callback for any change in the PV value.
PVReaderValueCondition - Class in org.epics.pvmanager.integration
 
PVReaderValueCondition(VTypeMatchMask, Object) - Constructor for class org.epics.pvmanager.integration.PVReaderValueCondition
 
PVWriter<T> - Interface in org.epics.pvmanager
An object representing a writable PV.
PVWriterConfiguration<T> - Class in org.epics.pvmanager
An expression used to set the final parameters on how the pv expression should be written.
PVWriterDirector<T> - Class in org.epics.pvmanager
Orchestrates the different elements of pvmanager to make a writer functional.
PVWriterEvent<T> - Class in org.epics.pvmanager
An event for the writer.
PVWriterListener<T> - Interface in org.epics.pvmanager
Callback for delivery notification of new value.

Q

query(String) - Method in class org.epics.pvmanager.jdbc.JDBCServiceMethodDescription
The query mapped to this service method.
Query - Interface in org.epics.pvmanager.timecache.query
 
QueryChunk - Class in org.epics.pvmanager.timecache.query
Represents a chunk of Data with all Timestamp within a fixed TimeInterval.
QueryChunk(TimeInterval) - Constructor for class org.epics.pvmanager.timecache.query.QueryChunk
 
QueryData - Interface in org.epics.pvmanager.timecache.query
Represents a chunk of data.
QueryDataBlank - Class in org.epics.pvmanager.timecache.query
Represents a completed chunk with no data available.
QueryDataComplete - Class in org.epics.pvmanager.timecache.query
Represents a completed chunk with all data available.
QueryDataNR - Class in org.epics.pvmanager.timecache.query
Represents a incomplete chunk with not all data yet available.
QueryImpl - Class in org.epics.pvmanager.timecache.query
 
QueryImpl(PVCache) - Constructor for class org.epics.pvmanager.timecache.query.QueryImpl
 
QueryParameters - Class in org.epics.pvmanager.timecache.query
 
QueryParameters() - Constructor for class org.epics.pvmanager.timecache.query.QueryParameters
 
queryResult(String, String) - Method in class org.epics.pvmanager.exec.ExecServiceMethodDescription
Adds a result for the script.
queryResult(String, String) - Method in class org.epics.pvmanager.jdbc.JDBCServiceMethodDescription
Adds a result for the query.
QueryResult - Interface in org.epics.pvmanager.timecache.query
 
QueryResultImpl - Class in org.epics.pvmanager.timecache.query
 
QueryResultImpl() - Constructor for class org.epics.pvmanager.timecache.query.QueryResultImpl
 
Queue<T> - Class in org.epics.pvmanager.expression
A queue expression.
Queue(int) - Constructor for class org.epics.pvmanager.expression.Queue
Creates a new queue expression.
Queue(SourceRateExpression<T>, int) - Constructor for class org.epics.pvmanager.expression.Queue
Creates a new queue expression.
QueueCollector<T> - Class in org.epics.pvmanager
Collects value at read rate and puts them in a queue.
QueueCollector(int) - Constructor for class org.epics.pvmanager.QueueCollector
New queue collector with the given max size for the queue.
queueOf(Class<R>) - Static method in class org.epics.pvmanager.ExpressionLanguage
A queue of objects of the given class.

R

Ramp - Class in org.epics.pvmanager.sim
Function to simulate a signal that increases constantly within a range (saw-tooth shape).
Ramp(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Ramp
Creates a ramp shaped signal between min and max, updating a step amount every interval seconds.
Ramp(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Ramp
Creates a ramp shaped signal between min and max, incrementing 1 every interval seconds.
Ramp() - Constructor for class org.epics.pvmanager.sim.Ramp
Creates a ramp shaped signal between -5 and +5, incrementing 1 every second.
range(double, double) - Static method in class org.epics.vtype.table.VTableFactory
 
read(SourceRateExpression<T>) - Static method in class org.epics.pvmanager.PVManager
Reads the given expression, and returns an object to configure the parameters for the read.
read(DesiredRateExpression<T>) - Static method in class org.epics.pvmanager.PVManager
Reads the given expression, and returns an object to configure the parameters for the read.
readAndWrite(SourceRateReadWriteExpression<R, W>) - Static method in class org.epics.pvmanager.PVManager
Both reads and writes the given expression, and returns an object to configure the parameters for the both read and write.
readAndWrite(DesiredRateReadWriteExpression<R, W>) - Static method in class org.epics.pvmanager.PVManager
Both reads and writes the given expression, and returns an object to configure the parameters for the both read and write.
ReadEvent - Class in org.epics.pvmanager.integration
 
ReadEvent(Timestamp, String, PVReaderEvent<?>, boolean, Object, Exception) - Constructor for class org.epics.pvmanager.integration.ReadEvent
 
ReadExpressionTester - Class in org.epics.pvmanager
 
ReadExpressionTester(DesiredRateExpression<?>) - Constructor for class org.epics.pvmanager.ReadExpressionTester
 
ReadFunction<R> - Interface in org.epics.pvmanager
A basic building block in the PVManager framework that can return a result of a given type.
ReadFunctionArgument<T> - Class in org.epics.pvmanager.graphene
 
ReadFunctionArgument(ReadFunction<T>) - Constructor for class org.epics.pvmanager.graphene.ReadFunctionArgument
 
ReadFunctionArgument() - Constructor for class org.epics.pvmanager.graphene.ReadFunctionArgument
 
readList(Reader) - Static method in class org.epics.vtype.io.TextIO
Reads a file where each line represents a value in an array.
readListener(PVReaderListener<? super R>) - Method in class org.epics.pvmanager.PVConfiguration
Adds a listener for the read events.
readListener(PVReaderListener<? super T>) - Method in class org.epics.pvmanager.PVReaderConfiguration
Adds a listener notified for any reader event (values, connection and errors).
ReadMap<T> - Class in org.epics.pvmanager.expression
A read expression for a key/value map.
ReadMap() - Constructor for class org.epics.pvmanager.expression.ReadMap
Creates a new group.
readMapOf(Class<R>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An empty map that can manage expressions of the given type.
readNext() - Method in class org.epics.pvmanager.graphene.ReadFunctionArgument
 
ReadRecipe - Class in org.epics.pvmanager
Represents all the information necessary to connect to a DataSource.
ReadRecipeBuilder - Class in org.epics.pvmanager
Builder class for ReadRecipe.
ReadRecipeBuilder() - Constructor for class org.epics.pvmanager.ReadRecipeBuilder
 
readValue() - Method in class org.epics.pvmanager.Aggregator
 
readValue() - Method in class org.epics.pvmanager.CacheCollector
 
readValue() - Method in class org.epics.pvmanager.ConnectionCollector
 
readValue(InputStream) - Method in class org.epics.pvmanager.file.CSVFileFormat
 
readValue(InputStream) - Method in interface org.epics.pvmanager.file.FileFormat
Reads the value from the given stream.
readValue(InputStream) - Method in class org.epics.pvmanager.file.ImageFileFormat
 
readValue(InputStream) - Method in class org.epics.pvmanager.file.json.JVTypeFileFormat
 
readValue(InputStream) - Method in class org.epics.pvmanager.file.ListFileFormat
 
readValue() - Method in class org.epics.pvmanager.ForwardCache
 
readValue() - Method in class org.epics.pvmanager.graphene.BubbleGraph2DFunction
 
readValue() - Method in class org.epics.pvmanager.graphene.CheckedReadFunction
 
readValue() - Method in class org.epics.pvmanager.graphene.ScatterGraph2DFunction
 
readValue() - Method in class org.epics.pvmanager.graphene.VStringArrayToListStringReadFunction
 
readValue() - Method in class org.epics.pvmanager.graphene.VStringToStringReadFunction
 
readValue() - Method in class org.epics.pvmanager.LatestValueCollector
 
readValue() - Method in class org.epics.pvmanager.QueueCollector
 
readValue() - Method in interface org.epics.pvmanager.ReadFunction
Calculates, if needed, and then returns the value for this function.
readValue() - Method in class org.epics.pvmanager.ValueCacheImpl
Returns the value in the cache.
readValue(String) - Method in class org.epics.pvmanager.WriteExpressionTester
 
ReadWriteMap<R,W> - Class in org.epics.pvmanager.expression
A read/write expression for a key/value map.
ReadWriteMap() - Constructor for class org.epics.pvmanager.expression.ReadWriteMap
Creates a new group.
recipeFor(String) - Method in class org.epics.pvmanager.ReadExpressionTester
 
recipeFor(WriteRecipe, String) - Static method in class org.epics.pvmanager.test.WriteRecipeUtil
 
recipeFor(String) - Method in class org.epics.pvmanager.WriteExpressionTester
 
reconnect() - Method in class org.epics.pvmanager.sample.graphene.BaseGraphApp
 
registerCollector(Collector<?, ?>) - Method in class org.epics.pvmanager.PVDirector
 
registerFileFormat(String, FileFormat) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Register a new FileFormat for a given file extension
registerFileFormat(FileFormat) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Register a new FileFormat for the extensions declared by the format itself.
registerFormulaFunctionSet(FormulaFunctionSet) - Method in class org.epics.pvmanager.formula.FormulaRegistry
Registers a formula set.
registerService(Service) - Method in class org.epics.pvmanager.service.ServiceRegistry
 
registerServices(ServiceFactory) - Method in class org.epics.pvmanager.service.ServiceRegistry
 
relationalExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
remove(String) - Method in class org.epics.pvmanager.expression.ReadMap
Removes the expression with the given name.
remove(Collection<String>) - Method in class org.epics.pvmanager.expression.ReadMap
Removes the expressions from the map.
remove(String) - Method in class org.epics.pvmanager.expression.ReadWriteMap
Removes the expression with the given name.
remove(Collection<String>) - Method in class org.epics.pvmanager.expression.ReadWriteMap
Removes the expressions from the map.
remove(String) - Method in class org.epics.pvmanager.expression.WriteMap
Removes the expression with the given name.
remove(Collection<String>) - Method in class org.epics.pvmanager.expression.WriteMap
Removes the expressions from the map.
remove(int) - Method in class org.epics.pvmanager.extra.DynamicGroup
Removes the expression at the given location.
removeListener(DataRequestListener) - Method in class org.epics.pvmanager.timecache.DataRequestThread
removeListener(DataStorageListener) - Method in class org.epics.pvmanager.timecache.impl.SimpleMemoryStorage
removeListener(PVCacheListener) - Method in interface org.epics.pvmanager.timecache.PVCache
Remove a PVCacheListener.
removeListener(PVCacheListener) - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Remove a PVCacheListener.
removeListener(DataStorageListener) - Method in interface org.epics.pvmanager.timecache.storage.DataStorage
removePVReaderListener(PVReaderListener<? super R>) - Method in class org.epics.pvmanager.PV
 
removePVReaderListener(PVReaderListener<? super T>) - Method in interface org.epics.pvmanager.PVReader
Removes a listener to the value.
removePVWriterListener(PVWriterListener<? extends W>) - Method in class org.epics.pvmanager.PV
 
removePVWriterListener(PVWriterListener<? extends T>) - Method in interface org.epics.pvmanager.PVWriter
Removes a listener to the value.
removeReader(ChannelHandlerReadSubscription) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to remove a read request.
removeReader(ChannelHandlerReadSubscription) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
removeWrite(ChannelHandlerWriteSubscription) - Method in class org.epics.pvmanager.ChannelHandler
Used by the data source to conclude writes to the channel managed by this handler.
removeWrite(ChannelHandlerWriteSubscription) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
RepeatedDisconnectTestPhase - Class in org.epics.pvmanager.integration
Tests reconnects caused by a server restart.
RepeatedDisconnectTestPhase() - Constructor for class org.epics.pvmanager.integration.RepeatedDisconnectTestPhase
 
Replay - Class in org.epics.pvmanager.sim
Function that reads an xml file and simulates a pv by replaying it.
Replay(String) - Constructor for class org.epics.pvmanager.sim.Replay
The URI of the file.
reportError(RecognitionException) - Method in class org.epics.pvmanager.formula.FormulaParser
 
reportExceptionToAllReadersAndWriters(Exception) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Notifies all readers and writers of an error condition.
reportExceptionToAllWriters(Exception) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Notifies all writers of an error condition.
ReportRateFrame - Class in org.epics.pvmanager.sample
 
ReportRateFrame() - Constructor for class org.epics.pvmanager.sample.ReportRateFrame
Creates new form MockPVFrame
resetConfiguration() - Static method in class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
 
resetCount(int) - Method in class org.epics.pvmanager.test.CountDownPVReaderListener
Changes the count back to count.
resetCount(int) - Method in class org.epics.pvmanager.test.CountDownPVWriterListener
Changes the count back to count.
resetCount(int) - Method in class org.epics.pvmanager.test.CountDownWriteFunction
Changes the count back to count.
resetMessage() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Resets the last message to null.
restart(String) - Method in class org.epics.pvmanager.integration.AbstractCATestPhase
 
RestartTestPhase - Class in org.epics.pvmanager.integration
Tests reconnects caused by a server restart.
RestartTestPhase() - Constructor for class org.epics.pvmanager.integration.RestartTestPhase
 
resultOf(ExpressionLanguage.OneArgFunction<R, A>, DesiredRateExpression<? extends A>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that represents the result of a user provided function.
resultOf(ExpressionLanguage.OneArgFunction<R, A>, DesiredRateExpression<? extends A>, String) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that represents the result of a user provided function.
resultOf(ExpressionLanguage.TwoArgFunction<R, A1, A2>, DesiredRateExpression<? extends A1>, DesiredRateExpression<? extends A2>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that represents the result of a user provided function.
resultOf(ExpressionLanguage.TwoArgFunction<R, A1, A2>, DesiredRateExpression<? extends A1>, DesiredRateExpression<? extends A2>, String) - Static method in class org.epics.pvmanager.ExpressionLanguage
An expression that represents the result of a user provided function.
retrieveDataAsync(TimeInterval) - Method in interface org.epics.pvmanager.timecache.PVCache
Asynchronously retrieves samples from sources for the requested TimeInterval and asynchronously requests DataStorage for immediately available samples.
retrieveDataAsync(TimeInterval) - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Asynchronously retrieves samples from sources for the requested TimeInterval and asynchronously requests DataStorage for immediately available samples.
retrieveDataSync(TimeInterval) - Method in interface org.epics.pvmanager.timecache.PVCache
Synchronously requests DataStorage for immediately available samples.
retrieveDataSync(TimeInterval) - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Synchronously requests DataStorage for immediately available samples.
routeExceptionsTo(ExceptionHandler) - Method in class org.epics.pvmanager.PVConfiguration
Forwards exception to the given exception handler.
routeExceptionsTo(ExceptionHandler) - Method in class org.epics.pvmanager.PVReaderConfiguration
Forwards exception to the given exception handler.
routeExceptionsTo(ExceptionHandler) - Method in class org.epics.pvmanager.PVWriterConfiguration
Forwards exception to the given exception handler.
RPCService - Class in org.epics.pvmanager.pva.rpcservice
A pvmanager rpcservice for calling pvAccess RPC services.
RPCService(RPCServiceDescription) - Constructor for class org.epics.pvmanager.pva.rpcservice.RPCService
Creates a new PVA RPC rpcservice from the given rpcservice description.
RPCServiceDescription - Class in org.epics.pvmanager.pva.rpcservice
The description on how to construct a pvAccess RPC rpcservice.
RPCServiceDescription(String, String, String, String, String, boolean) - Constructor for class org.epics.pvmanager.pva.rpcservice.RPCServiceDescription
A new rpcservice description with the given rpcservice name and description.
RPCServiceMethodDescription - Class in org.epics.pvmanager.pva.rpcservice
The description for a pvAccess RPC rpcservice method.
RPCServiceMethodDescription(String, String, String, String, boolean) - Constructor for class org.epics.pvmanager.pva.rpcservice.RPCServiceMethodDescription
A new rpcservice method with the given name and description.
RPCServices - Class in org.epics.pvmanager.pva.rpcservice
Utility class to create pvAccess RPC Services.
RPCServices() - Constructor for class org.epics.pvmanager.pva.rpcservice.RPCServices
 
rtypValueOnly(boolean) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
If true, for fields that match ".*\.RTYP.*" only the value will be read; alarm and time will be created at client side.
run() - Method in class org.epics.pvmanager.integration.DisconnectTestPhase
 
run() - Method in class org.epics.pvmanager.integration.RepeatedDisconnectTestPhase
 
run() - Method in class org.epics.pvmanager.integration.TestPhase
 
run() - Method in class org.epics.pvmanager.integration.TypeChangeTestPhase
 
run() - Method in class org.epics.pvmanager.integration.UpdateTestPhase
 
run() - Method in class org.epics.pvmanager.timecache.DataRequestThread

S

saveMessageAfterDisconnect() - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Signals whether the last message received after the disconnect should be kept so that it is available at reconnect.
SawtoothWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a triangle wave.
SawtoothWaveform() - Constructor for class org.epics.pvmanager.sim.SawtoothWaveform
Creates a triangle wave of 100 samples, with period of 1 second, wavelength of 100 samples, updating at 10 Hz.
SawtoothWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.SawtoothWaveform
Creates a triangle wave of 100 samples, with given period and given wavelength of 100 samples, updating at given rate.
SawtoothWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.SawtoothWaveform
Creates a triangle wave of 100 samples, with given period and given wavelength of given number of samples, updating at given rate.
Scalar - Interface in org.epics.vtype
Basic type definition for all scalar types.
scalarArrayElementClass(PVScalarArray) - Static method in class org.epics.pvmanager.pva.adapters.NTUtils
 
scalarArrayToList(PVScalarArray, boolean) - Static method in class org.epics.pvmanager.pva.adapters.NTUtils
 
scalarClass(ScalarType) - Static method in class org.epics.pvmanager.pva.adapters.NTUtils
 
ScaleFrame - Class in org.epics.pvmanager.sample
 
ScaleFrame() - Constructor for class org.epics.pvmanager.sample.ScaleFrame
Creates new form ScaleFrame
ScannerLoadTest - Class in org.epics.pvmanager.sample
Load test to see the effect on the performance of the scanning.
ScannerLoadTest() - Constructor for class org.epics.pvmanager.sample.ScannerLoadTest
 
ScatterGraph2DExpression - Class in org.epics.pvmanager.graphene
 
ScatterGraph2DFunction - Class in org.epics.pvmanager.graphene
 
ScatterGraph2DFunction(ReadFunction<?>, ReadFunction<?>, ReadFunction<?>, ReadFunction<?>) - Constructor for class org.epics.pvmanager.graphene.ScatterGraph2DFunction
 
ScatterGraphApp - Class in org.epics.pvmanager.sample.graphene
 
ScatterGraphApp() - Constructor for class org.epics.pvmanager.sample.graphene.ScatterGraphApp
 
ScatterGraphDialog - Class in org.epics.pvmanager.sample.graphene
 
ScatterGraphDialog(Frame, boolean, ScatterGraphApp) - Constructor for class org.epics.pvmanager.sample.graphene.ScatterGraphDialog
Creates new form ScatterGraphDialog
scatterGraphOf(DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
scrollDown(boolean) - Static method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Whether the plot should scroll down or up.
select(VTable, ListInt) - Static method in class org.epics.vtype.table.VTableFactory
 
Service - Class in org.epics.pvmanager.service
 
Service(ServiceDescription) - Constructor for class org.epics.pvmanager.service.Service
 
ServiceDescription - Class in org.epics.pvmanager.service
 
ServiceDescription(String, String) - Constructor for class org.epics.pvmanager.service.ServiceDescription
 
ServiceFactory - Interface in org.epics.pvmanager.service
A factory class for Services.
ServiceMethod - Class in org.epics.pvmanager.service
 
ServiceMethod(ServiceMethodDescription) - Constructor for class org.epics.pvmanager.service.ServiceMethod
 
ServiceMethodDescription - Class in org.epics.pvmanager.service
 
ServiceMethodDescription(String, String) - Constructor for class org.epics.pvmanager.service.ServiceMethodDescription
 
ServiceRegistry - Class in org.epics.pvmanager.service
 
ServiceRegistry() - Constructor for class org.epics.pvmanager.service.ServiceRegistry
 
ServiceUtil - Class in org.epics.pvmanager.service
 
ServiceUtil() - Constructor for class org.epics.pvmanager.service.ServiceUtil
 
set(int, DesiredRateExpression<?>) - Method in class org.epics.pvmanager.extra.DynamicGroup
Changes the expression to the given location.
setAbandonWhenPercentageFull(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
rpc clients that have been abandoned (timed out) wont get closed and reported up unless the number of rpc clients in use are above the percentage defined by abandonWhenPercentageFull.
setAlarmSeverityColorMap(Map<AlarmSeverity, Integer>) - Static method in class org.epics.vtype.ValueUtil
Changes the color map for AlarmSeverity.
setAsyncWriteExecutor(ScheduledExecutorService) - Static method in class org.epics.pvmanager.PVManager
Changes the executor used for the asynchronous write calls.
setChangeNotification(Runnable) - Method in class org.epics.pvmanager.CacheCollector
 
setChangeNotification(Runnable) - Method in interface org.epics.pvmanager.Collector
Task to run to notify of the presence of a new value in the collector.
setChangeNotification(Runnable) - Method in class org.epics.pvmanager.ConnectionCollector
 
setChangeNotification(Runnable) - Method in class org.epics.pvmanager.LatestValueCollector
 
setChangeNotification(Runnable) - Method in class org.epics.pvmanager.QueueCollector
 
setColorColumn(String) - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
setColorMap(NumberColorMap) - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
setConnected(boolean) - Method in class org.epics.pvmanager.integration.WriteEvent
 
setDebugLevel(int) - Method in class org.epics.pvmanager.integration.TestPhase
 
setDefaultDataSource(String) - Method in class org.epics.pvmanager.CompositeDataSource
Sets the data source to be used if the channel does not specify one explicitely.
setDefaultDataSource(DataSource) - Static method in class org.epics.pvmanager.PVManager
Changes the default source for data.
setDefaultNotificationExecutor(Executor) - Static method in class org.epics.pvmanager.PVManager
Changes the default executor on which all notifications are going to be posted.
setDefaultNumberFormat(NumberFormat) - Static method in class org.epics.vtype.ValueUtil
Changes the default format for numbers.
setDefaultTimestampFormat(TimestampFormat) - Static method in class org.epics.vtype.ValueUtil
Changes the default timestamp format.
setDefaultValueFormat(ValueFormat) - Static method in class org.epics.vtype.ValueUtil
Changes the default format for VTypes.
setDelimiter(String) - Method in class org.epics.pvmanager.CompositeDataSource
Changes the data source delimiter.
setDrawLegend(boolean) - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
setEvent(PVWriterEvent<?>) - Method in class org.epics.pvmanager.integration.WriteEvent
 
setHighlightFocusValue(boolean) - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
setHighlightFocusValue(boolean) - Method in class org.epics.pvmanager.sample.graphene.HistogramGraphApp
 
setImage(Image) - Method in class org.epics.pvmanager.sample.ImagePanel
 
setInitialSize(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Set the number of rpc clients that will be established when the rpc client pool is started.
setInterpolationScheme(InterpolationScheme) - Method in class org.epics.pvmanager.sample.graphene.LineGraphApp
 
setInterpolationScheme(InterpolationScheme) - Method in class org.epics.pvmanager.sample.graphene.MultiAxisLineGraphApp
 
setInterpolationScheme(InterpolationScheme) - Method in class org.epics.pvmanager.sample.graphene.MultilineGraphApp
 
setInterpolationScheme(InterpolationScheme) - Method in class org.epics.pvmanager.sample.graphene.ScatterGraphApp
 
setLastException(Exception) - Method in class org.epics.pvmanager.integration.WriteEvent
 
setLogAbandoned(boolean) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
boolean flag to set if stack traces should be logged for application code which abandoned a rpc client.
setLoginTimeout(int) - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
setLogWriter(PrintWriter) - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
setMaxActive(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The maximum number of active rpc clients that can be allocated from this pool at the same time.
setMaxAge(long) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Time in milliseconds to keep this rpc client alive even when used.
setMaxIdle(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The maximum number of rpc clients that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
setMaxSize(int) - Method in class org.epics.pvmanager.CacheCollector
Changes the maximum size of the cache.
setMaxSize(int) - Method in class org.epics.pvmanager.QueueCollector
Changes the number of maximum values in the queue.
setMaxWait(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The maximum number of milliseconds that the pool will wait (when there are no available rpc clients and the PoolConfiguration.getMaxActive() has been reached) for a rpc client to be returned before throwing an exception.
setMinEvictableIdleTimeMillis(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
setMinIdle(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The minimum number of established rpc clients that should be kept in the pool at all times.
setNumberFormat(NumberFormat) - Method in class org.epics.vtype.ValueFormat
Changes the NumberFormat used to format the numeric values.
setPaused(boolean) - Method in class org.epics.pvmanager.PV
 
setPaused(boolean) - Method in interface org.epics.pvmanager.PVReader
Pauses or resumes the reader notifications.
setPoolConfiguration(PoolConfiguration) - Static method in class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
Override the default configuration with a new one
setPoolConfiguration(String) - Static method in class org.epics.pvmanager.pva.rpcservice.rpcclient.PooledRPCClientFactory
Set pool configuration from text (in java properties format)
setPrecedingChannels(List<String>) - Method in class org.epics.pvmanager.WriteCache
Changes which channels need to be written before the channel for this cache can be written.
setProcessMessageOnDisconnect(boolean) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Determines whether MultiplexedChannelHandler.processConnection(java.lang.Object) should trigger MultiplexedChannelHandler.processMessage(java.lang.Object) with the same (non-null) payload in case the channel has been disconnected.
setProcessMessageOnReconnect(boolean) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
Determines whether MultiplexedChannelHandler.processConnection(java.lang.Object) should trigger MultiplexedChannelHandler.processMessage(java.lang.Object) with the same (non-null) payload in case the channel has reconnected.
setPvName(String) - Method in class org.epics.pvmanager.integration.WriteEvent
 
setReadScannerExecutorService(ScheduledExecutorService) - Static method in class org.epics.pvmanager.PVManager
Changes the executor service to use for executing the periodic read scan.
setRemoveAbandoned(boolean) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
boolean flag to remove abandoned rpc clients if they exceed the removeAbandonedTimout.
setRemoveAbandonedTimeout(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The time in seconds before a rpc client can be considered abandoned.
setSizeColumn(String) - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
setStatisticsEnabled(boolean) - Method in interface org.epics.pvmanager.timecache.Cache
 
setStatisticsEnabled(boolean) - Method in class org.epics.pvmanager.timecache.CacheImpl
setStatisticsEnabled(boolean) - Method in interface org.epics.pvmanager.timecache.PVCache
 
setStatisticsEnabled(boolean) - Method in class org.epics.pvmanager.timecache.PVCacheImpl
setSuspectTimeout(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Similar to PoolConfiguration.setRemoveAbandonedTimeout(int) but instead of treating the rpc client as abandoned, and potentially closing the rpc client, this simply logs the warning if PoolConfiguration.isLogAbandoned() returns true.
setTestOnBorrow(boolean) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The indication of whether objects will be validated before being borrowed from the pool.
setTestOnReturn(boolean) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The indication of whether objects will be validated after being returned to the pool.
setTestWhileIdle(boolean) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Set to true if validation should take place while the rpc client is idle.
setTimeBetweenEvictionRunsMillis(int) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
The number of milliseconds to sleep between runs of the idle rpc client validation, abandoned cleaner and idle pool resizing.
setTimestamp(Timestamp) - Method in class org.epics.pvmanager.integration.WriteEvent
 
setTolerance(TimeDuration) - Method in class org.epics.pvmanager.timecache.util.TimestampsSet
Set the TimeDuration used to define the minimum duration of generated TimeInterval.
SetupUtil - Class in org.epics.pvmanager.sample
 
SetupUtil() - Constructor for class org.epics.pvmanager.sample.SetupUtil
 
setUseLock(boolean) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
Set to true if a lock should be used when operations are performed on the rpc client object.
setValidationInterval(long) - Method in interface org.epics.pvmanager.pva.rpcservice.rpcclient.PoolConfiguration
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
setValue(Object) - Method in class org.epics.pvmanager.WriteExpressionTester
 
setXColumn(String) - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
setYColumn(String) - Method in class org.epics.pvmanager.sample.graphene.BubbleGraphApp
 
shell(String) - Method in class org.epics.pvmanager.exec.ExecServiceDescription
 
shellArg(String) - Method in class org.epics.pvmanager.exec.ExecServiceDescription
 
SimpleDataSource - Class in org.epics.pvmanager.jdbc
A simple implementation of DataSource that wraps around a JDBC url.
SimpleDataSource(String) - Constructor for class org.epics.pvmanager.jdbc.SimpleDataSource
 
SimpleFileDataSource - Class in org.epics.pvmanager.timecache.impl
DataSource implementation which read samples from a file dump of 'sample_view' from Archive RDB.
SimpleFileDataSource(String) - Constructor for class org.epics.pvmanager.timecache.impl.SimpleFileDataSource
 
SimpleMemoryStorage - Class in org.epics.pvmanager.timecache.impl
DataStorage first implementation which handles only memory.
SimpleMemoryStorage() - Constructor for class org.epics.pvmanager.timecache.impl.SimpleMemoryStorage
 
SimpleProbe - Class in org.epics.pvmanager.sample
 
SimpleProbe() - Constructor for class org.epics.pvmanager.sample.SimpleProbe
Creates new form MockPVFrame
SimpleValueFormat - Class in org.epics.vtype
Default implementation for formatting.
SimpleValueFormat(int) - Constructor for class org.epics.vtype.SimpleValueFormat
Formats any scalar and array, by using the server side formatting and limiting the elements of the array displayed to maxElements.
simulatedData() - Static method in class org.epics.pvmanager.sim.SimulationDataSource
Data source instance.
SimulationDataSource - Class in org.epics.pvmanager.sim
Data source to produce simulated signals that can be using during development and testing.
SimulationDataSource() - Constructor for class org.epics.pvmanager.sim.SimulationDataSource
 
Sine - Class in org.epics.pvmanager.sim
Function to simulate a signal shaped like a sine.
Sine(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Sine
Creates a sine shaped signal between min and max, updating every interval seconds with samplesPerCycles samples every full sine cycle.
Sine(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Sine
Creates a sine shaped signal between min and max, updating every interval seconds with 10 samples every full sine cycle.
Sine() - Constructor for class org.epics.pvmanager.sim.Sine
Creates a sine shaped signal between -5 and 5, updating every second with 10 samples every full sine cycle.
Sine2DWaveform - Class in org.epics.pvmanager.sim
Function to simulate a 2D waveform containing a sine wave.
Sine2DWaveform() - Constructor for class org.epics.pvmanager.sim.Sine2DWaveform
Creates sine wave of 100 samples, with period of 1 second, wavelength of 100 samples along the x axis, updating at 10 Hz.
Sine2DWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Sine2DWaveform
Creates sine wave of 100 samples, with given period and given wavelength of 100 samples along the x axis, updating at given rate.
Sine2DWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Sine2DWaveform
Creates sine wave of 100 samples, with given period and given wavelength of given number of samples along the x axis, updating at given rate.
Sine2DWaveform(Double, Double, Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Sine2DWaveform
Creates sine wave with given parameters.
SineWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a sine wave.
SineWaveform() - Constructor for class org.epics.pvmanager.sim.SineWaveform
Creates sine wave of 100 samples, with period of 1 second, wavelength of 100 samples, updating at 10 Hz.
SineWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.SineWaveform
Creates sine wave of 100 samples, with given period and given wavelength of 100 samples, updating at given rate.
SineWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.SineWaveform
Creates sine wave of 100 samples, with given period and given wavelength of given number of samples, updating at given rate.
singleChannelConnection(String) - Method in class org.epics.pvmanager.integration.AbstractCATestPhase
 
singlePv() - Method in class org.epics.pvmanager.formula.FormulaParser
 
singleRangeGradient(Color, Color) - Static method in class org.epics.pvmanager.extra.ColorScheme
A simple color scheme that uses only one gradient for the whole display range.
singleRangeGradient(Color, Color, Color) - Static method in class org.epics.pvmanager.extra.ColorScheme
 
size() - Method in class org.epics.pvmanager.expression.ReadMap
Returns the number of expressions in the group.
size() - Method in class org.epics.pvmanager.expression.ReadWriteMap
Returns the number of expressions in the group.
size() - Method in class org.epics.pvmanager.expression.WriteMap
Returns the number of expressions in the group.
size() - Method in class org.epics.pvmanager.extra.DynamicGroup
Returns the number of expressions in the group.
size() - Method in class org.epics.pvmanager.graphene.ListDoubleView
 
SourceData - Class in org.epics.pvmanager.timecache.source
SourceData(Timestamp, VType) - Constructor for class org.epics.pvmanager.timecache.source.SourceData
 
SourceRateExpression<R> - Interface in org.epics.pvmanager.expression
An expression to read at the rate of the source.
SourceRateExpressionImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateExpression.
SourceRateExpressionImpl(String, Class<R>) - Constructor for class org.epics.pvmanager.expression.SourceRateExpressionImpl
Constructor that represents a single pv of a particular type.
SourceRateExpressionImpl(SourceRateExpressionList<?>, ReadFunction<R>, String) - Constructor for class org.epics.pvmanager.expression.SourceRateExpressionImpl
Creates a new source rate expression.
SourceRateExpressionList<R> - Interface in org.epics.pvmanager.expression
A list of expressions to read at the rate of the source.
SourceRateExpressionListImpl<R> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateExpressionList.
SourceRateExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.SourceRateExpressionListImpl
Creates a new empty expression list.
SourceRateReadWriteExpression<R,W> - Interface in org.epics.pvmanager.expression
An expression to write and to read at the rate of the source.
SourceRateReadWriteExpressionImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateReadWriteExpression.
SourceRateReadWriteExpressionImpl(SourceRateExpression<R>, WriteExpression<W>) - Constructor for class org.epics.pvmanager.expression.SourceRateReadWriteExpressionImpl
Creates an expression that can be both read and written.
SourceRateReadWriteExpressionList<R,W> - Interface in org.epics.pvmanager.expression
A list of expressions to write and to read at the rate of the source.
SourceRateReadWriteExpressionListImpl<R,W> - Class in org.epics.pvmanager.expression
Implementation class for SourceRateReadWriteExpressionList.
SourceRateReadWriteExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl
 
sourceRequested() - Method in class org.epics.pvmanager.timecache.PVCacheStatistics
 
SparklineApp - Class in org.epics.pvmanager.sample.graphene
 
SparklineApp() - Constructor for class org.epics.pvmanager.sample.graphene.SparklineApp
Creates new form SimpleScatterGraph
SparklineGraph2DExpression - Class in org.epics.pvmanager.graphene
 
sparklineGraphOf(DesiredRateExpression<?>, DesiredRateExpression<?>, DesiredRateExpression<?>) - Static method in class org.epics.pvmanager.graphene.ExpressionLanguage
 
Square2DWaveform - Class in org.epics.pvmanager.sim
Function to simulate a 2D waveform containing a sine wave.
Square2DWaveform() - Constructor for class org.epics.pvmanager.sim.Square2DWaveform
Creates sine wave of 100 samples, with period of 1 second, wavelength of 100 samples along the x axis, updating at 10 Hz.
Square2DWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Square2DWaveform
Creates sine wave of 100 samples, with given period and given wavelength of 100 samples along the x axis, updating at given rate.
Square2DWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Square2DWaveform
Creates sine wave of 100 samples, with given period and given wavelength of given number of samples along the x axis, updating at given rate.
Square2DWaveform(Double, Double, Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.Square2DWaveform
Creates sine wave with given parameters.
SquareWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a square wave.
SquareWaveform() - Constructor for class org.epics.pvmanager.sim.SquareWaveform
Creates a square wave of 100 samples, with period of 1 second, wavelength of 100 samples, updating at 10 Hz.
SquareWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.SquareWaveform
Creates a square wave of 100 samples, with given period and given wavelength of 100 samples, updating at given rate.
SquareWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.SquareWaveform
Creates a square wave of 100 samples, with given period and given wavelength of given number of samples, updating at given rate.
startLiveDataProcessing() - Method in interface org.epics.pvmanager.timecache.PVCache
Start processing live data samples.
startLiveDataProcessing() - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Start processing live data samples.
StatefulFormulaFunction - Class in org.epics.pvmanager.formula
A formula function that maintains a state.
StatefulFormulaFunction() - Constructor for class org.epics.pvmanager.formula.StatefulFormulaFunction
 
Statistics - Interface in org.epics.vtype
Basic type for statistical information of numeric types.
statisticsOf(SourceRateExpression<VDouble>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
Aggregates the sample at the scan rate and calculates statistical information.
statisticsOf(SourceRateExpressionList<VDouble>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
stdDev - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVStatistics
 
step(double, double) - Static method in class org.epics.vtype.table.VTableFactory
 
stopLiveDataProcessing() - Method in interface org.epics.pvmanager.timecache.PVCache
Stop processing live data samples.
stopLiveDataProcessing() - Method in class org.epics.pvmanager.timecache.PVCacheImpl
Stop processing live data samples.
storeData(DataChunk) - Method in class org.epics.pvmanager.timecache.impl.SimpleMemoryStorage
Stores all Data of the specified DataChunk and returns the corresponding set of Data ordered by Timestamp.
storeData(DataChunk) - Method in interface org.epics.pvmanager.timecache.storage.DataStorage
Stores all Data of the specified DataChunk and returns the corresponding set of Data ordered by Timestamp.
STRING - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
STRING - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
stringArgument(ReadFunction<?>, String) - Static method in class org.epics.pvmanager.graphene.ArgumentExpressions
 
stringArrayArgument(ReadFunction<?>, String) - Static method in class org.epics.pvmanager.graphene.ArgumentExpressions
 
stringColumnOf(VTable, String) - Static method in class org.epics.vtype.ValueUtil
Extracts the values of a column, making sure it contains strings.
StringFunctionSet - Class in org.epics.pvmanager.formula
A set of functions to work with Strings.
StringFunctionSet() - Constructor for class org.epics.pvmanager.formula.StringFunctionSet
Creates a new set.
stringLiteral() - Method in class org.epics.pvmanager.formula.FormulaParser
 
Strings - Class in org.epics.pvmanager.sim
Function to simulate a signal that generates Strings.
Strings() - Constructor for class org.epics.pvmanager.sim.Strings
Creates a signal uniformly distributed between -5.0 and 5.0, updating every 100ms (10Hz).
Strings(Double) - Constructor for class org.epics.pvmanager.sim.Strings
Creates a signal uniformly distributed between min and max, updating every interval seconds.
subArray(VNumberArray, int) - Static method in class org.epics.vtype.ValueUtil
Filters an element of a one-dimensional array.
subtract(IntervalsList, TimeInterval) - Static method in class org.epics.pvmanager.timecache.util.IntervalsList
Remove an interval from a list.
subtract(IntervalsList, IntervalsList) - Static method in class org.epics.pvmanager.timecache.util.IntervalsList
Remove an intervals list from another one.
subtractFromSelf(TimeInterval) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Remove an interval from the list.
subtractFromSelf(IntervalsList) - Method in class org.epics.pvmanager.timecache.util.IntervalsList
Remove an intervals list from the instance.
SwingBindingUtil - Class in org.epics.pvmanager.sample
 
SwingBindingUtil() - Constructor for class org.epics.pvmanager.sample.SwingBindingUtil
 
swingEDT() - Static method in class org.epics.pvmanager.util.Executors
Executes tasks on the Swing Event Dispatch Thread using SwingUtilities.invokeLater().
swtThread() - Static method in class org.epics.pvmanager.sample.ConfigurationExamples
 
sync() - Method in class org.epics.pvmanager.PVWriterConfiguration
Creates a new PVWriter where the PVWriter.write(java.lang.Object) method is synchronous (i.e.
syncExecuteMethod(ServiceMethod, Map<String, Object>) - Static method in class org.epics.pvmanager.service.ServiceUtil
 
synchronizedArrayOf(TimeDuration, SourceRateExpressionList<VDouble>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A synchronized array from the given expression.
synchronizedArrayOf(TimeDuration, TimeDuration, SourceRateExpressionList<VDouble>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A synchronized array from the given expression.
synchWriteAndMaxReadRate(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
Creates the pv such that writes are synchronous and read notifications comes at most at the rate specified.
SystemDataSource - Class in org.epics.pvmanager.sys
Data source to produce simulated signals that can be using during development and testing.
SystemDataSource() - Constructor for class org.epics.pvmanager.sys.SystemDataSource
 

T

T__15 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__15 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__16 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__16 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__17 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__17 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__18 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__18 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__19 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__19 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__20 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__20 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__21 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__21 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__22 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__22 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__23 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__23 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__24 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__24 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__25 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__25 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__26 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__26 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__27 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__27 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__28 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__28 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__29 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__29 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__30 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__30 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__31 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__31 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__32 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__32 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__33 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__33 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__34 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__34 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__35 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__35 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
T__36 - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
T__36 - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
Table - Class in org.epics.pvmanager.sim
Function to simulate a signal that generates VTables.
Table() - Constructor for class org.epics.pvmanager.sim.Table
 
Table(Double) - Constructor for class org.epics.pvmanager.sim.Table
 
TableFunctionSet - Class in org.epics.pvmanager.formula
A function set for table operations.
TableFunctionSet() - Constructor for class org.epics.pvmanager.formula.TableFunctionSet
Creates a new set.
tableRangeFilter(VTable, String, Object, Object) - Static method in class org.epics.vtype.table.VTableFactory
 
tableStringMatchFilter(VTable, String, String) - Static method in class org.epics.vtype.table.VTableFactory
 
tableValueFilter(VTable, String, Object) - Static method in class org.epics.vtype.table.VTableFactory
 
TestDataSource - Class in org.epics.pvmanager.test
Data source for testing, error conditions in particular.
TestDataSource() - Constructor for class org.epics.pvmanager.test.TestDataSource
Creates a new data source.
TestPhase - Class in org.epics.pvmanager.integration
 
TestPhase() - Constructor for class org.epics.pvmanager.integration.TestPhase
 
TextIO - Class in org.epics.vtype.io
Utility class to serialize/de-serialize VTypes to text files.
TextIO() - Constructor for class org.epics.vtype.io.TextIO
 
ThreadTestingUtil - Class in org.epics.pvmanager.test
 
ThreadTestingUtil() - Constructor for class org.epics.pvmanager.test.ThreadTestingUtil
 
Time - Interface in org.epics.vtype
Time information.
timedCacheOf(SourceRateExpression<T>, TimeDuration) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
Returns all the values starting the latest value and older up to the time difference given by the interval.
timeEquals(Time, Time) - Static method in class org.epics.vtype.VTypeValueEquals
Tests whether the two time have the same timestamp, user tag and if they are both valid.
timeInterval(TimeRelativeInterval) - Method in class org.epics.pvmanager.timecache.query.QueryParameters
 
TimeMatchers - Class in org.epics.pvmanager.test
 
TimeMatchers() - Constructor for class org.epics.pvmanager.test.TimeMatchers
 
timeNow() - Static method in class org.epics.vtype.ValueFactory
New time with the current timestamp, no user tag and valid data.
timeOf(Object) - Static method in class org.epics.vtype.ValueUtil
Extracts the time information if present.
timeout(TimeDuration) - Method in class org.epics.pvmanager.PVConfiguration
Sets a timeout for both reader and writer.
timeout(TimeDuration, String) - Method in class org.epics.pvmanager.PVConfiguration
Sets a timeout with the given message for both read and writer.
timeout(TimeDuration, String, String) - Method in class org.epics.pvmanager.PVConfiguration
Specifies a timeout, with a different message for the read and the write.
timeout(TimeDuration) - Method in class org.epics.pvmanager.PVReaderConfiguration
Sets a timeout for no values received.
timeout(TimeDuration, String) - Method in class org.epics.pvmanager.PVReaderConfiguration
Sets a timeout for no values received with the given message.
timeout(TimeDuration) - Method in class org.epics.pvmanager.PVWriterConfiguration
Sets a timeout for write operation.
timeout(TimeDuration, String) - Method in class org.epics.pvmanager.PVWriterConfiguration
Sets a timeout for write operations.
TimeoutException - Exception in org.epics.pvmanager
Exception thrown when a PVReader or PVWriter exceed their timeout.
timeStamp - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
TimestampsSet - Class in org.epics.pvmanager.timecache.util
Transforms a set of Timestamp to an IntervalsList.
TimestampsSet() - Constructor for class org.epics.pvmanager.timecache.util.TimestampsSet
Build an empty TimestampsSet.
timeTableOf(String, QueryParameters) - Static method in class org.epics.pvmanager.timecache.ExpressionLanguage
A query expression that returns the result formatted as a table.
timeToString(Time) - Static method in class org.epics.vtype.VTypeToString
Converts the given time to a string.
timeUserTag - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeExtractor
 
toImage(VImage) - Static method in class org.epics.vtype.ValueUtil
Converts a VImage to an AWT BufferedImage, so that it can be displayed.
toIntervalsList() - Method in class org.epics.pvmanager.timecache.util.TimestampsSet
Returns an IntervalsList built from a set of Timestamp using the following algorithm: if the TimeDuration between two Timestamp is inferior to the defined tolerance, they are grouped in the same TimeInterval.
toJson(VType) - Static method in class org.epics.vtype.json.VTypeToJson
Converts the given vType to a JsonObject.
tokenNames - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
toListByte(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given numeric JSON array to a ListByte.
toListDouble(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given numeric JSON array to a ListDouble.
toListFloat(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given numeric JSON array to a ListFloat.
toListInt(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given numeric JSON array to a ListInt.
toListLong(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given numeric JSON array to a ListLong.
toListShort(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given numeric JSON array to a ListShort.
toListString(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given string JSON array to a List of Strings.
toListTimestamp(JsonArray) - Static method in class org.epics.vtype.json.JsonArrays
Converts the given JSON array to a List of Timestamp.
toLoggerLevel(MessageType) - Static method in class org.epics.pvmanager.pva.PVAChannelHandler
Converts MessageType to Java Logging API Level.
toQueryData() - Method in class org.epics.pvmanager.timecache.query.QueryChunk
Transform the chunk to the corresponding QueryData implementation.
toRange(Display) - Static method in class org.epics.pvmanager.graphene.DatasetConversions
 
toString() - Method in class org.epics.pvmanager.ChannelReadRecipe
 
toString() - Method in class org.epics.pvmanager.jca.JCAConnectionPayload
 
toString() - Method in class org.epics.pvmanager.jca.JCAMessagePayload
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVAPVField
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVIntArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVLongArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTHistogramToVShortArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldNTNameValueToVTable
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVBoolean
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVBooleanArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVByte
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVByteArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVDouble
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVDoubleArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVEnum
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVFloat
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVFloatArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVInt
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVIntArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVLong
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVLongArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVShort
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVShortArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVString
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVStringArray
 
toString() - Method in class org.epics.pvmanager.pva.adapters.PVFieldToVTable
 
toString() - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
toString() - Method in class org.epics.pvmanager.pva.PVATypeAdapter
 
toString() - Method in class org.epics.pvmanager.PVReaderEvent
 
toString() - Method in class org.epics.pvmanager.PVWriterEvent
 
toString() - Method in class org.epics.pvmanager.timecache.DataChunk
 
toString() - Method in class org.epics.pvmanager.timecache.source.SourceData
toString() - Method in class org.epics.pvmanager.timecache.storage.MemoryStoredData
toString(VNumber) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VNumber.
toString(VString) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VString.
toString(VBoolean) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VBoolean.
toString(VEnum) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VEnum.
toString(VNumberArray) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VNumberArray.
toString(VStringArray) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VStringArray.
toString(VBooleanArray) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VBooleanArray.
toString(VEnumArray) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VEnumArray.
toString(VTable) - Static method in class org.epics.vtype.VTypeToString
Default toString implementation for VTable.
toVImage(BufferedImage) - Static method in class org.epics.vtype.ValueUtil
Converts an AWT BufferedImage to a VImage.
toVTableColumnClass(Field) - Static method in class org.epics.pvmanager.pva.formula.PVAPVStructureFunctionSet
 
toVTableColumnValue(PVField, Class<?>) - Static method in class org.epics.pvmanager.pva.formula.PVAPVStructureFunctionSet
 
toVType(PVField, PVStructure) - Static method in class org.epics.pvmanager.pva.formula.PVAPVStructureFunctionSet
 
toVType(JsonObject) - Static method in class org.epics.vtype.json.VTypeToJson
Converts the given JsonObject to a vType.
toVType(Object) - Static method in class org.epics.vtype.ValueFactory
Converts a standard java type to VTypes.
toVType(Object, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
Converts a standard java type to VTypes.
toVTypeChecked(Object) - Static method in class org.epics.vtype.ValueFactory
As ValueFactory.toVType(java.lang.Object) but throws an exception if conversion not possible.
toVTypeChecked(Object, Alarm, Time, Display) - Static method in class org.epics.vtype.ValueFactory
toVTypeClass(Field) - Static method in class org.epics.pvmanager.pva.formula.PVAPVStructureFunctionSet
 
TriangleWaveform - Class in org.epics.pvmanager.sim
Function to simulate a waveform containing a triangle wave.
TriangleWaveform() - Constructor for class org.epics.pvmanager.sim.TriangleWaveform
Creates a triangle wave of 100 samples, with period of 1 second, wavelength of 100 samples, updating at 10 Hz.
TriangleWaveform(Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.TriangleWaveform
Creates a triangle wave of 100 samples, with given period and given wavelength of 100 samples, updating at given rate.
TriangleWaveform(Double, Double, Double, Double) - Constructor for class org.epics.pvmanager.sim.TriangleWaveform
Creates a triangle wave of 100 samples, with given period and given wavelength of given number of samples, updating at given rate.
TypeChangeTestPhase - Class in org.epics.pvmanager.integration
Tests reconnects caused by a server restart.
TypeChangeTestPhase() - Constructor for class org.epics.pvmanager.integration.TypeChangeTestPhase
 
typeEquals(Object, Object) - Static method in class org.epics.vtype.VTypeValueEquals
Tests whether the two objects are of the same VType.
typeOf(Object) - Static method in class org.epics.vtype.ValueUtil
Returns the type of the object by returning the class object of one of the VXxx interfaces.
typeSupport(JCATypeSupport) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
Changes the way JCA DBR types are mapped to types supported in pvamanger.
TypeSupport<T> - Class in org.epics.pvmanager
Implements the mechanism for registering different types so that the library knows how to handle them.
TypeSupport(Class<T>, Class<? extends TypeSupport>) - Constructor for class org.epics.pvmanager.TypeSupport
Creates a new type support of the given type
typeSupportsFor(Class<T>) - Static method in class org.epics.pvmanager.TypeSupport
Returns all the type supports available for the given class.

U

unaryExpression() - Method in class org.epics.pvmanager.formula.FormulaParser
 
unaryExpressionNotPlusMinus() - Method in class org.epics.pvmanager.formula.FormulaParser
 
UnclosedPvs - Class in org.epics.pvmanager.sample
Shows the automatic closing of garbage collected pvs.
UnclosedPvs() - Constructor for class org.epics.pvmanager.sample.UnclosedPvs
 
UNICODE_ESC - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
UNICODE_ESC - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
units - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
units(String) - Method in class org.epics.vtype.DisplayBuilder
Changes the unit.
unlisten(Monitor) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
unwrap(Class<T>) - Method in class org.epics.pvmanager.jdbc.SimpleDataSource
 
update(BubbleGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.BubbleGraph2DExpression
 
update(T) - Method in interface org.epics.pvmanager.graphene.Graph2DExpression
 
update(AreaGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.HistogramGraph2DExpression
 
update(IntensityGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.IntensityGraph2DExpression
 
update(LineGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.LineGraph2DExpression
 
update(MultiAxisLineGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.MultiAxisLineGraph2DExpression
 
update(LineGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.MultilineGraph2DExpression
 
update(ScatterGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.ScatterGraph2DExpression
 
update(SparklineGraph2DRendererUpdate) - Method in class org.epics.pvmanager.graphene.SparklineGraph2DExpression
 
update(Graph2DExpression<IntensityGraph2DRendererUpdate>) - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
update(QueryParameters) - Method in interface org.epics.pvmanager.timecache.query.Query
Changes the parameters for the query.
update(QueryParameters) - Method in class org.epics.pvmanager.timecache.query.QueryImpl
Changes the parameters for the query.
updateCache(ValueCache<?>, ConnectionPayload, MessagePayload) - Method in interface org.epics.pvmanager.DataSourceTypeAdapter
Takes the information in the message and updates the cache.
updateCache(ValueCache, JCAConnectionPayload, JCAMessagePayload) - Method in class org.epics.pvmanager.jca.JCATypeAdapter
 
updateCache(ValueCache, PVAChannelHandler, PVStructure) - Method in class org.epics.pvmanager.pva.PVATypeAdapter
 
updateGraph() - Method in class org.epics.pvmanager.sample.graphene.IntensityGraphApp
 
UpdateTestPhase - Class in org.epics.pvmanager.integration
Tests reconnects caused by a server restart.
UpdateTestPhase() - Constructor for class org.epics.pvmanager.integration.UpdateTestPhase
 
upperAlarmLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
upperAlarmLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the upper alarm limit.
upperCtrlLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
upperCtrlLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the upper control limit.
upperDisplayLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
upperDisplayLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the upper display limit.
upperWarningLimit - Variable in class org.epics.pvmanager.pva.adapters.AlarmTimeDisplayExtractor
 
upperWarningLimit(Double) - Method in class org.epics.vtype.DisplayBuilder
Changes the upper warning limit.

V

v1_readNumericType() - Method in class org.epics.pvmanager.sample.VTypeExamples
 
v2_genericReaderExtractParialInformation() - Method in class org.epics.pvmanager.sample.VTypeExamples
 
v3_genericReaderSwitchOnType() - Method in class org.epics.pvmanager.sample.VTypeExamples
 
v4_readArrays() - Method in class org.epics.pvmanager.sample.VTypeExamples
 
v5_assemblingNumericArrayFromScalars() - Method in class org.epics.pvmanager.sample.VTypeExamples
 
v6_assemblingTables() - Method in class org.epics.pvmanager.sample.VTypeExamples
 
validate(String, Validator) - Method in class org.epics.pvmanager.integration.Log
 
validate(List<Object>) - Method in interface org.epics.pvmanager.integration.Validator
 
Validator - Interface in org.epics.pvmanager.integration
 
Validators - Class in org.epics.pvmanager.integration
 
Validators() - Constructor for class org.epics.pvmanager.integration.Validators
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVBoolean
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVByte
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVDouble
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVFloat
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVInt
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVLong
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVShort
 
value - Variable in class org.epics.pvmanager.pva.adapters.PVFieldToVString
 
VALUE_MASK - Static variable in class org.epics.pvmanager.PVReaderEvent
Mask for a value change.
ValueCache<T> - Interface in org.epics.pvmanager
Represent a building block that can store a particular value
ValueCacheImpl<T> - Class in org.epics.pvmanager
Represent a building block that can store a particular value
ValueCacheImpl(Class<T>) - Constructor for class org.epics.pvmanager.ValueCacheImpl
Creates a new cache for the given data type.
valueEquals(VTable, VTable) - Static method in class org.epics.vtype.VTypeValueEquals
Checks whether the two table have the same data: equal column names, number of rows and columns and their value.
valueEquals(VNumberArray, VNumberArray) - Static method in class org.epics.vtype.VTypeValueEquals
Checks whether the two array have the data: equal data and equal sizes.
valueEquals(VNumber, VNumber) - Static method in class org.epics.vtype.VTypeValueEquals
Checks whether the two number have the same value.
valueEquals(VBoolean, VBoolean) - Static method in class org.epics.vtype.VTypeValueEquals
Checks whether the two booleans have the same value.
valueEquals(VBooleanArray, VBooleanArray) - Static method in class org.epics.vtype.VTypeValueEquals
 
valueEquals(VString, VString) - Static method in class org.epics.vtype.VTypeValueEquals
 
valueEquals(VEnum, VEnum) - Static method in class org.epics.vtype.VTypeValueEquals
 
valueEquals(VEnumArray, VEnumArray) - Static method in class org.epics.vtype.VTypeValueEquals
 
valueEquals(VStringArray, VStringArray) - Static method in class org.epics.vtype.VTypeValueEquals
 
valueEquals(Object, Object) - Static method in class org.epics.vtype.VTypeValueEquals
 
ValueFactory - Class in org.epics.vtype
Factory class for all concrete implementation of the types.
ValueFactory() - Constructor for class org.epics.vtype.ValueFactory
 
valueFor(String) - Method in class org.epics.pvmanager.integration.TestPhase
 
valueFor(WriteRecipe, String) - Static method in class org.epics.pvmanager.test.WriteRecipeUtil
 
ValueFormat - Class in org.epics.vtype
Formats a data type to a String representation.
ValueFormat() - Constructor for class org.epics.vtype.ValueFormat
 
valueOf(String) - Static method in enum org.epics.pvmanager.integration.VTypeMatchMask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.vtype.AlarmSeverity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.epics.pvmanager.integration.VTypeMatchMask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.vtype.AlarmSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
valueTable(List<? extends VType>) - Static method in class org.epics.vtype.table.VTableFactory
 
valueTable(List<String>, List<? extends VType>) - Static method in class org.epics.vtype.table.VTableFactory
 
ValueUtil - Class in org.epics.vtype
Various utility methods for runtime handling of the types defined in this package.
varArraySupported(boolean) - Method in class org.epics.pvmanager.jca.JCADataSourceBuilder
If true, monitors will setup using "0" length, which will make the server a variable length array in return (if supported) or a "0" length array (if not supported).
VBoolean - Interface in org.epics.vtype
Scalar boolean with alarm and timestamp.
VBooleanArray - Interface in org.epics.vtype
Byte array with alarm, timestamp, display and control information.
vByte(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VByte.
VByte - Interface in org.epics.vtype
Scalar byte with alarm, timestamp, display and control information.
vByteArray(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VByteArray.
VByteArray - Interface in org.epics.vtype
Byte array with alarm, timestamp, display and control information.
vConst(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A constant representing a string.
vConst(double) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A constant representing a double.
vConst(int) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A constant representing an int.
vConst(double...) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A constant representing a double array.
vConst(ListDouble) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A constant representing a double array.
vConst(int...) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A constant representing an int array.
vConst(ListInt) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A constant representing an int array.
vDouble(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VDouble.
VDouble - Interface in org.epics.vtype
Scalar double with alarm, timestamp, display and control information.
vDoubleArray(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VDoubleArray.
VDoubleArray - Interface in org.epics.vtype
Double array with alarm, timestamp, display and control information.
vDoubleConstants(List<Double>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A list of constant expressions of type VDouble.
vDoubles(Collection<String>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A list of channels with the given names, all of type VDouble.
vEnum(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VEnum.
VEnum - Interface in org.epics.vtype
Scalar enum with alarm and timestamp.
VEnumArray - Interface in org.epics.vtype
 
verify(Log) - Method in class org.epics.pvmanager.integration.DisconnectTestPhase
 
verify(Log) - Method in class org.epics.pvmanager.integration.RepeatedDisconnectTestPhase
 
verify(Log) - Method in class org.epics.pvmanager.integration.TestPhase
 
verify(Log) - Method in class org.epics.pvmanager.integration.TypeChangeTestPhase
 
verify(Log) - Method in class org.epics.pvmanager.integration.UpdateTestPhase
 
VerifyCloseChannelPVManager - Class in org.epics.pvmanager.sample
 
VerifyCloseChannelPVManager() - Constructor for class org.epics.pvmanager.sample.VerifyCloseChannelPVManager
 
VExtendedAlarm - Interface in org.epics.vtype
Extended alarm information.
VExtendedAlarm.AlarmCondition - Interface in org.epics.vtype
A single alarm condition that can be on or off.
vFloat(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VFloat.
VFloat - Interface in org.epics.vtype
Scalar float with alarm, timestamp, display and control information.
vFloatArray(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VFloatArray.
VFloatArray - Interface in org.epics.vtype
Float array with alarm, timestamp, display and control information.
VImage - Interface in org.epics.vtype
Represent a buffered image.
vInt(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VInt.
VInt - Interface in org.epics.vtype
Scalar integer with alarm, timestamp, display and control information.
vIntArray(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VIntArray.
VIntArray - Interface in org.epics.vtype
Int array with alarm, timestamp, display and control information.
vIntConstants(List<Integer>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A list of constant expressions of type VDouble.
VLong - Interface in org.epics.vtype
Scalar long with alarm, timestamp, display and control information.
VLongArray - Interface in org.epics.vtype
Long array with alarm, timestamp, display and control information.
VMultiDouble - Interface in org.epics.vtype
Multi channel array of VDouble.
VMultiEnum - Interface in org.epics.vtype
 
VMultiInt - Interface in org.epics.vtype
 
VMultiString - Interface in org.epics.vtype
 
vNumber(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VNumber.
VNumber - Interface in org.epics.vtype
Scalar number with alarm, timestamp, display and control information.
vNumberArray(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VNumberArray.
VNumberArray - Interface in org.epics.vtype
Numeric array with alarm, timestamp, display and control information.
vNumberArrayOf(DesiredRateExpressionList<? extends VNumber>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
Transforms a list of numeric scalar into an array.
vNumbers(Collection<String>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A list of channels with the given names, all of type VNumber.
vShort(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VShort.
VShort - Interface in org.epics.vtype
Scalar short with alarm, timestamp, display and control information.
vShortArray(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VShortArray.
VShortArray - Interface in org.epics.vtype
Short array with alarm, timestamp, display and control information.
VStatistics - Interface in org.epics.vtype
Statistics for double with alarm, timestamp and display information.
vString(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VString.
VString - Interface in org.epics.vtype
Scalar string with alarm and timestamp.
vStringArray(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name of type VStringArray.
VStringArray - Interface in org.epics.vtype
 
VStringArrayToListStringReadFunction - Class in org.epics.pvmanager.graphene
 
VStringArrayToListStringReadFunction(ReadFunction<VStringArray>) - Constructor for class org.epics.pvmanager.graphene.VStringArrayToListStringReadFunction
 
vStringConstants(List<String>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A list of constant expressions of type VString.
vStringOf(DesiredRateExpression<? extends VType>, ValueFormat) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
An expression that formats the given expression to a string using the given format.
vStringOf(DesiredRateExpression<? extends VType>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
An expression that formats the given expression to a string using the default format.
vStringOf(DesiredRateReadWriteExpression<? extends VType, ? extends Object>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
An expression that formats the given expression to a string using the default format.
vStringOf(DesiredRateReadWriteExpression<? extends VType, ? extends Object>, ValueFormat) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
An expression that formats the given expression to a string using the given format.
VStringToStringReadFunction - Class in org.epics.pvmanager.graphene
 
VStringToStringReadFunction(ReadFunction<VString>) - Constructor for class org.epics.pvmanager.graphene.VStringToStringReadFunction
 
vTable(VTableColumn...) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
Creates a vTable by aggregating different values from different pvs.
VTable - Interface in org.epics.vtype
A table.
VTableColumn - Class in org.epics.pvmanager.vtype
An expression to build a column for an aggregated vTable.
VTableFactory - Class in org.epics.vtype.table
 
VTableFactory() - Constructor for class org.epics.vtype.table.VTableFactory
 
vType(String) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A channel with the given name that returns any of the value types.
VType - Interface in org.epics.vtype
Tag interface to mark all the members of the value classes.
VTypeExamples - Class in org.epics.pvmanager.sample
Examples for using vType expressions.
VTypeExamples() - Constructor for class org.epics.pvmanager.sample.VTypeExamples
 
VTypeMatchMask - Enum in org.epics.pvmanager.integration
 
vTypes(Collection<String>) - Static method in class org.epics.pvmanager.vtype.ExpressionLanguage
A list of channels with the given names that return any of the value types.
vtypeToField(Class<?>) - Static method in class org.epics.pvmanager.pva.adapters.NTUtils
 
VTypeToJson - Class in org.epics.vtype.json
Utility to serialize and de-serialize vTypes to and from JSON objects.
VTypeToJson() - Constructor for class org.epics.vtype.json.VTypeToJson
 
VTypeToString - Class in org.epics.vtype
Helper class that provides default implementation of toString for VTypes.
VTypeValueEquals - Class in org.epics.vtype
Helper class that provides functions to test value equality.

W

waitFor(String, String, int) - Method in class org.epics.pvmanager.integration.TestPhase
 
waitFor(Callable<T>, TimeDuration) - Static method in class org.epics.pvmanager.test.ThreadTestingUtil
Waits until either the task returns a value or the timeout expires.
waitForValue(PVReader<?>, TimeDuration) - Static method in class org.epics.pvmanager.test.ThreadTestingUtil
 
waitForZeroLoad(int) - Static method in class org.epics.pvmanager.sample.ScannerLoadTest
 
waitOn(PVReader<T>, int) - Method in class org.epics.pvmanager.integration.PVReaderCondition
 
WaterfallPlot - Class in org.epics.pvmanager.extra
A waterfall plot.
waterfallPlotOf(SourceRateExpression<T>) - Static method in class org.epics.pvmanager.extra.ExpressionLanguage
Aggregates the sample at the scan rate and takes the average.
waterfallPlotOf(SourceRateExpressionList<T>) - Static method in class org.epics.pvmanager.extra.ExpressionLanguage
Creates a waterfall plot from a series of scalar pvs.
WaterfallPlotParameters - Class in org.epics.pvmanager.extra
Parameters for the waterfall plot
with(WaterfallPlotParameters...) - Method in class org.epics.pvmanager.extra.WaterfallPlot
Changes parameters of the waterfall plot.
with(WaterfallPlotParameters...) - Method in class org.epics.pvmanager.extra.WaterfallPlotParameters
Returns a new set of parameters with the given changes;
within(TimeInterval) - Static method in class org.epics.pvmanager.test.TimeMatchers
 
wrapValue(Object) - Static method in class org.epics.vtype.ValueFactory
wrapValue(Object, Alarm) - Static method in class org.epics.vtype.ValueFactory
write(Object, ChannelWriteCallback) - Method in class org.epics.pvmanager.ChannelHandler
Implements a write operation.
write(WriteRecipe, Runnable, ExceptionHandler) - Method in class org.epics.pvmanager.DataSource
Writes the contents in the given write recipe to the channels of this data sources.
write(String, Object) - Method in class org.epics.pvmanager.integration.TestPhase
 
write(Object, ChannelWriteCallback) - Method in class org.epics.pvmanager.MultiplexedChannelHandler
 
write(W) - Method in class org.epics.pvmanager.PV
 
write(Object, ChannelWriteCallback) - Method in class org.epics.pvmanager.pva.PVAChannelHandler
 
write(WriteExpression<T>) - Static method in class org.epics.pvmanager.PVManager
Writes the given expression, and returns an object to configure the parameters for the write.
write(T) - Method in interface org.epics.pvmanager.PVWriter
Writes a new value.
write(WriteRecipe, Runnable, ExceptionHandler) - Method in class org.epics.pvmanager.test.MockDataSource
 
WRITE_FAILED_MASK - Static variable in class org.epics.pvmanager.PVWriterEvent
Mask for a failed write result.
WRITE_SUCCEEDED_MASK - Static variable in class org.epics.pvmanager.PVWriterEvent
Mask for a successful write result.
WriteCache<T> - Class in org.epics.pvmanager
Represent part of the write recipe that holds the value for one pv.
WriteCache() - Constructor for class org.epics.pvmanager.WriteCache
Creates a new cache.
WriteCache(String) - Constructor for class org.epics.pvmanager.WriteCache
Creates a new cache for the given channel name.
WriteEvent - Class in org.epics.pvmanager.integration
 
WriteEvent(Timestamp, String, PVWriterEvent<?>, boolean, Exception) - Constructor for class org.epics.pvmanager.integration.WriteEvent
 
WriteExpression<W> - Interface in org.epics.pvmanager.expression
An expression to write.
WriteExpressionImpl<W> - Class in org.epics.pvmanager.expression
Implementation class for WriteExpression.
WriteExpressionImpl(String) - Constructor for class org.epics.pvmanager.expression.WriteExpressionImpl
Constructor that represents a single channel of a particular type.
WriteExpressionImpl(WriteExpressionList<?>, WriteFunction<W>, String) - Constructor for class org.epics.pvmanager.expression.WriteExpressionImpl
Creates a new write expression.
WriteExpressionList<W> - Interface in org.epics.pvmanager.expression
A list of expressions to write.
WriteExpressionListImpl<W> - Class in org.epics.pvmanager.expression
Implementation class for WriteExpressionList.
WriteExpressionListImpl() - Constructor for class org.epics.pvmanager.expression.WriteExpressionListImpl
Creates a new empty expression list.
WriteExpressionTester - Class in org.epics.pvmanager
 
WriteExpressionTester(WriteExpression<?>) - Constructor for class org.epics.pvmanager.WriteExpressionTester
 
WriteFunction<A> - Interface in org.epics.pvmanager
A basic building block in the PVManager framework that can write an object of a given type.
writeList(VType, Writer) - Static method in class org.epics.vtype.io.TextIO
Writes a file where each line represents a value in an array.
writeListener(PVWriterListener<? extends W>) - Method in class org.epics.pvmanager.PVConfiguration
Adds a listener for the write events.
writeListener(PVWriterListener<? extends T>) - Method in class org.epics.pvmanager.PVWriterConfiguration
Adds a listener notified for any writer event (write result, connection and errors).
WriteMap<T> - Class in org.epics.pvmanager.expression
A write expression for a key/value map.
WriteMap() - Constructor for class org.epics.pvmanager.expression.WriteMap
Creates a new group.
writeMapOf(Class<W>) - Static method in class org.epics.pvmanager.ExpressionLanguage
An empty map that can write expressions of the given type.
WriteRecipe - Class in org.epics.pvmanager
Represents all the values, channel names and ordering information needed for writing
WriteRecipeBuilder - Class in org.epics.pvmanager
A builder for WriteRecipe.
WriteRecipeBuilder() - Constructor for class org.epics.pvmanager.WriteRecipeBuilder
A new builder
WriteRecipeUtil - Class in org.epics.pvmanager.test
 
WriteRecipeUtil() - Constructor for class org.epics.pvmanager.test.WriteRecipeUtil
 
writeValue(T) - Method in class org.epics.pvmanager.CacheCollector
 
writeValue(Object, OutputStream) - Method in class org.epics.pvmanager.file.CSVFileFormat
 
writeValue(Object, OutputStream) - Method in interface org.epics.pvmanager.file.FileFormat
Write the value to the given stream.
writeValue(Object, OutputStream) - Method in class org.epics.pvmanager.file.ImageFileFormat
 
writeValue(Object, OutputStream) - Method in class org.epics.pvmanager.file.json.JVTypeFileFormat
 
writeValue(Object, OutputStream) - Method in class org.epics.pvmanager.file.ListFileFormat
 
writeValue(T) - Method in class org.epics.pvmanager.ForwardCache
 
writeValue(T) - Method in class org.epics.pvmanager.LatestValueCollector
 
writeValue(T) - Method in class org.epics.pvmanager.QueueCollector
 
writeValue(String, Object) - Method in class org.epics.pvmanager.ReadExpressionTester
 
writeValue(Object) - Method in class org.epics.pvmanager.ValueCacheImpl
Changes the value in the cache.
writeValue(T) - Method in class org.epics.pvmanager.WriteCache
Changes the value in the cache.
writeValue(A) - Method in interface org.epics.pvmanager.WriteFunction
Takes the value and consumes it.
WS - Static variable in class org.epics.pvmanager.formula.FormulaLexer
 
WS - Static variable in class org.epics.pvmanager.formula.FormulaParser
 
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2010–2015. All rights reserved.