Uses of Interface
com._1c.g5.v8.dt.compare.model.ReferenceFeatureComparisonNode
-
Packages that use ReferenceFeatureComparisonNode Package Description com._1c.g5.v8.dt.compare.model com._1c.g5.v8.dt.compare.model.impl com._1c.g5.v8.dt.compare.model.util com._1c.g5.v8.dt.compare.participant -
-
Uses of ReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of ReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ReferenceCollectionComparisonNode
A representation of the model object 'Reference Collection Comparison Node'.interface
ReferenceCollectionImplComparisonNode
A representation of the model object 'Reference Collection Impl Comparison Node'.interface
SingleReferenceFeatureComparisonNode
A representation of the model object 'Single Reference Feature Comparison Node'.interface
SingleReferenceFeatureImplComparisonNode
A representation of the model object 'Single Reference Feature Impl Comparison Node'. -
Uses of ReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ReferenceFeatureComparisonNode Modifier and Type Class Description class
ReferenceCollectionComparisonNodeImpl
An implementation of the model object 'Reference Collection Comparison Node'.class
ReferenceCollectionImplComparisonNodeImpl
An implementation of the model object 'Reference Collection Impl Comparison Node'.class
ReferenceFeatureComparisonNodeImpl
An implementation of the model object 'Reference Feature Comparison Node'.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 ReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ReferenceFeatureComparisonNode Modifier and Type Method Description T
CompareSwitch. caseReferenceFeatureComparisonNode(ReferenceFeatureComparisonNode object)
Returns the result of interpreting the object as an instance of 'Reference Feature Comparison Node'. -
Uses of ReferenceFeatureComparisonNode in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type ReferenceFeatureComparisonNode Modifier and Type Method Description protected void
AbstractEmfBasedComparisonParticipant. mergeEmfReference(MergeContext context, ReferenceFeatureComparisonNode mergingNode, AbstractComparedEmfObjects<?> mergingObjects, ComparedFeatures<org.eclipse.emf.ecore.EReference> comparedReferences)
-