All Downloads are FREE. Search and download functionalities are using the official Maven repository.

decodes.tsdb.algo.ExpressionParserAlgorithm Maven / Gradle / Ivy

Go to download

A collection of software for aggregatting and processing environmental data such as from NOAA GOES satellites.

The newest version!
package decodes.tsdb.algo;

import decodes.tsdb.DbCompException;
import decodes.tsdb.ParmRef;
import decodes.tsdb.TimeSeriesIdentifier;
import decodes.tsdb.VarFlags;
import decodes.tsdb.algo.jep.JepContext;
import ilex.util.StringPair;
import ilex.var.IFlags;
import ilex.var.NamedVariable;
import org.nfunk.jep.SymbolTable;
import org.opendcs.annotations.algorithm.Algorithm;
import org.opendcs.annotations.algorithm.Input;
import org.opendcs.annotations.algorithm.Output;

import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Properties;

@Algorithm(description = "Allow up to 5 inputs labeled in1...in5 and two outputs labeled out1 and out2.\n" +
		"Properties can include:\n" +
		"- Time slice expressions labeled ex_




© 2015 - 2024 Weber Informatics LLC | Privacy Policy