TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Class DLinkResolver.Arg

java.lang.Object
  extended by org.eclipse.tptp.platform.report.tools.internal.DLinkResolver.Arg
Enclosing class:
DLinkResolver

public static class DLinkResolver.Arg
extends java.lang.Object

This class is used as the third parameter of doMethod. if link is resolved by an extension, found tagged item (if any), can be set here.


Field Summary
 IDItem document
          returned by doMethod if this method found a document item associated to link
 IDItem needRebuild
          returned by doMethod if this method update items of current document, and want (have) to declare it to link resolver caller.
 IDProgressMonitor pmonitor
          Progress monitor to indicate status of the search progress
 boolean resolved
          returned by doMethod to said, yes (or no) I resolve this link.
 IDTaggedItem taggedItem
          returned by doMethod if this method found tagged item associated to link
 
Constructor Summary
DLinkResolver.Arg()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resolved

public boolean resolved
returned by doMethod to said, yes (or no) I resolve this link. a resolved link can also have null taggedItem and null needdRebuild.


document

public IDItem document
returned by doMethod if this method found a document item associated to link


taggedItem

public IDTaggedItem taggedItem
returned by doMethod if this method found tagged item associated to link


needRebuild

public IDItem needRebuild
returned by doMethod if this method update items of current document, and want (have) to declare it to link resolver caller.


pmonitor

public IDProgressMonitor pmonitor
Progress monitor to indicate status of the search progress

Constructor Detail

DLinkResolver.Arg

public DLinkResolver.Arg()

TPTP 4.5.0 Platform Project
Internal API Specification