Modifier and Type | Method and Description |
---|---|
List<Condition> |
Prompt.getConditions()
Gets the conditions defined in this prompt.
|
List<Condition> |
Conditions.getConditions()
Gets the condition instances defined in this conditions instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Prompt.addCondition(Condition condition)
Adds a condition to this prompt.
|
void |
Conditions.addCondition(Condition condition)
Adds a condition instance to this conditions.
|
Copyright © 2005–2014 AndroMDA.org. All rights reserved.