|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisitorAdapter | |
wt.configuration | |
wt.doc | |
wt.eff | Provides generic base effectivity functionality via EffService , EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity . |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
wt.replication.export | |
wt.vc.baseline | |
wt.visitor | Defines theĀ navigator/visitor design pattern for
usingĀ a
Walker (at one time it used a
Navigator , instead of a
Walker ) and a
NodeExpander , which together
traverse a structure of objects, and a
Visitor , which does something
when we navigate to the object; this separates the
algorithm for navigating from the algorithm for
visiting, allowing more reuse; factories support
selection of
Walker s and
Visitor s. |
Uses of VisitorAdapter in wt.configuration |
Subclasses of VisitorAdapter in wt.configuration | |
class |
ConfigurationVisitor
Supported API: true Extendable: false |
class |
RemoveConfigurationVisitor
Supported API: true Extendable: false |
Uses of VisitorAdapter in wt.doc |
Subclasses of VisitorAdapter in wt.doc | |
class |
DocumentContentStructureVisitor
Collects all of the primary content ApplicationData of the documents in the navigation of the structure. |
class |
DocumentStructureVisitor
Collects all of the documents in the navigation of the structure. |
Uses of VisitorAdapter in wt.eff |
Subclasses of VisitorAdapter in wt.eff | |
class |
EffVisitor
Visitor used to append effectivities to a node. |
Uses of VisitorAdapter in wt.part |
Subclasses of VisitorAdapter in wt.part | |
class |
BOMHierarchyVisitor
This class is a Visitor that generates text ouptut for a product structure hierarchy. |
class |
BOMPartsListVisitor
This class is a Visitor that maintains a list of parts (nodes) as the structure is navigated. |
class |
HtmlHeadingHierarchyVisitor
This class is a Visitor that generates HTML text ouptut for a product structure hierarchy. |
class |
HtmlNumberedHierarchyVisitor
This class uses a preformatted output and indicates the hierrarchy level by displaying the level number. |
class |
HtmlPreformattedHierarchyVisitor
This class is used to generate pre-formatted HTML. |
class |
HtmlPreformattedPartsListVisitor
This class implements the report of the internal parts list as preformatted HTML. |
class |
HtmlTabularPartsListVisitor
Deprecated. |
class |
MultilevelWhereUsedVisitor
This visitor is used to write XML data for the Multilevel Where Usedreport using a DocumentHandler . |
Uses of VisitorAdapter in wt.replication.export |
Subclasses of VisitorAdapter in wt.replication.export | |
class |
ExportUnitVisitor
Deprecated. |
Uses of VisitorAdapter in wt.vc.baseline |
Subclasses of VisitorAdapter in wt.vc.baseline | |
class |
BaselineVisitor
This class implements the Visitor interface. |
Uses of VisitorAdapter in wt.visitor |
Subclasses of VisitorAdapter in wt.visitor | |
class |
TextOutputVisitor
The TextOutputVisitor can be used as a base class for Visitor implementations that are primarily used to produce text output. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |