UML Modeling Layer

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

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

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

Subinterfaces of ILogicalUnit in com.ibm.xtools.uml.msl.internal.resources
 interface ILogicalUMLUnit
          Unit of logical UML resource, backed by an EMF resource.
 

Classes in com.ibm.xtools.uml.msl.internal.resources that implement ILogicalUnit
 class LogicalUMLUnit
          Unit of logical UML resource, backed by an EMF resource.
 

Methods in com.ibm.xtools.uml.msl.internal.resources that return ILogicalUnit
 ILogicalUnit LogicalUMLResource.getHierarchicalStructure()
          Builds and returns hierarchical structure of the logical resource.
static ILogicalUnit LogicalUMLResourceProvider.getHierarchicalStructure(Resource rootResource)
          Builds and returns hierarchical structure of the logical resource.
 ILogicalUnit LogicalUMLUnit.getParent()
          Returns the logical parent unit of this logical unit.
 

Methods in com.ibm.xtools.uml.msl.internal.resources that return types with arguments of type ILogicalUnit
 List<ILogicalUnit> LogicalUMLUnit.getChildren()
          Returns the logical children units of this logical unit.
static List<ILogicalUnit> LogicalUMLResourceProvider.getFirstLevelChildren(Resource rootResource)
          Returns the first level children of the specified resource.
 

Uses of ILogicalUnit in com.ibm.xtools.uml.msl.resources
 

Methods in com.ibm.xtools.uml.msl.resources that return ILogicalUnit
 ILogicalUnit ILogicalResource.getHierarchicalStructure()
          Builds and returns hierarchical structure of the logical resource.
 ILogicalUnit ILogicalUnit.getParent()
          Returns the logical parent unit of this logical unit.
 

Methods in com.ibm.xtools.uml.msl.resources that return types with arguments of type ILogicalUnit
 List<ILogicalUnit> ILogicalUnit.getChildren()
          Returns the logical children units of this logical unit.
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.