ajour de l'api v1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package fr.istic.nplouzeau.cartaylor.api;
|
||||
import java.util.Set;
|
||||
public interface CompatibilityChecker {
|
||||
Set<PartType> getIncompatibilities(PartType reference);
|
||||
Set<PartType> getRequirements(PartType reference);
|
||||
}
|
||||
Reference in New Issue
Block a user