Uses of Class
at.jku.ssw.fp.sect05_2.workflow.Product
-
Packages that use Product Package Description at.jku.ssw.fp.sect05_2.workflow -
-
Uses of Product in at.jku.ssw.fp.sect05_2.workflow
Methods in at.jku.ssw.fp.sect05_2.workflow that return Product Modifier and Type Method Description Product
Product. mix(Stuff stuff)
Creates a new product by mixing a stuff to this product.Product
Stuff. mix(Stuff stuff)
Creates a product by combining this stuff and a given stuff.static Product
Product. of(Stuff... ingredients)
Creates a product from various stuff.Product
Stuff. process(Treatment treatment)
Processes this stuff with a treatment.
-