Uses of Class
org.epics.pvmanager.expression.ChannelExpressionList

Packages that use ChannelExpressionList
org.epics.pvmanager

pvManager 

org.epics.pvmanager.data Support for control system types. 
org.epics.pvmanager.expression Interfaces for the expressions PVManager can consume. 
 

Uses of ChannelExpressionList in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return ChannelExpressionList
static ChannelExpressionList<java.lang.Object,java.lang.Object> ExpressionLanguage.channels(java.util.Collection<java.lang.String> names)
          A list of channels with the given names of any type.
static
<R,W> ChannelExpressionList<R,W>
ExpressionLanguage.channels(java.util.Collection<java.lang.String> names, java.lang.Class<R> readType, java.lang.Class<W> writeType)
          A list of channels with the given names and type.
static ChannelExpressionList<java.lang.Object,java.lang.Object> ExpressionLanguage.channels(java.lang.String... names)
          A list of channels with the given names of any type.
 

Uses of ChannelExpressionList in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data that return ChannelExpressionList
static ChannelExpressionList<VDouble,java.lang.Double> ExpressionLanguage.vDoubles(java.util.List<java.lang.String> names)
          A list of channels with the given names, all of type VDouble.
 

Uses of ChannelExpressionList in org.epics.pvmanager.expression
 

Methods in org.epics.pvmanager.expression that return ChannelExpressionList
 ChannelExpressionList<R,W> ChannelExpressionList.after(java.lang.String... channelNames)
          For writes only, marks that these channels should be written only after the given channels.