ajout de commentaires dans les interfaces et correction des test
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
package src.fr.api;
|
||||
import java.util.Set;
|
||||
public interface Configuration {
|
||||
|
||||
|
||||
/*
|
||||
* @return true if there is no compatibility issue between PartType else false
|
||||
*/
|
||||
boolean isValid();
|
||||
|
||||
|
||||
boolean isComplete();
|
||||
Set<PartType> getSelectedParts();
|
||||
void selectPart(PartType chosenPart);
|
||||
|
||||
Reference in New Issue
Block a user