|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogicalUMLResource
Logical UML resource, comprised of the root resource and a number of fragments. The logical resource might be composed of only one resource, in which case it has only the root resource and no fragments.
| Method Summary | |
|---|---|
void |
addFragments(Resource resource,
List<Resource> resourceList,
boolean includeClosed)
Adds fragments of the specified resource to the resource list. |
ILogicalUMLUnit |
getInternalHierarchicalStructure()
Builds and returns UML hierarchical structure of the logical resource. |
boolean |
isManaged()
|
| Methods inherited from interface com.ibm.xtools.uml.msl.resources.ILogicalResource |
|---|
contains, getAllFragments, getAllLoadedResources, getAllResources, getHierarchicalStructure, getLoadedFragments, getModifiedResources, getRootResource, isModified |
| Method Detail |
|---|
void addFragments(Resource resource,
List<Resource> resourceList,
boolean includeClosed)
resource - Resource whose fragments are added to the listresourceList - The resource listincludeClosed - The indicator if the closed resoruces should be included in
the listILogicalUMLUnit getInternalHierarchicalStructure()
boolean isManaged()
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||