|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filters | |
|---|---|
| org.andromda.core.configuration | Contains the classes and other resources that provide the configuration of AndroMDA. |
| org.andromda.core.engine | Contains the classes that tie the components together and provide the engine of the framework. |
| org.andromda.core.metafacade | Defines all AndroMDA metafacade interfaces and classes. |
| Uses of Filters in org.andromda.core.configuration |
|---|
| Methods in org.andromda.core.configuration that return Filters | |
|---|---|
Filters |
Model.getConstraints()
Stores the information about what constraints should/shouldn't be enforced. |
Filters |
Model.getPackages()
Stores the information about what packages should/shouldn't be processed. |
| Methods in org.andromda.core.configuration with parameters of type Filters | |
|---|---|
void |
Filters.addFilters(Filters filters)
Adds all Filter instances in the given filters
to this instance. |
void |
Model.setConstraints(Filters constraints)
Sets the constraints for this model. |
void |
Model.setPackages(Filters packages)
Sets the model packages for this model. |
| Uses of Filters in org.andromda.core.engine |
|---|
| Methods in org.andromda.core.engine with parameters of type Filters | |
|---|---|
protected void |
ModelProcessor.filterAndSortValidationMessages(java.util.List messages,
Filters constraints)
Filters out any messages that should not be applied according to the AndroMDA configuration's constraints and sorts the resulting messages first by type (i.e. |
| Uses of Filters in org.andromda.core.metafacade |
|---|
| Methods in org.andromda.core.metafacade with parameters of type Filters | |
|---|---|
void |
ModelAccessFacade.setPackageFilter(Filters modelPackages)
Sets the model packages instance which contains the information about what packages should and should not be filtered out. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||