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

org.yamcs.client.mdb.SystemPage Maven / Gradle / Ivy

The newest version!
package org.yamcs.client.mdb;

import java.util.List;

import org.yamcs.client.Page;

/**
 * A {@link Page} that also lists direct subsystems
 */
public interface SystemPage extends Page {

    List getSubsystems();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy