|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogicalResource
Logical 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 | |
|---|---|
boolean |
contains(Resource resource)
Tests if the specified resource is part of this logical resource. |
List<Resource> |
getAllFragments()
Returns list of all fragments (loaded and unloaded). |
List<Resource> |
getAllLoadedResources()
Returns list of all loaded resources in the logical resource. |
List<Resource> |
getAllResources()
Returns list of all resources (loaded and unloaded) in the logical resource. |
ILogicalUnit |
getHierarchicalStructure()
Builds and returns hierarchical structure of the logical resource. |
List<Resource> |
getLoadedFragments()
Returns list of loaded fragments. |
List<Resource> |
getModifiedResources()
Returns list of modified resources. |
Resource |
getRootResource()
Returns the root resource. |
boolean |
isModified()
Returns indicator if the logical resource is modified. |
| Method Detail |
|---|
Resource getRootResource()
List<Resource> getLoadedFragments()
List<Resource> getAllFragments()
List<Resource> getAllResources()
List<Resource> getAllLoadedResources()
List<Resource> getModifiedResources()
boolean isModified()
boolean contains(Resource resource)
resource - The resource to be tested
ILogicalUnit getHierarchicalStructure()
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||