Uses of Class
at.jku.ssw.fp.sect05_2.workflow.Treatment
-
Packages that use Treatment Package Description at.jku.ssw.fp.sect05_2.workflow -
-
Uses of Treatment in at.jku.ssw.fp.sect05_2.workflow
Fields in at.jku.ssw.fp.sect05_2.workflow with type parameters of type Treatment Modifier and Type Field Description protected List<Treatment>
Stuff. treatments
The list of treatments of this stuffMethods in at.jku.ssw.fp.sect05_2.workflow that return Treatment Modifier and Type Method Description static Treatment
Treatment. valueOf(String name)
Returns the enum constant of this type with the specified name.static Treatment[]
Treatment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in at.jku.ssw.fp.sect05_2.workflow with parameters of type Treatment Modifier and Type Method Description Product
Stuff. process(Treatment treatment)
Processes this stuff with a treatment.Constructors in at.jku.ssw.fp.sect05_2.workflow with parameters of type Treatment Constructor Description Product(Stuff[] ingredients, Treatment[] treatments)
Constructor initializing the ingredients and the treatments of the product.Stuff(Treatment[] treatments)
Constructor initializing the treatments.
-