001/** 002 * 003 */ 004package com.fs.starfarer.api.fleet; 005 006public interface ShipFilter { 007 boolean isAvailable(String variantId); 008}