Uses of Interface
com._1c.g5.v8.dt.compare.model.SingleValueComparisonNode
-
Packages that use SingleValueComparisonNode 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 SingleValueComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return SingleValueComparisonNode Modifier and Type Method Description SingleValueComparisonNode
ComparisonNodeFactory. createSingleValueComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedObjects<?> comparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session)
Creates a comparison node for a single value. -
Uses of SingleValueComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of SingleValueComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
SingleValueImplComparisonNode
A representation of the model object 'Single Value Impl Comparison Node'. -
Uses of SingleValueComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement SingleValueComparisonNode Modifier and Type Class Description class
SingleValueComparisonNodeImpl
An implementation of the model object 'Single Value Comparison Node'.class
SingleValueImplComparisonNodeImpl
An implementation of the model object 'Single Value Impl Comparison Node'. -
Uses of SingleValueComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type SingleValueComparisonNode Modifier and Type Method Description T
CompareSwitch. caseSingleValueComparisonNode(SingleValueComparisonNode object)
Returns the result of interpreting the object as an instance of 'Single Value Comparison Node'.
-