|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
org.epics.pvmanager | This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. |
Uses of Function in org.epics.pvmanager |
---|
Subclasses of Function in org.epics.pvmanager | |
---|---|
class |
Aggregator<R,A>
Aggregates the data out of a Collector into a new data type. |
class |
Collector<T>
Collects the data at the CA rate and allows a client to get all values since last check. |
class |
ValueCache<T>
Represent a building block that can store a particular value |
Methods in org.epics.pvmanager that return Function | |
---|---|
Function<T> |
SourceRateExpression.getFunction()
Returns the function represented by this expression. |
Function<T> |
DesiredRateExpression.getFunction()
The function that calculates new values for this expression. |
Constructors in org.epics.pvmanager with parameters of type Function | |
---|---|
Aggregator(Function<java.util.List<A>> collector)
Creates a new aggregator. |
|
DesiredRateExpression(DesiredRateExpression<?> expression,
Function<T> function,
java.lang.String defaultName)
Creates a new aggregated expression. |
|
DesiredRateExpression(java.util.List<DesiredRateExpression<?>> childExpressions,
Function<T> function,
java.lang.String defaultName)
Creates a new aggregated expression. |
|
DesiredRateExpression(SourceRateExpression<?> expression,
Function<T> collector,
java.lang.String defaultName)
Creates a new expression at the desired rate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |