UML Modeling Layer

Uses of Class
com.ibm.xtools.uml.msl.internal.resources.ResourceHealth

Packages that use ResourceHealth
com.ibm.xtools.uml.msl.internal.resources   
com.ibm.xtools.uml.msl.internal.resources.parsers   
 

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

Fields in com.ibm.xtools.uml.msl.internal.resources declared as ResourceHealth
static ResourceHealth ResourceHealth.NOT_ACCESSABLE
          Indicator the resource is not accessible.
static ResourceHealth ResourceHealth.OK
          There are no known problems with the resource.
static ResourceHealth ResourceHealth.PARENT_REFERENCE_BROKEN
          Indicates that the container annotation for this fragment resource is (probably) not correct
 

Methods in com.ibm.xtools.uml.msl.internal.resources that return ResourceHealth
 ResourceHealth ILogicalUMLUnit.getResourceHealth()
          The resource state values give us some indication of the health of the fragment.
 ResourceHealth LogicalUMLUnit.getResourceHealth()
           
 

Methods in com.ibm.xtools.uml.msl.internal.resources with parameters of type ResourceHealth
 void LogicalUMLUnit.setResourceState(ResourceHealth state)
          Set the state for this unit.
 

Uses of ResourceHealth in com.ibm.xtools.uml.msl.internal.resources.parsers
 

Fields in com.ibm.xtools.uml.msl.internal.resources.parsers declared as ResourceHealth
protected  ResourceHealth ContainerParser.resourceHealth
          Resource health for the resource being parsed.
 

Methods in com.ibm.xtools.uml.msl.internal.resources.parsers that return ResourceHealth
 ResourceHealth ContainerParser.getResourceHealth()
           
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.