Uses of Record Class
fr.univ_eiffel.legotools.model.FactoryBrick
Packages that use FactoryBrick
Package
Description
-
Uses of FactoryBrick in fr.univ_eiffel.legotools.factory
Method parameters in fr.univ_eiffel.legotools.factory with type arguments of type FactoryBrickModifier and TypeMethodDescriptionvoidStockManager.addBricks(List<FactoryBrick> bricks) Enregistre un lot de nouvelles briques reçues de l'usine. -
Uses of FactoryBrick in fr.univ_eiffel.legotools.factory.api
Methods in fr.univ_eiffel.legotools.factory.api that return types with arguments of type FactoryBrickMethods in fr.univ_eiffel.legotools.factory.api with parameters of type FactoryBrickModifier and TypeMethodDescriptionbooleanLegoFactory.verifyBrick(FactoryBrick brick) Contrôle Qualité. -
Uses of FactoryBrick in fr.univ_eiffel.legotools.factory.impl
Methods in fr.univ_eiffel.legotools.factory.impl that return types with arguments of type FactoryBrickMethods in fr.univ_eiffel.legotools.factory.impl with parameters of type FactoryBrickModifier and TypeMethodDescriptionbooleanHttpRestFactory.verifyBrick(FactoryBrick brick) Vérifie l'authenticité d'une brique.booleanHttpRestFactory.verifyBrickOffline(FactoryBrick brick) Vérification cryptographique locale (Ed25519).