Library | Package Java Toolkit

Interface Dependency

package com.ptc.pfc.pfcModel;

public interface Dependency
  extends jxobject



Description

Describes a first-level dependency for an object.



Method Summary
ModelDescriptorGetDepModel ()
    Get method for attribute "DepModel"
    The model descriptor that describes the dependency
booleanIsUDFGroup ()
    Identifies if a model dependency is to a UDF group.
voidSetDepModel (ModelDescriptor value)
    Set method for attribute "DepModel"
    The model descriptor that describes the dependency

Method Detail

GetDepModel/SetDepModel

ModelDescriptorGetDepModel ()
voidSetDepModel (ModelDescriptor value)


    The model descriptor that describes the dependency



IsUDFGroup

booleanIsUDFGroup ()


    Identifies if a model dependency is to a UDF group.

The model descriptor for this dependency will not have a type set, and may not be used for retrieval or other operations.
Returns:
true if the dependency is to a UDF library, false otherwise.