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

io.molr.commons.domain.AgencyState Maven / Gradle / Ivy

package io.molr.commons.domain;

import java.util.Set;

public interface AgencyState {

    Set executableMissions();

    Set activeMissions();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy