UML Modeling Layer

Uses of Interface
com.ibm.xtools.uml.msl.resources.ILogicalResource

Packages that use ILogicalResource
com.ibm.xtools.uml.msl.internal.resources   
 

Uses of ILogicalResource in com.ibm.xtools.uml.msl.internal.resources
 

Subinterfaces of ILogicalResource in com.ibm.xtools.uml.msl.internal.resources
 interface ILogicalUMLResource
          Logical UML resource, comprised of the root resource and a number of fragments.
 

Classes in com.ibm.xtools.uml.msl.internal.resources that implement ILogicalResource
 class LogicalUMLResource
          Logical UML resource, comprised of the root resource and a number of fragments.
 class UnknownLogicalUMLResource
          Wrapper class used for resources unknown to the LogicalUMLResourceProvider.
 class UnloadedLogicalUMLResource
          A non-canonical logical resource for unloaded models, this allows us to find the fragments of unloaded models using the existing parsing logic.
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.