Class SmmAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.omg.smm.util.SmmAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class SmmAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
See Also:
SmmPackage
  • Field Details

    • modelPackage

      protected static SmmPackage modelPackage
      The cached model package.
    • modelSwitch

      protected SmmSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
  • Constructor Details

    • SmmAdapterFactory

      public SmmAdapterFactory()
      Creates an instance of the adapter factory.
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType​(Object object)
      Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
      Specified by:
      isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
      Overrides:
      isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      Returns:
      whether this factory is applicable for the type of the object.
    • createAdapter

      public org.eclipse.emf.common.notify.Adapter createAdapter​(org.eclipse.emf.common.notify.Notifier target)
      Creates an adapter for the target.
      Overrides:
      createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      Parameters:
      target - the object to adapt.
      Returns:
      the adapter for the target.
    • createAbstractMeasureElementAdapter

      public org.eclipse.emf.common.notify.Adapter createAbstractMeasureElementAdapter()
      Creates a new adapter for an object of class 'Abstract Measure Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      AbstractMeasureElement
    • createAnnotationAdapter

      public org.eclipse.emf.common.notify.Adapter createAnnotationAdapter()
      Creates a new adapter for an object of class 'Annotation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Annotation
    • createArgumentAdapter

      public org.eclipse.emf.common.notify.Adapter createArgumentAdapter()
      Creates a new adapter for an object of class 'Argument'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Argument
    • createAttributeAdapter

      public org.eclipse.emf.common.notify.Adapter createAttributeAdapter()
      Creates a new adapter for an object of class 'Attribute'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Attribute
    • createBase1MeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBase1MeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Base1 Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Base1MeasureRelationship
    • createBase1MeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBase1MeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Base1 Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Base1MeasurementRelationship
    • createBase2MeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBase2MeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Base2 Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Base2MeasureRelationship
    • createBase2MeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBase2MeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Base2 Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Base2MeasurementRelationship
    • createBaseNMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBaseNMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Base NMeasure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      BaseNMeasureRelationship
    • createBaseNMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBaseNMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Base NMeasurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      BaseNMeasurementRelationship
    • createBinaryMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createBinaryMeasureAdapter()
      Creates a new adapter for an object of class 'Binary Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      BinaryMeasure
    • createBinaryMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createBinaryMeasurementAdapter()
      Creates a new adapter for an object of class 'Binary Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      BinaryMeasurement
    • createCategoryRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createCategoryRelationshipAdapter()
      Creates a new adapter for an object of class 'Category Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      CategoryRelationship
    • createCharacteristicAdapter

      public org.eclipse.emf.common.notify.Adapter createCharacteristicAdapter()
      Creates a new adapter for an object of class 'Characteristic'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Characteristic
    • createCollectiveMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createCollectiveMeasureAdapter()
      Creates a new adapter for an object of class 'Collective Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      CollectiveMeasure
    • createCollectiveMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createCollectiveMeasurementAdapter()
      Creates a new adapter for an object of class 'Collective Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      CollectiveMeasurement
    • createDimensionalMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createDimensionalMeasureAdapter()
      Creates a new adapter for an object of class 'Dimensional Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      DimensionalMeasure
    • createDimensionalMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createDimensionalMeasurementAdapter()
      Creates a new adapter for an object of class 'Dimensional Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      DimensionalMeasurement
    • createDirectMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createDirectMeasureAdapter()
      Creates a new adapter for an object of class 'Direct Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      DirectMeasure
    • createDirectMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createDirectMeasurementAdapter()
      Creates a new adapter for an object of class 'Direct Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      DirectMeasurement
    • createEquivalentMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createEquivalentMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Equivalent Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      EquivalentMeasureRelationship
    • createEquivalentMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createEquivalentMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Equivalent Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      EquivalentMeasurementRelationship
    • createGradeMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createGradeMeasurementAdapter()
      Creates a new adapter for an object of class 'Grade Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      GradeMeasurement
    • createMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createMeasureAdapter()
      Creates a new adapter for an object of class 'Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Measure
    • createMeasureCategoryAdapter

      public org.eclipse.emf.common.notify.Adapter createMeasureCategoryAdapter()
      Creates a new adapter for an object of class 'Measure Category'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      MeasureCategory
    • createMeasureLibraryAdapter

      public org.eclipse.emf.common.notify.Adapter createMeasureLibraryAdapter()
      Creates a new adapter for an object of class 'Measure Library'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      MeasureLibrary
    • createMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      MeasureRelationship
    • createMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createMeasurementAdapter()
      Creates a new adapter for an object of class 'Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Measurement
    • createMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      MeasurementRelationship
    • createNamedMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createNamedMeasureAdapter()
      Creates a new adapter for an object of class 'Named Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      NamedMeasure
    • createNamedMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createNamedMeasurementAdapter()
      Creates a new adapter for an object of class 'Named Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      NamedMeasurement
    • createOCLOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createOCLOperationAdapter()
      Creates a new adapter for an object of class 'OCL Operation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      OCLOperation
    • createObservationAdapter

      public org.eclipse.emf.common.notify.Adapter createObservationAdapter()
      Creates a new adapter for an object of class 'Observation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Observation
    • createObservationScopeAdapter

      public org.eclipse.emf.common.notify.Adapter createObservationScopeAdapter()
      Creates a new adapter for an object of class 'Observation Scope'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      ObservationScope
    • createObservedMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createObservedMeasureAdapter()
      Creates a new adapter for an object of class 'Observed Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      ObservedMeasure
    • createOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createOperationAdapter()
      Creates a new adapter for an object of class 'Operation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Operation
    • createGradeMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createGradeMeasureAdapter()
      Creates a new adapter for an object of class 'Grade Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      GradeMeasure
    • createGradeIntervalAdapter

      public org.eclipse.emf.common.notify.Adapter createGradeIntervalAdapter()
      Creates a new adapter for an object of class 'Grade Interval'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      GradeInterval
    • createRankingMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createRankingMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Ranking Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RankingMeasureRelationship
    • createGradeMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createGradeMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Grade Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      GradeMeasurementRelationship
    • createRatioMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createRatioMeasureAdapter()
      Creates a new adapter for an object of class 'Ratio Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RatioMeasure
    • createRatioMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createRatioMeasurementAdapter()
      Creates a new adapter for an object of class 'Ratio Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RatioMeasurement
    • createRefinementMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createRefinementMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Refinement Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RefinementMeasureRelationship
    • createRefinementMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createRefinementMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Refinement Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RefinementMeasurementRelationship
    • createRescaledMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createRescaledMeasureAdapter()
      Creates a new adapter for an object of class 'Rescaled Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RescaledMeasure
    • createRescaledMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createRescaledMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Rescaled Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RescaledMeasureRelationship
    • createRescaledMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createRescaledMeasurementAdapter()
      Creates a new adapter for an object of class 'Rescaled Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RescaledMeasurement
    • createRescaledMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createRescaledMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Rescaled Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RescaledMeasurementRelationship
    • createScopeAdapter

      public org.eclipse.emf.common.notify.Adapter createScopeAdapter()
      Creates a new adapter for an object of class 'Scope'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Scope
    • createSmmElementAdapter

      public org.eclipse.emf.common.notify.Adapter createSmmElementAdapter()
      Creates a new adapter for an object of class 'Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      SmmElement
    • createSmmModelAdapter

      public org.eclipse.emf.common.notify.Adapter createSmmModelAdapter()
      Creates a new adapter for an object of class 'Model'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      SmmModel
    • createSmmRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createSmmRelationshipAdapter()
      Creates a new adapter for an object of class 'Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      SmmRelationship
    • createRankingMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createRankingMeasureAdapter()
      Creates a new adapter for an object of class 'Ranking Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RankingMeasure
    • createRankingIntervalAdapter

      public org.eclipse.emf.common.notify.Adapter createRankingIntervalAdapter()
      Creates a new adapter for an object of class 'Ranking Interval'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RankingInterval
    • createGradeMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createGradeMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Grade Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      GradeMeasureRelationship
    • createScaledBaseMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createScaledBaseMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Scaled Base Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      ScaledBaseMeasureRelationship
    • createIntervalAdapter

      public org.eclipse.emf.common.notify.Adapter createIntervalAdapter()
      Creates a new adapter for an object of class 'Interval'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Interval
    • createRankingMeasurementAdapter

      public org.eclipse.emf.common.notify.Adapter createRankingMeasurementAdapter()
      Creates a new adapter for an object of class 'Ranking Measurement'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RankingMeasurement
    • createRankingMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createRankingMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Ranking Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      RankingMeasurementRelationship
    • createUnitOfMeasureAdapter

      public org.eclipse.emf.common.notify.Adapter createUnitOfMeasureAdapter()
      Creates a new adapter for an object of class 'Unit Of Measure'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      UnitOfMeasure
    • createScaledBaseMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createScaledBaseMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Scaled Base Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      ScaledBaseMeasurementRelationship
    • createCountingUnitAdapter

      public org.eclipse.emf.common.notify.Adapter createCountingUnitAdapter()
      Creates a new adapter for an object of class 'Counting Unit'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      CountingUnit
    • createBaseMeasureRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBaseMeasureRelationshipAdapter()
      Creates a new adapter for an object of class 'Base Measure Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      BaseMeasureRelationship
    • createBaseMeasurementRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createBaseMeasurementRelationshipAdapter()
      Creates a new adapter for an object of class 'Base Measurement Relationship'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      BaseMeasurementRelationship
    • createEObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
      Creates a new adapter for the default case. This default implementation returns null.
      Returns:
      the new adapter.