public class Recipe extends Ingredient
| Modifier and Type | Class and Description |
|---|---|
class |
Recipe.Segment |
| Modifier | Constructor and Description |
|---|---|
protected |
Recipe() |
protected |
Recipe(Ingredient... ingredients) |
| Modifier and Type | Method and Description |
|---|---|
static Recipe |
context(KeyedIngredient contextIngredient,
Ingredient... ingredients) |
static Recipe |
context(String context,
Ingredient... ingredients) |
String |
getContext() |
List<Ingredient> |
getIngredients() |
static Recipe |
prepare(Ingredient... ingredients) |
protected List<Recipe.Segment> |
segment() |
getDomain, getIngredientType, getProperties, getProperty, getProperty, hasProperty, setCompoundOptional, setOptional, setProperty, setRequiredprotected Recipe()
protected Recipe(Ingredient... ingredients)
public static Recipe prepare(Ingredient... ingredients)
public static Recipe context(String context, Ingredient... ingredients)
public static Recipe context(KeyedIngredient contextIngredient, Ingredient... ingredients)
public List<Ingredient> getIngredients()
public String getContext()
protected List<Recipe.Segment> segment()
Copyright © 2019. All rights reserved.