com.ptc.windchill.util.packaging.common
Interface RuntimeUnit

All Superinterfaces:
Serializable
All Known Subinterfaces:
ClassDescriptor, PackageDescriptor
All Known Implementing Classes:
ClassDescriptorImpl, PackageDescriptorImpl

public interface RuntimeUnit
extends Serializable



Supported API: false

Extendable: false


Method Summary
 Iterator getClassDependencies()
          Gets an iterator for the identifiers of all the dependency classes.
 Iterator getPackageDependencies()
          Gets an iterator for the identifiers of all the dependency packages.
 boolean isModeled()
          Gets the value of the attribute: modeled; The unit is modeled, if true.
 

Method Detail

isModeled

public boolean isModeled()
Gets the value of the attribute: modeled; The unit is modeled, if true.

Supported API: false

Returns:
boolean

getPackageDependencies

public Iterator getPackageDependencies()
Gets an iterator for the identifiers of all the dependency packages.

Supported API: false

Returns:
Iterator

getClassDependencies

public Iterator getClassDependencies()
Gets an iterator for the identifiers of all the dependency classes.

Supported API: false

Returns:
Iterator