| |
|
| java.lang.Object org.andromda.andromdapp.Conditions
Conditions | public class Conditions (Code) | | Represents a <conditions/> element, which groups more than
one condition together.
author: Chad Brandon |
addCondition | public void addCondition(Condition condition)(Code) | | Adds a condition instance to this conditions.
Parameters: condition - the condition which must apply to this conditions instance. |
addOutputPath | public void addOutputPath(String path, String patterns)(Code) | | Adds a path to the output paths.
Parameters: path - the path to the resulting output Parameters: patterns - any patterns to which the conditions should apply |
getConditions | public List getConditions()(Code) | | Gets the condition instances defined in this conditions instance.
the conditions that are defined within this prompt. |
getOutputPaths | final Map getOutputPaths()(Code) | | Gets the current output paths for this condition.
the map of output paths and its patterns (if it has any defined). |
getType | public String getType()(Code) | | Gets the type of this conditions instance.
Returns the type. |
setType | public void setType(String type)(Code) | | Sets the type of this conditions instance.
Parameters: type - The type to set. |
|
|
|