Uses of Interface
com._1c.g5.v8.dt.compare.model.SingleReferenceFeatureComparisonNode
-
Packages that use SingleReferenceFeatureComparisonNode 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 SingleReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return SingleReferenceFeatureComparisonNode Modifier and Type Method Description SingleReferenceFeatureComparisonNode
ComparisonNodeFactory. createSingleReferenceComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedSymlinks matchedSymlinks, ComparedFeatures<?> comparedFeatures, IComparisonSession session)
Creates a comparison node for a single reference (non-containment) feature. -
Uses of SingleReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of SingleReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
SingleReferenceFeatureImplComparisonNode
A representation of the model object 'Single Reference Feature Impl Comparison Node'. -
Uses of SingleReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement SingleReferenceFeatureComparisonNode Modifier and Type Class Description class
SingleReferenceFeatureComparisonNodeImpl
An implementation of the model object 'Single Reference Feature Comparison Node'.class
SingleReferenceFeatureImplComparisonNodeImpl
An implementation of the model object 'Single Reference Feature Impl Comparison Node'. -
Uses of SingleReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type SingleReferenceFeatureComparisonNode Modifier and Type Method Description T
CompareSwitch. caseSingleReferenceFeatureComparisonNode(SingleReferenceFeatureComparisonNode object)
Returns the result of interpreting the object as an instance of 'Single Reference Feature Comparison Node'.
-