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

org.yamcs.tctm.AggregatedDataLink Maven / Gradle / Ivy

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

import java.util.List;

/**
 * A data link that has multiple sub-links
 * @author nm
 *
 */
public interface AggregatedDataLink extends Link {
    List getSubLinks();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy