Uses of Interface
com._1c.g5.v8.dt.compare.model.RootComparisonNode
Packages that use RootComparisonNode
Package
Description
-
Uses of RootComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return RootComparisonNodeModifier and TypeMethodDescriptionIComparisonSession.getRootNode()
Returns the root of the comparison result tree. -
Uses of RootComparisonNode in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return RootComparisonNodeModifier and TypeMethodDescriptionCompareFactory.createRootComparisonNode()
Returns a new object of class 'Root Comparison Node'. -
Uses of RootComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement RootComparisonNodeModifier and TypeClassDescriptionclass
An implementation of the model object 'Root Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return RootComparisonNode -
Uses of RootComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type RootComparisonNodeModifier and TypeMethodDescriptionCompareSwitch.caseRootComparisonNode
(RootComparisonNode object) Returns the result of interpreting the object as an instance of 'Root Comparison Node'. -
Uses of RootComparisonNode in com._1c.g5.v8.dt.internal.compare
Methods in com._1c.g5.v8.dt.internal.compare that return RootComparisonNodeMethods in com._1c.g5.v8.dt.internal.compare with parameters of type RootComparisonNodeModifier and TypeMethodDescriptionvoid
ComparisonSession.setRootNode
(RootComparisonNode rootNode) Sets the root node of the comparison tree related to this session.