Constructor | Description |
---|---|
JELActivator(TopcatModel tcModel,
java.lang.String expression) |
Constructs a new activator given an algebraic expression.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
activateRow(long lrow) |
Invokes some kind of action on row indicated by a given index.
|
java.lang.String |
toString() |
public JELActivator(TopcatModel tcModel, java.lang.String expression) throws gnu.jel.CompilationException
tcModel
- expression evaluation contextexpression
- string for JEL evaluation at each rowgnu.jel.CompilationException
- if expression is badpublic java.lang.String activateRow(long lrow)
Activator
activateRow
in interface Activator
lrow
- row index to activatepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.