Class BreakingSwitch


  • public class BreakingSwitch
    extends org.eclipse.emf.compare.util.CompareSwitch<Boolean>
    A switch to determine which changes are breaking
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Constructor Detail

      • BreakingSwitch

        public BreakingSwitch()
    • Method Detail

      • caseAttributeChange

        public Boolean caseAttributeChange​(org.eclipse.emf.compare.AttributeChange change)
        Overrides:
        caseAttributeChange in class org.eclipse.emf.compare.util.CompareSwitch<Boolean>
      • caseReferenceChange

        public Boolean caseReferenceChange​(org.eclipse.emf.compare.ReferenceChange change)
        Overrides:
        caseReferenceChange in class org.eclipse.emf.compare.util.CompareSwitch<Boolean>
      • defaultCase

        public Boolean defaultCase​(org.eclipse.emf.ecore.EObject object)
        Overrides:
        defaultCase in class org.eclipse.emf.compare.util.CompareSwitch<Boolean>