|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies a "facade" for the current model. Provides information about the model.
Method Summary | |
ClassifierFacade |
findClassifier(java.lang.String fullyQualifiedName)
Finds the classifier having the specified fullyQualifiedName |
java.util.Collection |
findModelElementsByStereotype(java.lang.String stereotype)
Finds all the model elements that have the specified stereotype . |
void |
setModel(java.lang.Object model)
Sets the underlying model for the this ModelFacade. |
Method Detail |
public void setModel(java.lang.Object model)
model
for the this ModelFacade.
model
- the Object which is the underlying model for this facade.public ClassifierFacade findClassifier(java.lang.String fullyQualifiedName)
fullyQualifiedName
fullyQualifiedName
- - the name of the classifier (including the package).
public java.util.Collection findModelElementsByStereotype(java.lang.String stereotype)
stereotype
.
stereotype
- the name of the stereotype.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |