org.epics.pvmanager.expression
Class Expressions

java.lang.Object
  extended by org.epics.pvmanager.expression.Expressions

public class Expressions
extends Object

Utility class for expressions.

Author:
carcassi

Constructor Summary
Expressions()
           
 
Method Summary
static List<Function<?>> functionsOf(DesiredRateExpressionList<?> list)
          Extract the list of functions from an expression list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expressions

public Expressions()
Method Detail

functionsOf

public static List<Function<?>> functionsOf(DesiredRateExpressionList<?> list)
Extract the list of functions from an expression list.

Parameters:
list - the expressions
Returns:
the functions of the expression


Copyright © 2011. All Rights Reserved.