Package restx.factory
Class SatisfiedBOM
java.lang.Object
restx.factory.SatisfiedBOM
User: xavierhanin
Date: 2/9/13
Time: 2:14 PM
-
Constructor Summary
ConstructorsConstructorDescriptionSatisfiedBOM(BillOfMaterials bom, com.google.common.collect.ImmutableMultimap<Factory.Query<?>, NamedComponent<?>> materials) -
Method Summary
Modifier and TypeMethodDescription<T> Iterable<NamedComponent<T>>get(Factory.Query<T> key) Iterable<NamedComponent<? extends Object>><T> Iterable<T>getAsComponents(Factory.Query<T> key) getBom()<T> com.google.common.base.Optional<NamedComponent<T>>getOne(Factory.Query<T> key) <T> com.google.common.base.Optional<T>getOneAsComponent(Factory.Query<T> key) toString()
-
Constructor Details
-
SatisfiedBOM
public SatisfiedBOM(BillOfMaterials bom, com.google.common.collect.ImmutableMultimap<Factory.Query<?>, NamedComponent<?>> materials)
-
-
Method Details