Uses of Interface
com._1c.g5.v8.dt.compare.model.RootComparisonNode
-
Packages that use RootComparisonNode Package Description com._1c.g5.v8.dt.compare.core com._1c.g5.v8.dt.compare.model com._1c.g5.v8.dt.compare.model.impl com._1c.g5.v8.dt.compare.model.util -
-
Uses of RootComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return RootComparisonNode Modifier and Type Method Description RootComparisonNodeIComparisonSession. 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 RootComparisonNode Modifier and Type Method Description RootComparisonNodeCompareFactory. 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 RootComparisonNode Modifier and Type Class Description classRootComparisonNodeImplAn implementation of the model object 'Root Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return RootComparisonNode Modifier and Type Method Description RootComparisonNodeCompareFactoryImpl. createRootComparisonNode() -
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 RootComparisonNode Modifier and Type Method Description TCompareSwitch. caseRootComparisonNode(RootComparisonNode object)Returns the result of interpreting the object as an instance of 'Root Comparison Node'.
-