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