Class JelActivationType

java.lang.Object
uk.ac.starlink.topcat.activate.JelActivationType
All Implemented Interfaces:
ActivationType

public class JelActivationType extends Object implements ActivationType
ActivationType that allows user to execute custom code using TOPCAT's expression language.

The expression that is evaluated may return an Outcome; otherwise the output is stringified and turned into an Outcome.

Since:
23 Jan 2018
Author:
Mark Taylor
  • Constructor Details

    • JelActivationType

      public JelActivationType()
  • Method Details