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

org.yamcs.yarch.CompiledAggregateExpression Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs.yarch;


public interface CompiledAggregateExpression {
    public void newData(Tuple tuple);

    public Object getValue();
    public void clear();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy