Class AbstractAccessorFactory
- java.lang.Object
-
- org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl.AbstractAccessorFactory
-
- All Implemented Interfaces:
IAccessorFactory
- Direct Known Subclasses:
ComparisonAccessorFactory
,ContainmentReferenceChangeAccessorFactory
,FeatureMapChangeMoveAccessorFactory
,FeatureMapKeyChangeAccessorFactory
,ManyStructuralFeatureAccessorFactory
,MatchAccessorFactory
,MatchResourceAccessorFactory
,ResourceContentsAccessorFactory
,SingleStructuralFeatureAccessorFactory
,StringAttributeChangeAccessorFactory
public abstract class AbstractAccessorFactory extends Object implements IAccessorFactory
An abstract implementation ofIAccessorFactory
.- Since:
- 4.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory.IAccessorFactory
IAccessorFactory.Registry
-
-
Constructor Summary
Constructors Constructor Description AbstractAccessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRanking()
The ranking of the factory.void
setRanking(int r)
Set the ranking of the factory.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory.IAccessorFactory
createAncestor, createLeft, createRight, isFactoryFor
-
-
-
-
Method Detail
-
getRanking
public int getRanking()
The ranking of the factory.- Specified by:
getRanking
in interfaceIAccessorFactory
- Returns:
- the ranking of the factory.
- See Also:
IAccessorFactory.getRanking()
-
setRanking
public void setRanking(int r)
Set the ranking of the factory.- Specified by:
setRanking
in interfaceIAccessorFactory
- Parameters:
r
- the ranking value.- See Also:
IAccessorFactory.setRanking(int)
-
-