public class TdbGraphNotification extends TdbSessionObject implements com.tietoenator.trip.jxp.internal.utils.DOMSink
| Constructor and Description |
|---|
TdbGraphNotification(TdbSession session)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TdbGraphPath[] |
getResultPaths()
Returns the paths so far fully determined to be part of the result of
the current analysis operation.
|
int |
getTotalResultCount()
Total number of result paths so far
|
int |
getTotalWorkingCount()
The current total number of working paths.
|
TdbGraphPath[] |
getWorkingPaths()
Returns the paths currently being analyzed.
|
cancel, getSession, isCancelable, setCancelablepublic TdbGraphNotification(TdbSession session) throws TdbException
TdbException - If the current session does not support notificationspublic TdbGraphPath[] getWorkingPaths()
public TdbGraphPath[] getResultPaths()
public int getTotalWorkingCount()
public int getTotalResultCount()