|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogicalUMLResourceAdapter
The common interface shared by the logical adapter and logical provider.
LogicalUMLResourceAdapter,
LogicalUMLResourceProvider| Method Summary | |
|---|---|
ILogicalUMLResource |
findLogicalResource(Resource resource)
Returns a logical UML resource for a resource even if no part of that logical resource is loaded. |
ILogicalUMLResource |
getLogicalResource(Resource resource)
Returns the logical UML resource of the specified resource. |
ILogicalUMLResource |
getLogicalResource(Resource resource,
boolean trackUnknowns)
Returns the logical UML resource of the specified resource. |
| Method Detail |
|---|
ILogicalUMLResource findLogicalResource(Resource resource)
UnloadedLogicalUMLResource is returned.
resource - The resource whose logical resource is returned
ILogicalUMLResource getLogicalResource(Resource resource,
boolean trackUnknowns)
resource - The resource whose logical resource is returned. If the
resource is not loaded the fragment list is not built and the
returned logical resource can be used only as the wrapper.
Subsequent invocations for the same resource will return in
that case different instance of the logical resource.trackUnknown - Indicates whether the provider should keep track of unknown
resources, if this is set to false any returned
UnknownLogicalUMLResource may not be canonical.
ILogicalUMLResource getLogicalResource(Resource resource)
resource - The resource whose logical resource is returned. If the
resource is not loaded the fragment list is not built and the
returned logical resource can be used only as the wrapper.
Subsequent invocations for the same resource will return in
that case different instance of the logical resource.
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||