Copyright @ 2002 SAP. All Rights Reserved.

Uses of Interface
com.sap.tc.complib.Dependency

Packages that use Dependency
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
 

Uses of Dependency in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return Dependency
static Dependency ComponentFactory.createDependency()
          Creates a new empty dependency.
static Dependency ComponentFactory.createDependency(DCReference ref, DevelopmentComponent parent)
          Creates a new dependency instance that points to the given component and adds the dependency to the given DC.
static Dependency ComponentFactory.createDependency(PPReference ref, DevelopmentComponent parent)
          Creates a new dependency instance that points to the given public part and adds the dependency to the given DC.
 

Methods in com.sap.tc.complib with parameters of type Dependency
 boolean Dependency.equals(Dependency dep)
          Determines whether this instance is equal to the one passed as parameter.
 

Constructors in com.sap.tc.complib with parameters of type Dependency
PPReference(Dependency dependency)
          Creates a new instance from the given dependency.
 


Copyright @ 2002 SAP. All Rights Reserved.