public interface IModelComponentContent
Modifier and Type | Method and Description |
---|---|
Set<IStereotype> |
getDependencyStereotypes()
Return the set of dependency stereotypes that must be added to a model component.
|
Set<IElement> |
getElements()
Return the set of namespaces that must be added to a model component.
|
Set<String> |
getFiles()
Return the set of files path that must be added to a model component.
|
Set<INoteType> |
getNoteTypes()
Return the set of note types that must be added to a model component.
|
Set<ITagType> |
getTagTypes()
Return the set of tagged value types that must be added to a model component.
|
Set<IStereotype> getDependencyStereotypes()
The Strings returned by the method are the names of the stereotypes that extends the Dependency link. Only dependencies that own one of the stereotype of the set will be exported in the model component.
Set<String> getFiles()
The provided paths must be relative to the project path. If the provided path does not match a file in the project, it will be ignored.
Set<IElement> getElements()
Set<INoteType> getNoteTypes()