|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.navigator.RelationshipContainer<wt.epm.navigator.Relationship>
wt.epm.navigator.Relationship
wt.epm.navigator.QueryRelationship
wt.epm.navigator.relationship.CADDependents
public class CADDependents
CADDependents denotes the logical association between an EPMDocument
and the EPMDocuments (and WTDocuments) that it uses or references.
Internally, it traverses two different link classes, EPMMemberLink and
EPMReferenceLink and applies the input configuration to the other side
masters in order to find the dependents.
This relationship begins with an EPMDocument and ends with an
EPMDocument or possibly a WTDocument if ignoreWTDocs is set to false.
And, may return either an EPMMemberLink or EPMReferenceLink as a link.
Note: The dependents of WTDocument dependents are not traced during a
recursive traversal.
Supported API: true
Extendable: false
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class wt.epm.navigator.Relationship |
|---|
wt.epm.navigator.Relationship.HasConnection, wt.epm.navigator.Relationship.JointConnection |
| Nested classes/interfaces inherited from class wt.epm.navigator.RelationshipContainer |
|---|
wt.epm.navigator.RelationshipContainer.IncludeConnection, wt.epm.navigator.RelationshipContainer.RelationshipConnection, wt.epm.navigator.RelationshipContainer.RelationshipList |
| Method Summary | |
|---|---|
void |
ignoreDummies(boolean ignore)
Selects whether to return EPMDocument or WTDocument dependents that have dummy relationships. |
void |
ignoreWTDocs(boolean ignore)
Selects whether to return both EPMDocument and WTDocument dependents or just EPMDocument dependents. |
void |
includeDrawings(wt.epm.navigator.Configuration configuration)
Selects the drawing of the seeds and their dependents using the given configuration. |
void |
includeGenerics()
Selects the generics of the seeds and their dependents. |
void |
includeInstances()
Selects the instances of the seeds and their dependents. |
void |
requiredOnly(boolean onlyRequired)
Selects whether to trace all dependents or only those that are designated as required. |
void |
StopIfSimplifiedRep(boolean noTrace)
When recursively navigating, selects whether or not to trace the dependents of Simplified Reps. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void requiredOnly(boolean onlyRequired)
public void ignoreWTDocs(boolean ignore)
public void ignoreDummies(boolean ignore)
public void StopIfSimplifiedRep(boolean noTrace)
public void includeDrawings(wt.epm.navigator.Configuration configuration)
throws WTException
WTExceptionpublic void includeInstances()
public void includeGenerics()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||